#1f80af color space conversions
Hex:
        #1f80af
        RGB:
        31, 128, 175
        CMY:
        88, 50, 31
        CMYK:
        82, 27, 0, 31
      HSL:
        200°, 69.9029%, 40.3922%
        HSV (HSB):
        200°, 82.2857%, 68.6275%
        XYZ:
        16.0221, 18.8248, 43.3465
        xyY:
        0.2049, 0.2407, 18.8248
      CIE-Lab:
        50.4816, -10.3543, -32.5044
        CIE-LCH:
        50.4816, 34.1137, 252.3307
        CIE-Luv:
        50.4816, -31.6659, -47.8338
        Hunter-Lab:
        43.3875, -10.0119, -28.8627
      #1f80af color charts
#1f80af RGB chart
      #1f80af CMYK chart
      #1f80af RGB pie chart
      #1f80af color shades, tints & tones
#1f80af color schemes
#1f80af color preview, HTML & CSS examples
           This text has a color of #1f80af        
        
          <p style="color:#1f80af;">Text here</p>
        
        
          .mytext {color:#1f80af;}
        
        Text color #1f80af
      
           This box has a color of #1f80af        
        
          <div style="background-color:#1f80af;">Content here</div>
        
        
          .mybackground {background-color:#1f80af;}
        
        Background color #1f80af
      
           Border around this has a color of #1f80af        
        
          <div style="border:2px solid #1f80af;">Content here</div>
        
        
          .myborder {border:2px solid #1f80af;}
        
        Border color #1f80af