#1f3fed color space conversions
Hex:
        #1f3fed
        RGB:
        31, 63, 237
        CMY:
        88, 75, 7
        CMYK:
        87, 73, 0, 7
      HSL:
        231°, 85.1240%, 52.5490%
        HSV (HSB):
        231°, 86.9198%, 92.9412%
        XYZ:
        17.6286, 9.9607, 81.1142
        xyY:
        0.1622, 0.0916, 9.9607
      CIE-Lab:
        37.7719, 53.3681, -88.5945
        CIE-LCH:
        37.7719, 103.4270, 301.0642
        CIE-Luv:
        37.7719, -12.7735, -122.7044
        Hunter-Lab:
        31.5606, 44.4725, -130.2892
      #1f3fed color charts
#1f3fed RGB chart
      #1f3fed CMYK chart
      #1f3fed RGB pie chart
      #1f3fed color shades, tints & tones
#1f3fed color schemes
#1f3fed color preview, HTML & CSS examples
           This text has a color of #1f3fed        
        
          <p style="color:#1f3fed;">Text here</p>
        
        
          .mytext {color:#1f3fed;}
        
        Text color #1f3fed
      
           This box has a color of #1f3fed        
        
          <div style="background-color:#1f3fed;">Content here</div>
        
        
          .mybackground {background-color:#1f3fed;}
        
        Background color #1f3fed
      
           Border around this has a color of #1f3fed        
        
          <div style="border:2px solid #1f3fed;">Content here</div>
        
        
          .myborder {border:2px solid #1f3fed;}
        
        Border color #1f3fed