#2000bf color space conversions
Hex:
        #2000bf
        RGB:
        32, 0, 191
        CMY:
        87, 100, 25
        CMYK:
        83, 100, 0, 25
      HSL:
        250°, 100.0000%, 37.4510%
        HSV (HSB):
        250°, 100.0000%, 74.9020%
        XYZ:
        9.9996, 4.0687, 49.5485
        xyY:
        0.1572, 0.0640, 4.0687
      CIE-Lab:
        23.8972, 64.0693, -85.0462
        CIE-LCH:
        23.8972, 106.4788, 306.9924
        CIE-Luv:
        23.8972, -4.8959, -93.7099
        Hunter-Lab:
        20.1709, 53.1913, -131.5222
      #2000bf color charts
#2000bf RGB chart
      #2000bf CMYK chart
      #2000bf RGB pie chart
      #2000bf color shades, tints & tones
#2000bf color schemes
#2000bf color preview, HTML & CSS examples
           This text has a color of #2000bf        
        
          <p style="color:#2000bf;">Text here</p>
        
        
          .mytext {color:#2000bf;}
        
        Text color #2000bf
      
           This box has a color of #2000bf        
        
          <div style="background-color:#2000bf;">Content here</div>
        
        
          .mybackground {background-color:#2000bf;}
        
        Background color #2000bf
      
           Border around this has a color of #2000bf        
        
          <div style="border:2px solid #2000bf;">Content here</div>
        
        
          .myborder {border:2px solid #2000bf;}
        
        Border color #2000bf