#5000db color space conversions
Hex:
        #5000db
        RGB:
        80, 0, 219
        CMY:
        69, 100, 14
        CMYK:
        63, 100, 0, 14
      HSL:
        262°, 100.0000%, 42.9412%
        HSV (HSB):
        262°, 100.0000%, 85.8824%
        XYZ:
        16.0944, 6.8199, 67.4859
        xyY:
        0.1780, 0.0754, 6.8199
      CIE-Lab:
        31.3934, 72.3372, -88.8094
        CIE-LCH:
        31.3934, 114.5417, 309.1636
        CIE-Luv:
        31.3934, 1.1455, -113.0618
        Hunter-Lab:
        26.1150, 64.3066, -134.9355
      #5000db color charts
#5000db RGB chart
      #5000db CMYK chart
      #5000db RGB pie chart
      #5000db color shades, tints & tones
#5000db color schemes
#5000db color preview, HTML & CSS examples
           This text has a color of #5000db        
        
          <p style="color:#5000db;">Text here</p>
        
        
          .mytext {color:#5000db;}
        
        Text color #5000db
      
           This box has a color of #5000db        
        
          <div style="background-color:#5000db;">Content here</div>
        
        
          .mybackground {background-color:#5000db;}
        
        Background color #5000db
      
           Border around this has a color of #5000db        
        
          <div style="border:2px solid #5000db;">Content here</div>
        
        
          .myborder {border:2px solid #5000db;}
        
        Border color #5000db