#2016ff color space conversions
Hex:
        #2016ff
        RGB:
        32, 22, 255
        CMY:
        87, 91, 0
        CMYK:
        87, 91, 0, 0
      HSL:
        243°, 100.0000%, 54.3137%
        HSV (HSB):
        243°, 91.3725%, 100.0000%
        XYZ:
        18.9326, 8.1009, 95.1735
        xyY:
        0.1549, 0.0663, 8.1009
      CIE-Lab:
        34.1921, 75.6619, -104.6886
        CIE-LCH:
        34.1921, 129.1682, 305.8569
        CIE-Luv:
        34.1921, -8.9145, -132.0946
        Hunter-Lab:
        28.4621, 68.9271, -178.3347
      #2016ff color charts
#2016ff RGB chart
      #2016ff CMYK chart
      #2016ff RGB pie chart
      #2016ff color shades, tints & tones
#2016ff color schemes
#2016ff color preview, HTML & CSS examples
           This text has a color of #2016ff        
        
          <p style="color:#2016ff;">Text here</p>
        
        
          .mytext {color:#2016ff;}
        
        Text color #2016ff
      
           This box has a color of #2016ff        
        
          <div style="background-color:#2016ff;">Content here</div>
        
        
          .mybackground {background-color:#2016ff;}
        
        Background color #2016ff
      
           Border around this has a color of #2016ff        
        
          <div style="border:2px solid #2016ff;">Content here</div>
        
        
          .myborder {border:2px solid #2016ff;}
        
        Border color #2016ff