#002eff color space conversions
Hex:
        #002eff
        RGB:
        0, 46, 255
        CMY:
        100, 82, 0
        CMYK:
        100, 82, 0, 0
      HSL:
        229°, 100.0000%, 50.0000%
        HSV (HSB):
        229°, 100.0000%, 100.0000%
        XYZ:
        19.0270, 9.1740, 95.3757
        xyY:
        0.1540, 0.0742, 9.1740
      CIE-Lab:
        36.3172, 66.9870, -101.1601
        CIE-LCH:
        36.3172, 121.3286, 303.5121
        CIE-Luv:
        36.3172, -12.2501, -133.0716
        Hunter-Lab:
        30.2886, 59.1269, -165.4961
      #002eff color charts
#002eff RGB chart
      #002eff CMYK chart
      #002eff RGB pie chart
      #002eff color shades, tints & tones
#002eff color schemes
#002eff color preview, HTML & CSS examples
           This text has a color of #002eff        
        
          <p style="color:#002eff;">Text here</p>
        
        
          .mytext {color:#002eff;}
        
        Text color #002eff
      
           This box has a color of #002eff        
        
          <div style="background-color:#002eff;">Content here</div>
        
        
          .mybackground {background-color:#002eff;}
        
        Background color #002eff
      
           Border around this has a color of #002eff        
        
          <div style="border:2px solid #002eff;">Content here</div>
        
        
          .myborder {border:2px solid #002eff;}
        
        Border color #002eff