#2018ff color space conversions
Hex:
        #2018ff
        RGB:
        32, 24, 255
        CMY:
        87, 91, 0
        CMYK:
        87, 91, 0, 0
      HSL:
        242°, 100.0000%, 54.7059%
        HSV (HSB):
        242°, 90.5882%, 100.0000%
        XYZ:
        18.9723, 8.1803, 95.1868
        xyY:
        0.1551, 0.0669, 8.1803
      CIE-Lab:
        34.3557, 75.1610, -104.4155
        CIE-LCH:
        34.3557, 128.6537, 305.7473
        CIE-Luv:
        34.3557, -9.0273, -132.2064
        Hunter-Lab:
        28.6013, 68.3534, -177.2996
      #2018ff color charts
#2018ff RGB chart
      #2018ff CMYK chart
      #2018ff RGB pie chart
      #2018ff color shades, tints & tones
#2018ff color schemes
#2018ff color preview, HTML & CSS examples
           This text has a color of #2018ff        
        
          <p style="color:#2018ff;">Text here</p>
        
        
          .mytext {color:#2018ff;}
        
        Text color #2018ff
      
           This box has a color of #2018ff        
        
          <div style="background-color:#2018ff;">Content here</div>
        
        
          .mybackground {background-color:#2018ff;}
        
        Background color #2018ff
      
           Border around this has a color of #2018ff        
        
          <div style="border:2px solid #2018ff;">Content here</div>
        
        
          .myborder {border:2px solid #2018ff;}
        
        Border color #2018ff