#025bdc color space conversions
Hex:
        #025bdc
        RGB:
        2, 91, 220
        CMY:
        99, 64, 14
        CMYK:
        99, 59, 0, 14
      HSL:
        216°, 98.1982%, 43.5294%
        HSV (HSB):
        216°, 99.0909%, 86.2745%
        XYZ:
        16.6844, 12.6624, 69.2749
        xyY:
        0.1692, 0.1284, 12.6624
      CIE-Lab:
        42.2501, 28.8808, -71.5847
        CIE-LCH:
        42.2501, 77.1911, 291.9716
        CIE-Luv:
        42.2501, -20.2185, -106.2045
        Hunter-Lab:
        35.5842, 21.4209, -90.5159
      #025bdc color charts
#025bdc RGB chart
      #025bdc CMYK chart
      #025bdc RGB pie chart
      #025bdc color shades, tints & tones
#025bdc color schemes
#025bdc color preview, HTML & CSS examples
           This text has a color of #025bdc        
        
          <p style="color:#025bdc;">Text here</p>
        
        
          .mytext {color:#025bdc;}
        
        Text color #025bdc
      
           This box has a color of #025bdc        
        
          <div style="background-color:#025bdc;">Content here</div>
        
        
          .mybackground {background-color:#025bdc;}
        
        Background color #025bdc
      
           Border around this has a color of #025bdc        
        
          <div style="border:2px solid #025bdc;">Content here</div>
        
        
          .myborder {border:2px solid #025bdc;}
        
        Border color #025bdc