#2020fa color space conversions
Hex:
        #2020fa
        RGB:
        32, 32, 250
        CMY:
        87, 87, 2
        CMYK:
        87, 87, 0, 2
      HSL:
        240°, 95.6140%, 55.2941%
        HSV (HSB):
        240°, 87.2000%, 98.0392%
        XYZ:
        18.3675, 8.2422, 91.0653
        xyY:
        0.1561, 0.0700, 8.2422
      CIE-Lab:
        34.4823, 71.4765, -101.3962
        CIE-LCH:
        34.4823, 124.0567, 305.1809
        CIE-Luv:
        34.4823, -9.3633, -129.8523
        Hunter-Lab:
        28.7093, 63.9587, -167.9703
      #2020fa color charts
#2020fa RGB chart
      #2020fa CMYK chart
      #2020fa RGB pie chart
      #2020fa color shades, tints & tones
#2020fa color schemes
#2020fa color preview, HTML & CSS examples
           This text has a color of #2020fa        
        
          <p style="color:#2020fa;">Text here</p>
        
        
          .mytext {color:#2020fa;}
        
        Text color #2020fa
      
           This box has a color of #2020fa        
        
          <div style="background-color:#2020fa;">Content here</div>
        
        
          .mybackground {background-color:#2020fa;}
        
        Background color #2020fa
      
           Border around this has a color of #2020fa        
        
          <div style="border:2px solid #2020fa;">Content here</div>
        
        
          .myborder {border:2px solid #2020fa;}
        
        Border color #2020fa