#000cff color space conversions
Hex:
        #000cff
        RGB:
        0, 12, 255
        CMY:
        100, 95, 0
        CMYK:
        100, 95, 0, 0
      HSL:
        237°, 100.0000%, 50.0000%
        HSV (HSB):
        237°, 100.0000%, 100.0000%
        XYZ:
        18.1815, 7.4829, 95.0938
        xyY:
        0.1506, 0.0620, 7.4829
      CIE-Lab:
        32.8820, 77.3954, -106.8941
        CIE-LCH:
        32.8820, 131.9712, 305.9060
        CIE-Luv:
        32.8820, -9.7867, -130.9463
        Hunter-Lab:
        27.3550, 70.7688, -186.9608
      #000cff color charts
#000cff RGB chart
      #000cff CMYK chart
      #000cff RGB pie chart
      #000cff color shades, tints & tones
#000cff color schemes
#000cff color preview, HTML & CSS examples
           This text has a color of #000cff        
        
          <p style="color:#000cff;">Text here</p>
        
        
          .mytext {color:#000cff;}
        
        Text color #000cff
      
           This box has a color of #000cff        
        
          <div style="background-color:#000cff;">Content here</div>
        
        
          .mybackground {background-color:#000cff;}
        
        Background color #000cff
      
           Border around this has a color of #000cff        
        
          <div style="border:2px solid #000cff;">Content here</div>
        
        
          .myborder {border:2px solid #000cff;}
        
        Border color #000cff