#015bff color space conversions
Hex:
        #015bff
        RGB:
        1, 91, 255
        CMY:
        100, 64, 0
        CMYK:
        100, 64, 0, 0
      HSL:
        219°, 100.0000%, 50.1961%
        HSV (HSB):
        219°, 99.6078%, 100.0000%
        XYZ:
        21.8036, 14.7086, 96.2976
        xyY:
        0.1642, 0.1107, 14.7086
      CIE-Lab:
        45.2325, 42.1456, -86.4034
        CIE-LCH:
        45.2325, 96.1343, 296.0021
        CIE-Luv:
        45.2325, -19.8134, -128.8889
        Hunter-Lab:
        38.3518, 34.3643, -122.0250
      #015bff color charts
#015bff RGB chart
      #015bff CMYK chart
      #015bff RGB pie chart
      #015bff color shades, tints & tones
#015bff color schemes
#015bff color preview, HTML & CSS examples
           This text has a color of #015bff        
        
          <p style="color:#015bff;">Text here</p>
        
        
          .mytext {color:#015bff;}
        
        Text color #015bff
      
           This box has a color of #015bff        
        
          <div style="background-color:#015bff;">Content here</div>
        
        
          .mybackground {background-color:#015bff;}
        
        Background color #015bff
      
           Border around this has a color of #015bff        
        
          <div style="border:2px solid #015bff;">Content here</div>
        
        
          .myborder {border:2px solid #015bff;}
        
        Border color #015bff