#055def color space conversions
Hex:
        #055def
        RGB:
        5, 93, 239
        CMY:
        98, 64, 6
        CMYK:
        98, 61, 0, 6
      HSL:
        217°, 95.9016%, 47.8431%
        HSV (HSB):
        217°, 97.9079%, 93.7255%
        XYZ:
        19.5569, 14.0930, 83.3508
        xyY:
        0.1672, 0.1205, 14.0930
      CIE-Lab:
        44.3660, 34.9845, -78.8767
        CIE-LCH:
        44.3660, 86.2870, 293.9189
        CIE-Luv:
        44.3660, -20.3050, -118.0303
        Hunter-Lab:
        37.5406, 27.2943, -105.3623
      #055def color charts
#055def RGB chart
      #055def CMYK chart
      #055def RGB pie chart
      #055def color shades, tints & tones
#055def color schemes
#055def color preview, HTML & CSS examples
           This text has a color of #055def        
        
          <p style="color:#055def;">Text here</p>
        
        
          .mytext {color:#055def;}
        
        Text color #055def
      
           This box has a color of #055def        
        
          <div style="background-color:#055def;">Content here</div>
        
        
          .mybackground {background-color:#055def;}
        
        Background color #055def
      
           Border around this has a color of #055def        
        
          <div style="border:2px solid #055def;">Content here</div>
        
        
          .myborder {border:2px solid #055def;}
        
        Border color #055def