#1666ff color space conversions
Hex:
        #1666ff
        RGB:
        22, 102, 255
        CMY:
        91, 60, 0
        CMYK:
        91, 60, 0, 0
      HSL:
        219°, 100.0000%, 54.3137%
        HSV (HSB):
        219°, 91.3725%, 100.0000%
        XYZ:
        23.1322, 16.8933, 96.6493
        xyY:
        0.1693, 0.1236, 16.8933
      CIE-Lab:
        48.1253, 35.7715, -81.6492
        CIE-LCH:
        48.1253, 89.1414, 293.6588
        CIE-Luv:
        48.1253, -21.5839, -125.0897
        Hunter-Lab:
        41.1015, 28.5337, -110.6482
      #1666ff color charts
#1666ff RGB chart
      #1666ff CMYK chart
      #1666ff RGB pie chart
      #1666ff color shades, tints & tones
#1666ff color schemes
#1666ff color preview, HTML & CSS examples
           This text has a color of #1666ff        
        
          <p style="color:#1666ff;">Text here</p>
        
        
          .mytext {color:#1666ff;}
        
        Text color #1666ff
      
           This box has a color of #1666ff        
        
          <div style="background-color:#1666ff;">Content here</div>
        
        
          .mybackground {background-color:#1666ff;}
        
        Background color #1666ff
      
           Border around this has a color of #1666ff        
        
          <div style="border:2px solid #1666ff;">Content here</div>
        
        
          .myborder {border:2px solid #1666ff;}
        
        Border color #1666ff