#1f10cc color space conversions
Hex:
        #1f10cc
        RGB:
        31, 16, 204
        CMY:
        88, 94, 20
        CMYK:
        85, 92, 0, 20
      HSL:
        245°, 85.4545%, 43.1373%
        HSV (HSB):
        245°, 92.1569%, 80.0000%
        XYZ:
        11.6494, 5.0215, 57.4820
        xyY:
        0.1571, 0.0677, 5.0215
      CIE-Lab:
        26.7960, 63.9006, -87.8557
        CIE-LCH:
        26.7960, 108.6366, 306.0297
        CIE-Luv:
        26.7960, -6.3454, -102.4577
        Hunter-Lab:
        22.4088, 53.5800, -136.4021
      #1f10cc color charts
#1f10cc RGB chart
      #1f10cc CMYK chart
      #1f10cc RGB pie chart
      #1f10cc color shades, tints & tones
#1f10cc color schemes
#1f10cc color preview, HTML & CSS examples
           This text has a color of #1f10cc        
        
          <p style="color:#1f10cc;">Text here</p>
        
        
          .mytext {color:#1f10cc;}
        
        Text color #1f10cc
      
           This box has a color of #1f10cc        
        
          <div style="background-color:#1f10cc;">Content here</div>
        
        
          .mybackground {background-color:#1f10cc;}
        
        Background color #1f10cc
      
           Border around this has a color of #1f10cc        
        
          <div style="border:2px solid #1f10cc;">Content here</div>
        
        
          .myborder {border:2px solid #1f10cc;}
        
        Border color #1f10cc