#020eed color space conversions
Hex:
        #020eed
        RGB:
        2, 14, 237
        CMY:
        99, 95, 7
        CMYK:
        99, 94, 0, 7
      HSL:
        237°, 98.3264%, 46.8627%
        HSV (HSB):
        237°, 99.1561%, 92.9412%
        XYZ:
        15.4681, 6.4414, 80.5488
        xyY:
        0.1510, 0.0629, 6.4414
      CIE-Lab:
        30.4999, 72.5532, -100.7103
        CIE-LCH:
        30.4999, 124.1230, 305.7695
        CIE-Luv:
        30.4999, -9.0909, -120.7136
        Hunter-Lab:
        25.3799, 64.3743, -170.4040
      #020eed color charts
#020eed RGB chart
      #020eed CMYK chart
      #020eed RGB pie chart
      #020eed color shades, tints & tones
#020eed color schemes
#020eed color preview, HTML & CSS examples
           This text has a color of #020eed        
        
          <p style="color:#020eed;">Text here</p>
        
        
          .mytext {color:#020eed;}
        
        Text color #020eed
      
           This box has a color of #020eed        
        
          <div style="background-color:#020eed;">Content here</div>
        
        
          .mybackground {background-color:#020eed;}
        
        Background color #020eed
      
           Border around this has a color of #020eed        
        
          <div style="border:2px solid #020eed;">Content here</div>
        
        
          .myborder {border:2px solid #020eed;}
        
        Border color #020eed