#025ccd color space conversions
Hex:
        #025ccd
        RGB:
        2, 92, 205
        CMY:
        99, 64, 20
        CMYK:
        99, 55, 0, 20
      HSL:
        213°, 98.0676%, 40.5882%
        HSV (HSB):
        213°, 99.0244%, 80.3922%
        XYZ:
        14.8716, 12.0750, 59.3045
        xyY:
        0.1724, 0.1400, 12.0750
      CIE-Lab:
        41.3350, 22.2946, -64.4789
        CIE-LCH:
        41.3350, 68.2245, 289.0736
        CIE-Luv:
        41.3350, -20.8207, -95.4837
        Hunter-Lab:
        34.7491, 15.5821, -76.8629
      #025ccd color charts
#025ccd RGB chart
      #025ccd CMYK chart
      #025ccd RGB pie chart
      #025ccd color shades, tints & tones
#025ccd color schemes
#025ccd color preview, HTML & CSS examples
           This text has a color of #025ccd        
        
          <p style="color:#025ccd;">Text here</p>
        
        
          .mytext {color:#025ccd;}
        
        Text color #025ccd
      
           This box has a color of #025ccd        
        
          <div style="background-color:#025ccd;">Content here</div>
        
        
          .mybackground {background-color:#025ccd;}
        
        Background color #025ccd
      
           Border around this has a color of #025ccd        
        
          <div style="border:2px solid #025ccd;">Content here</div>
        
        
          .myborder {border:2px solid #025ccd;}
        
        Border color #025ccd