#2020ec color space conversions
Hex:
        #2020ec
        RGB:
        32, 32, 236
        CMY:
        87, 87, 7
        CMYK:
        86, 86, 0, 7
      HSL:
        240°, 84.2975%, 52.5490%
        HSV (HSB):
        240°, 86.4407%, 92.5490%
        XYZ:
        16.2525, 7.3962, 79.9279
        xyY:
        0.1569, 0.0714, 7.3962
      CIE-Lab:
        32.6924, 67.6407, -96.4640
        CIE-LCH:
        32.6924, 117.8158, 305.0382
        CIE-Luv:
        32.6924, -8.7937, -121.9531
        Hunter-Lab:
        27.1960, 59.0797, -155.2135
      #2020ec color charts
#2020ec RGB chart
      #2020ec CMYK chart
      #2020ec RGB pie chart
      #2020ec color shades, tints & tones
#2020ec color schemes
#2020ec color preview, HTML & CSS examples
           This text has a color of #2020ec        
        
          <p style="color:#2020ec;">Text here</p>
        
        
          .mytext {color:#2020ec;}
        
        Text color #2020ec
      
           This box has a color of #2020ec        
        
          <div style="background-color:#2020ec;">Content here</div>
        
        
          .mybackground {background-color:#2020ec;}
        
        Background color #2020ec
      
           Border around this has a color of #2020ec        
        
          <div style="border:2px solid #2020ec;">Content here</div>
        
        
          .myborder {border:2px solid #2020ec;}
        
        Border color #2020ec