#004fdd color space conversions
Hex:
        #004fdd
        RGB:
        0, 79, 221
        CMY:
        100, 69, 13
        CMYK:
        100, 64, 0, 13
      HSL:
        219°, 100.0000%, 43.3333%
        HSV (HSB):
        219°, 100.0000%, 86.6667%
        XYZ:
        15.8471, 10.8124, 69.6584
        xyY:
        0.1645, 0.1123, 10.8124
      CIE-Lab:
        39.2627, 36.9937, -77.0522
        CIE-LCH:
        39.2627, 85.4726, 295.6462
        CIE-Luv:
        39.2627, -17.3791, -110.7041
        Hunter-Lab:
        32.8822, 28.4816, -102.5835
      #004fdd color charts
#004fdd RGB chart
      #004fdd CMYK chart
      #004fdd RGB pie chart
      #004fdd color shades, tints & tones
#004fdd color schemes
#004fdd color preview, HTML & CSS examples
           This text has a color of #004fdd        
        
          <p style="color:#004fdd;">Text here</p>
        
        
          .mytext {color:#004fdd;}
        
        Text color #004fdd
      
           This box has a color of #004fdd        
        
          <div style="background-color:#004fdd;">Content here</div>
        
        
          .mybackground {background-color:#004fdd;}
        
        Background color #004fdd
      
           Border around this has a color of #004fdd        
        
          <div style="border:2px solid #004fdd;">Content here</div>
        
        
          .myborder {border:2px solid #004fdd;}
        
        Border color #004fdd