#1111fd color space conversions
Hex:
        #1111fd
        RGB:
        17, 17, 253
        CMY:
        93, 93, 1
        CMYK:
        93, 93, 0, 1
      HSL:
        240°, 98.3333%, 52.9412%
        HSV (HSB):
        240°, 93.2806%, 99.2157%
        XYZ:
        18.1612, 7.6119, 93.4405
        xyY:
        0.1523, 0.0639, 7.6119
      CIE-Lab:
        33.1612, 76.0848, -105.2983
        CIE-LCH:
        33.1612, 129.9101, 305.8506
        CIE-Luv:
        33.1612, -9.3978, -130.3303
        Hunter-Lab:
        27.5897, 69.2177, -181.4900
      #1111fd color charts
#1111fd RGB chart
      #1111fd CMYK chart
      #1111fd RGB pie chart
      #1111fd color shades, tints & tones
#1111fd color schemes
#1111fd color preview, HTML & CSS examples
           This text has a color of #1111fd        
        
          <p style="color:#1111fd;">Text here</p>
        
        
          .mytext {color:#1111fd;}
        
        Text color #1111fd
      
           This box has a color of #1111fd        
        
          <div style="background-color:#1111fd;">Content here</div>
        
        
          .mybackground {background-color:#1111fd;}
        
        Background color #1111fd
      
           Border around this has a color of #1111fd        
        
          <div style="border:2px solid #1111fd;">Content here</div>
        
        
          .myborder {border:2px solid #1111fd;}
        
        Border color #1111fd