#2018ae color space conversions
Hex:
        #2018ae
        RGB:
        32, 24, 174
        CMY:
        87, 91, 32
        CMYK:
        82, 86, 0, 32
      HSL:
        243°, 75.7576%, 38.8235%
        HSV (HSB):
        243°, 86.2069%, 68.2353%
        XYZ:
        8.5623, 4.0163, 40.3683
        xyY:
        0.1617, 0.0759, 4.0163
      CIE-Lab:
        23.7254, 52.9104, -75.1860
        CIE-LCH:
        23.7254, 91.9372, 305.1351
        CIE-Luv:
        23.7254, -5.3969, -85.7438
        Hunter-Lab:
        20.0408, 41.1914, -105.3998
      #2018ae color charts
#2018ae RGB chart
      #2018ae CMYK chart
      #2018ae RGB pie chart
      #2018ae color shades, tints & tones
#2018ae color schemes
#2018ae color preview, HTML & CSS examples
           This text has a color of #2018ae        
        
          <p style="color:#2018ae;">Text here</p>
        
        
          .mytext {color:#2018ae;}
        
        Text color #2018ae
      
           This box has a color of #2018ae        
        
          <div style="background-color:#2018ae;">Content here</div>
        
        
          .mybackground {background-color:#2018ae;}
        
        Background color #2018ae
      
           Border around this has a color of #2018ae        
        
          <div style="border:2px solid #2018ae;">Content here</div>
        
        
          .myborder {border:2px solid #2018ae;}
        
        Border color #2018ae