#2010ae color space conversions
Hex:
        #2010ae
        RGB:
        32, 16, 174
        CMY:
        87, 94, 32
        CMYK:
        82, 91, 0, 32
      HSL:
        246°, 83.1579%, 37.2549%
        HSV (HSB):
        246°, 90.8046%, 68.2353%
        XYZ:
        8.4209, 3.7337, 40.3212
        xyY:
        0.1605, 0.0711, 3.7337
      CIE-Lab:
        22.7706, 55.7856, -76.7762
        CIE-LCH:
        22.7706, 94.9032, 306.0022
        CIE-Luv:
        22.7706, -4.7801, -84.9810
        Hunter-Lab:
        19.3227, 43.9768, -110.1966
      #2010ae color charts
#2010ae RGB chart
      #2010ae CMYK chart
      #2010ae RGB pie chart
      #2010ae color shades, tints & tones
#2010ae color schemes
#2010ae color preview, HTML & CSS examples
           This text has a color of #2010ae        
        
          <p style="color:#2010ae;">Text here</p>
        
        
          .mytext {color:#2010ae;}
        
        Text color #2010ae
      
           This box has a color of #2010ae        
        
          <div style="background-color:#2010ae;">Content here</div>
        
        
          .mybackground {background-color:#2010ae;}
        
        Background color #2010ae
      
           Border around this has a color of #2010ae        
        
          <div style="border:2px solid #2010ae;">Content here</div>
        
        
          .myborder {border:2px solid #2010ae;}
        
        Border color #2010ae