#114bdd color space conversions
Hex:
        #114bdd
        RGB:
        17, 75, 221
        CMY:
        93, 71, 13
        CMYK:
        92, 66, 0, 13
      HSL:
        223°, 85.7143%, 46.6667%
        HSV (HSB):
        223°, 92.3077%, 86.6667%
        XYZ:
        15.7984, 10.3718, 69.5759
        xyY:
        0.1650, 0.1083, 10.3718
      CIE-Lab:
        38.5016, 39.9921, -78.2964
        CIE-LCH:
        38.5016, 87.9187, 297.0569
        CIE-Luv:
        38.5016, -15.8094, -111.4936
        Hunter-Lab:
        32.2053, 31.2045, -105.5458
      #114bdd color charts
#114bdd RGB chart
      #114bdd CMYK chart
      #114bdd RGB pie chart
      #114bdd color shades, tints & tones
#114bdd color schemes
#114bdd color preview, HTML & CSS examples
           This text has a color of #114bdd        
        
          <p style="color:#114bdd;">Text here</p>
        
        
          .mytext {color:#114bdd;}
        
        Text color #114bdd
      
           This box has a color of #114bdd        
        
          <div style="background-color:#114bdd;">Content here</div>
        
        
          .mybackground {background-color:#114bdd;}
        
        Background color #114bdd
      
           Border around this has a color of #114bdd        
        
          <div style="border:2px solid #114bdd;">Content here</div>
        
        
          .myborder {border:2px solid #114bdd;}
        
        Border color #114bdd