#1f77de color space conversions
Hex:
        #1f77de
        RGB:
        31, 119, 222
        CMY:
        88, 53, 13
        CMYK:
        86, 46, 0, 13
      HSL:
        212°, 75.4941%, 49.6078%
        HSV (HSB):
        212°, 86.0360%, 87.0588%
        XYZ:
        20.3467, 18.7589, 71.6557
        xyY:
        0.1837, 0.1694, 18.7589
      CIE-Lab:
        50.4039, 12.8801, -59.4748
        CIE-LCH:
        50.4039, 60.8535, 282.2195
        CIE-Luv:
        50.4039, -26.4237, -92.7755
        Hunter-Lab:
        43.3115, 8.0598, -67.7728
      #1f77de color charts
#1f77de RGB chart
      #1f77de CMYK chart
      #1f77de RGB pie chart
      #1f77de color shades, tints & tones
#1f77de color schemes
#1f77de color preview, HTML & CSS examples
           This text has a color of #1f77de        
        
          <p style="color:#1f77de;">Text here</p>
        
        
          .mytext {color:#1f77de;}
        
        Text color #1f77de
      
           This box has a color of #1f77de        
        
          <div style="background-color:#1f77de;">Content here</div>
        
        
          .mybackground {background-color:#1f77de;}
        
        Background color #1f77de
      
           Border around this has a color of #1f77de        
        
          <div style="border:2px solid #1f77de;">Content here</div>
        
        
          .myborder {border:2px solid #1f77de;}
        
        Border color #1f77de