#2003fa color space conversions
Hex:
        #2003fa
        RGB:
        32, 3, 250
        CMY:
        87, 99, 2
        CMYK:
        87, 99, 0, 2
      HSL:
        247°, 97.6285%, 49.6078%
        HSV (HSB):
        247°, 98.8000%, 98.0392%
        XYZ:
        17.8835, 7.2743, 90.9040
        xyY:
        0.1541, 0.0627, 7.2743
      CIE-Lab:
        32.4234, 77.7896, -104.8347
        CIE-LCH:
        32.4234, 130.5432, 306.5762
        CIE-Luv:
        32.4234, -7.9558, -128.3673
        Hunter-Lab:
        26.9710, 71.1582, -180.9537
      #2003fa color charts
#2003fa RGB chart
      #2003fa CMYK chart
      #2003fa RGB pie chart
      #2003fa color shades, tints & tones
#2003fa color schemes
#2003fa color preview, HTML & CSS examples
           This text has a color of #2003fa        
        
          <p style="color:#2003fa;">Text here</p>
        
        
          .mytext {color:#2003fa;}
        
        Text color #2003fa
      
           This box has a color of #2003fa        
        
          <div style="background-color:#2003fa;">Content here</div>
        
        
          .mybackground {background-color:#2003fa;}
        
        Background color #2003fa
      
           Border around this has a color of #2003fa        
        
          <div style="border:2px solid #2003fa;">Content here</div>
        
        
          .myborder {border:2px solid #2003fa;}
        
        Border color #2003fa