#114bcd color space conversions
Hex:
        #114bcd
        RGB:
        17, 75, 205
        CMY:
        93, 71, 20
        CMYK:
        92, 63, 0, 20
      HSL:
        221°, 84.6847%, 43.5294%
        HSV (HSB):
        221°, 91.7073%, 80.3922%
        XYZ:
        13.7667, 9.5591, 58.8771
        xyY:
        0.1675, 0.1163, 9.5591
      CIE-Lab:
        37.0392, 33.9660, -71.4923
        CIE-LCH:
        37.0392, 79.1507, 295.4124
        CIE-Luv:
        37.0392, -15.8238, -101.4009
        Hunter-Lab:
        30.9178, 25.3741, -91.2642
      #114bcd color charts
#114bcd RGB chart
      #114bcd CMYK chart
      #114bcd RGB pie chart
      #114bcd color shades, tints & tones
#114bcd color schemes
#114bcd color preview, HTML & CSS examples
           This text has a color of #114bcd        
        
          <p style="color:#114bcd;">Text here</p>
        
        
          .mytext {color:#114bcd;}
        
        Text color #114bcd
      
           This box has a color of #114bcd        
        
          <div style="background-color:#114bcd;">Content here</div>
        
        
          .mybackground {background-color:#114bcd;}
        
        Background color #114bcd
      
           Border around this has a color of #114bcd        
        
          <div style="border:2px solid #114bcd;">Content here</div>
        
        
          .myborder {border:2px solid #114bcd;}
        
        Border color #114bcd