#0500cd color space conversions
Hex:
        #0500cd
        RGB:
        5, 0, 205
        CMY:
        98, 100, 20
        CMYK:
        98, 100, 0, 20
      HSL:
        241°, 100.0000%, 40.1961%
        HSV (HSB):
        241°, 100.0000%, 80.3922%
        XYZ:
        11.0820, 4.4400, 58.0305
        xyY:
        0.1507, 0.0604, 4.4400
      CIE-Lab:
        25.0759, 67.2151, -91.3339
        CIE-LCH:
        25.0759, 113.4009, 306.3504
        CIE-Luv:
        25.0759, -7.0990, -100.9324
        Hunter-Lab:
        21.0714, 57.0031, -148.5343
      #0500cd color charts
#0500cd RGB chart
      #0500cd CMYK chart
      #0500cd RGB pie chart
      #0500cd color shades, tints & tones
#0500cd color schemes
#0500cd color preview, HTML & CSS examples
           This text has a color of #0500cd        
        
          <p style="color:#0500cd;">Text here</p>
        
        
          .mytext {color:#0500cd;}
        
        Text color #0500cd
      
           This box has a color of #0500cd        
        
          <div style="background-color:#0500cd;">Content here</div>
        
        
          .mybackground {background-color:#0500cd;}
        
        Background color #0500cd
      
           Border around this has a color of #0500cd        
        
          <div style="border:2px solid #0500cd;">Content here</div>
        
        
          .myborder {border:2px solid #0500cd;}
        
        Border color #0500cd