#004bcf color space conversions
Hex:
        #004bcf
        RGB:
        0, 75, 207
        CMY:
        100, 71, 19
        CMYK:
        100, 64, 0, 19
      HSL:
        218°, 100.0000%, 40.5882%
        HSV (HSB):
        218°, 100.0000%, 81.1765%
        XYZ:
        13.7786, 9.5371, 60.1461
        xyY:
        0.1651, 0.1143, 9.5371
      CIE-Lab:
        36.9986, 34.2166, -72.7246
        CIE-LCH:
        36.9986, 80.3719, 295.1968
        CIE-Luv:
        36.9986, -16.5597, -102.8541
        Hunter-Lab:
        30.8823, 25.5963, -93.8553
      #004bcf color charts
#004bcf RGB chart
      #004bcf CMYK chart
      #004bcf RGB pie chart
      #004bcf color shades, tints & tones
#004bcf color schemes
#004bcf color preview, HTML & CSS examples
           This text has a color of #004bcf        
        
          <p style="color:#004bcf;">Text here</p>
        
        
          .mytext {color:#004bcf;}
        
        Text color #004bcf
      
           This box has a color of #004bcf        
        
          <div style="background-color:#004bcf;">Content here</div>
        
        
          .mybackground {background-color:#004bcf;}
        
        Background color #004bcf
      
           Border around this has a color of #004bcf        
        
          <div style="border:2px solid #004bcf;">Content here</div>
        
        
          .myborder {border:2px solid #004bcf;}
        
        Border color #004bcf