#1666ec color space conversions
Hex:
        #1666ec
        RGB:
        22, 102, 236
        CMY:
        91, 60, 7
        CMYK:
        91, 57, 0, 7
      HSL:
        218°, 84.9206%, 50.5882%
        HSV (HSB):
        218°, 90.6780%, 92.5490%
        XYZ:
        20.2226, 15.7294, 81.3271
        xyY:
        0.1724, 0.1341, 15.7294
      CIE-Lab:
        46.6175, 28.5912, -73.5019
        CIE-LCH:
        46.6175, 78.8669, 291.2553
        CIE-Luv:
        46.6175, -21.8814, -112.2901
        Hunter-Lab:
        39.6604, 21.6104, -93.8172
      #1666ec color charts
#1666ec RGB chart
      #1666ec CMYK chart
      #1666ec RGB pie chart
      #1666ec color shades, tints & tones
#1666ec color schemes
#1666ec color preview, HTML & CSS examples
           This text has a color of #1666ec        
        
          <p style="color:#1666ec;">Text here</p>
        
        
          .mytext {color:#1666ec;}
        
        Text color #1666ec
      
           This box has a color of #1666ec        
        
          <div style="background-color:#1666ec;">Content here</div>
        
        
          .mybackground {background-color:#1666ec;}
        
        Background color #1666ec
      
           Border around this has a color of #1666ec        
        
          <div style="border:2px solid #1666ec;">Content here</div>
        
        
          .myborder {border:2px solid #1666ec;}
        
        Border color #1666ec