#004ffb color space conversions
Hex:
        #004ffb
        RGB:
        0, 79, 251
        CMY:
        100, 69, 2
        CMYK:
        100, 69, 0, 2
      HSL:
        221°, 100.0000%, 49.2157%
        HSV (HSB):
        221°, 100.0000%, 98.4314%
        XYZ:
        20.2086, 12.5570, 92.6254
        xyY:
        0.1612, 0.1001, 12.5570
      CIE-Lab:
        42.0880, 48.0459, -89.3530
        CIE-LCH:
        42.0880, 101.4513, 298.2673
        CIE-Luv:
        42.0880, -17.3251, -129.1313
        Hunter-Lab:
        35.4359, 39.7833, -130.1724
      #004ffb color charts
#004ffb RGB chart
      #004ffb CMYK chart
      #004ffb RGB pie chart
      #004ffb color shades, tints & tones
#004ffb color schemes
#004ffb color preview, HTML & CSS examples
           This text has a color of #004ffb        
        
          <p style="color:#004ffb;">Text here</p>
        
        
          .mytext {color:#004ffb;}
        
        Text color #004ffb
      
           This box has a color of #004ffb        
        
          <div style="background-color:#004ffb;">Content here</div>
        
        
          .mybackground {background-color:#004ffb;}
        
        Background color #004ffb
      
           Border around this has a color of #004ffb        
        
          <div style="border:2px solid #004ffb;">Content here</div>
        
        
          .myborder {border:2px solid #004ffb;}
        
        Border color #004ffb