#224dbd color space conversions
Hex:
        #224dbd
        RGB:
        34, 77, 189
        CMY:
        87, 70, 26
        CMYK:
        82, 59, 0, 26
      HSL:
        223°, 69.5067%, 43.7255%
        HSV (HSB):
        223°, 82.0106%, 74.1176%
        XYZ:
        12.4989, 9.3220, 49.2847
        xyY:
        0.1758, 0.1311, 9.3220
      CIE-Lab:
        36.5969, 27.5507, -62.8765
        CIE-LCH:
        36.5969, 68.6476, 293.6617
        CIE-Luv:
        36.5969, -14.8862, -89.8460
        Hunter-Lab:
        30.5319, 19.6420, -74.3338
      #224dbd color charts
#224dbd RGB chart
      #224dbd CMYK chart
      #224dbd RGB pie chart
      #224dbd color shades, tints & tones
#224dbd color schemes
#224dbd color preview, HTML & CSS examples
           This text has a color of #224dbd        
        
          <p style="color:#224dbd;">Text here</p>
        
        
          .mytext {color:#224dbd;}
        
        Text color #224dbd
      
           This box has a color of #224dbd        
        
          <div style="background-color:#224dbd;">Content here</div>
        
        
          .mybackground {background-color:#224dbd;}
        
        Background color #224dbd
      
           Border around this has a color of #224dbd        
        
          <div style="border:2px solid #224dbd;">Content here</div>
        
        
          .myborder {border:2px solid #224dbd;}
        
        Border color #224dbd