#004daf color space conversions
Hex:
        #004daf
        RGB:
        0, 77, 175
        CMY:
        100, 70, 31
        CMYK:
        100, 56, 0, 31
      HSL:
        214°, 100.0000%, 34.3137%
        HSV (HSB):
        214°, 100.0000%, 68.6275%
        XYZ:
        10.3917, 8.4029, 41.6317
        xyY:
        0.1720, 0.1391, 8.4029
      CIE-Lab:
        34.8083, 20.0844, -57.5610
        CIE-LCH:
        34.8083, 60.9643, 289.2351
        CIE-Luv:
        34.8083, -17.5485, -80.9750
        Hunter-Lab:
        28.9878, 13.2614, -64.8597
      #004daf color charts
#004daf RGB chart
      #004daf CMYK chart
      #004daf RGB pie chart
      #004daf color shades, tints & tones
#004daf color schemes
#004daf color preview, HTML & CSS examples
           This text has a color of #004daf        
        
          <p style="color:#004daf;">Text here</p>
        
        
          .mytext {color:#004daf;}
        
        Text color #004daf
      
           This box has a color of #004daf        
        
          <div style="background-color:#004daf;">Content here</div>
        
        
          .mybackground {background-color:#004daf;}
        
        Background color #004daf
      
           Border around this has a color of #004daf        
        
          <div style="border:2px solid #004daf;">Content here</div>
        
        
          .myborder {border:2px solid #004daf;}
        
        Border color #004daf