#144bcd color space conversions
Hex:
        #144bcd
        RGB:
        20, 75, 205
        CMY:
        92, 71, 20
        CMYK:
        90, 63, 0, 20
      HSL:
        222°, 82.2222%, 44.1176%
        HSV (HSB):
        222°, 90.2439%, 80.3922%
        XYZ:
        13.8240, 9.5887, 58.8798
        xyY:
        0.1680, 0.1165, 9.5887
      CIE-Lab:
        37.0938, 34.0946, -71.4006
        CIE-LCH:
        37.0938, 79.1232, 295.5250
        CIE-Luv:
        37.0938, -15.6374, -101.3558
        Hunter-Lab:
        30.9656, 25.4984, -91.0617
      #144bcd color charts
#144bcd RGB chart
      #144bcd CMYK chart
      #144bcd RGB pie chart
      #144bcd color shades, tints & tones
#144bcd color schemes
#144bcd color preview, HTML & CSS examples
           This text has a color of #144bcd        
        
          <p style="color:#144bcd;">Text here</p>
        
        
          .mytext {color:#144bcd;}
        
        Text color #144bcd
      
           This box has a color of #144bcd        
        
          <div style="background-color:#144bcd;">Content here</div>
        
        
          .mybackground {background-color:#144bcd;}
        
        Background color #144bcd
      
           Border around this has a color of #144bcd        
        
          <div style="border:2px solid #144bcd;">Content here</div>
        
        
          .myborder {border:2px solid #144bcd;}
        
        Border color #144bcd