#0255ff color space conversions
Hex:
        #0255ff
        RGB:
        2, 85, 255
        CMY:
        99, 67, 0
        CMYK:
        99, 67, 0, 0
      HSL:
        220°, 100.0000%, 50.3922%
        HSV (HSB):
        220°, 99.2157%, 100.0000%
        XYZ:
        21.3235, 13.7299, 96.1340
        xyY:
        0.1625, 0.1047, 13.7299
      CIE-Lab:
        43.8431, 45.8715, -88.6902
        CIE-LCH:
        43.8431, 99.8506, 297.3485
        CIE-Luv:
        43.8431, -18.4876, -130.3554
        Hunter-Lab:
        37.0539, 37.8777, -127.8865
      #0255ff color charts
#0255ff RGB chart
      #0255ff CMYK chart
      #0255ff RGB pie chart
      #0255ff color shades, tints & tones
#0255ff color schemes
#0255ff color preview, HTML & CSS examples
           This text has a color of #0255ff        
        
          <p style="color:#0255ff;">Text here</p>
        
        
          .mytext {color:#0255ff;}
        
        Text color #0255ff
      
           This box has a color of #0255ff        
        
          <div style="background-color:#0255ff;">Content here</div>
        
        
          .mybackground {background-color:#0255ff;}
        
        Background color #0255ff
      
           Border around this has a color of #0255ff        
        
          <div style="border:2px solid #0255ff;">Content here</div>
        
        
          .myborder {border:2px solid #0255ff;}
        
        Border color #0255ff