#055aff color space conversions
Hex:
        #055aff
        RGB:
        5, 90, 255
        CMY:
        98, 65, 0
        CMYK:
        98, 65, 0, 0
      HSL:
        220°, 100.0000%, 50.9804%
        HSV (HSB):
        220°, 98.0392%, 100.0000%
        XYZ:
        21.7688, 14.5646, 96.2717
        xyY:
        0.1642, 0.1098, 14.5646
      CIE-Lab:
        45.0320, 42.8468, -86.7319
        CIE-LCH:
        45.0320, 96.7381, 296.2900
        CIE-Luv:
        45.0320, -19.4669, -129.1252
        Hunter-Lab:
        38.1636, 35.0313, -122.8507
      #055aff color charts
#055aff RGB chart
      #055aff CMYK chart
      #055aff RGB pie chart
      #055aff color shades, tints & tones
#055aff color schemes
#055aff color preview, HTML & CSS examples
           This text has a color of #055aff        
        
          <p style="color:#055aff;">Text here</p>
        
        
          .mytext {color:#055aff;}
        
        Text color #055aff
      
           This box has a color of #055aff        
        
          <div style="background-color:#055aff;">Content here</div>
        
        
          .mybackground {background-color:#055aff;}
        
        Background color #055aff
      
           Border around this has a color of #055aff        
        
          <div style="border:2px solid #055aff;">Content here</div>
        
        
          .myborder {border:2px solid #055aff;}
        
        Border color #055aff