#2400cd color space conversions
Hex:
        #2400cd
        RGB:
        36, 0, 205
        CMY:
        86, 100, 20
        CMYK:
        82, 100, 0, 20
      HSL:
        251°, 100.0000%, 40.1961%
        HSV (HSB):
        251°, 100.0000%, 80.3922%
        XYZ:
        11.7470, 4.7828, 58.0617
        xyY:
        0.1575, 0.0641, 4.7828
      CIE-Lab:
        26.1069, 67.5621, -89.5853
        CIE-LCH:
        26.1069, 112.2059, 307.0223
        CIE-Luv:
        26.1069, -5.2557, -102.2521
        Hunter-Lab:
        21.8697, 57.6067, -142.0995
      #2400cd color charts
#2400cd RGB chart
      #2400cd CMYK chart
      #2400cd RGB pie chart
      #2400cd color shades, tints & tones
#2400cd color schemes
#2400cd color preview, HTML & CSS examples
           This text has a color of #2400cd        
        
          <p style="color:#2400cd;">Text here</p>
        
        
          .mytext {color:#2400cd;}
        
        Text color #2400cd
      
           This box has a color of #2400cd        
        
          <div style="background-color:#2400cd;">Content here</div>
        
        
          .mybackground {background-color:#2400cd;}
        
        Background color #2400cd
      
           Border around this has a color of #2400cd        
        
          <div style="border:2px solid #2400cd;">Content here</div>
        
        
          .myborder {border:2px solid #2400cd;}
        
        Border color #2400cd