#2500bb color space conversions
Hex:
        #2500bb
        RGB:
        37, 0, 187
        CMY:
        85, 100, 27
        CMYK:
        80, 100, 0, 27
      HSL:
        252°, 100.0000%, 36.6667%
        HSV (HSB):
        252°, 100.0000%, 73.3333%
        XYZ:
        9.7326, 3.9812, 47.2692
        xyY:
        0.1596, 0.0653, 3.9812
      CIE-Lab:
        23.6091, 63.1908, -83.1469
        CIE-LCH:
        23.6091, 104.4341, 307.2345
        CIE-Luv:
        23.6091, -4.1621, -91.6858
        Hunter-Lab:
        19.9529, 52.1510, -126.4935
      #2500bb color charts
#2500bb RGB chart
      #2500bb CMYK chart
      #2500bb RGB pie chart
      #2500bb color shades, tints & tones
#2500bb color schemes
#2500bb color preview, HTML & CSS examples
           This text has a color of #2500bb        
        
          <p style="color:#2500bb;">Text here</p>
        
        
          .mytext {color:#2500bb;}
        
        Text color #2500bb
      
           This box has a color of #2500bb        
        
          <div style="background-color:#2500bb;">Content here</div>
        
        
          .mybackground {background-color:#2500bb;}
        
        Background color #2500bb
      
           Border around this has a color of #2500bb        
        
          <div style="border:2px solid #2500bb;">Content here</div>
        
        
          .myborder {border:2px solid #2500bb;}
        
        Border color #2500bb