#5000fe color space conversions
Hex:
        #5000fe
        RGB:
        80, 0, 254
        CMY:
        69, 100, 0
        CMYK:
        69, 100, 0, 0
      HSL:
        259°, 100.0000%, 49.8039%
        HSV (HSB):
        259°, 100.0000%, 99.6078%
        XYZ:
        21.1977, 8.8612, 94.3591
        xyY:
        0.1704, 0.0712, 8.8612
      CIE-Lab:
        35.7157, 80.3041, -101.5147
        CIE-LCH:
        35.7157, 129.4372, 308.3461
        CIE-Luv:
        35.7157, -1.8093, -132.7541
        Hunter-Lab:
        29.7678, 75.0161, -167.1021
      #5000fe color charts
#5000fe RGB chart
      #5000fe CMYK chart
      #5000fe RGB pie chart
      #5000fe color shades, tints & tones
#5000fe color schemes
#5000fe color preview, HTML & CSS examples
           This text has a color of #5000fe        
        
          <p style="color:#5000fe;">Text here</p>
        
        
          .mytext {color:#5000fe;}
        
        Text color #5000fe
      
           This box has a color of #5000fe        
        
          <div style="background-color:#5000fe;">Content here</div>
        
        
          .mybackground {background-color:#5000fe;}
        
        Background color #5000fe
      
           Border around this has a color of #5000fe        
        
          <div style="border:2px solid #5000fe;">Content here</div>
        
        
          .myborder {border:2px solid #5000fe;}
        
        Border color #5000fe