#5000cf color space conversions
Hex:
        #5000cf
        RGB:
        80, 0, 207
        CMY:
        69, 100, 19
        CMYK:
        61, 100, 0, 19
      HSL:
        263°, 100.0000%, 40.5882%
        HSV (HSB):
        263°, 100.0000%, 81.1765%
        XYZ:
        14.5708, 6.2105, 59.4623
        xyY:
        0.1816, 0.0774, 6.2105
      CIE-Lab:
        29.9374, 69.5931, -84.2748
        CIE-LCH:
        29.9374, 109.2952, 309.5495
        CIE-Luv:
        29.9374, 2.2827, -106.2400
        Hunter-Lab:
        24.9208, 60.7543, -124.0242
      #5000cf color charts
#5000cf RGB chart
      #5000cf CMYK chart
      #5000cf RGB pie chart
      #5000cf color shades, tints & tones
#5000cf color schemes
#5000cf color preview, HTML & CSS examples
           This text has a color of #5000cf        
        
          <p style="color:#5000cf;">Text here</p>
        
        
          .mytext {color:#5000cf;}
        
        Text color #5000cf
      
           This box has a color of #5000cf        
        
          <div style="background-color:#5000cf;">Content here</div>
        
        
          .mybackground {background-color:#5000cf;}
        
        Background color #5000cf
      
           Border around this has a color of #5000cf        
        
          <div style="border:2px solid #5000cf;">Content here</div>
        
        
          .myborder {border:2px solid #5000cf;}
        
        Border color #5000cf