#008add color space conversions
Hex:
        #008add
        RGB:
        0, 138, 221
        CMY:
        100, 46, 13
        CMYK:
        100, 38, 0, 13
      HSL:
        203°, 100.0000%, 43.3333%
        HSV (HSB):
        203°, 100.0000%, 86.6667%
        XYZ:
        22.1396, 23.3974, 71.7559
        xyY:
        0.1888, 0.1995, 23.3974
      CIE-Lab:
        55.4794, -0.4575, -50.8051
        CIE-LCH:
        55.4794, 50.8072, 269.4841
        CIE-Luv:
        55.4794, -34.1319, -79.6506
        Hunter-Lab:
        48.3709, -2.9486, -54.0943
      #008add color charts
#008add RGB chart
      #008add CMYK chart
      #008add RGB pie chart
      #008add color shades, tints & tones
#008add color schemes
#008add color preview, HTML & CSS examples
           This text has a color of #008add        
        
          <p style="color:#008add;">Text here</p>
        
        
          .mytext {color:#008add;}
        
        Text color #008add
      
           This box has a color of #008add        
        
          <div style="background-color:#008add;">Content here</div>
        
        
          .mybackground {background-color:#008add;}
        
        Background color #008add
      
           Border around this has a color of #008add        
        
          <div style="border:2px solid #008add;">Content here</div>
        
        
          .myborder {border:2px solid #008add;}
        
        Border color #008add