#010ede color space conversions
Hex:
        #010ede
        RGB:
        1, 14, 222
        CMY:
        100, 95, 13
        CMYK:
        100, 94, 0, 13
      HSL:
        236°, 99.1031%, 43.7255%
        HSV (HSB):
        236°, 99.5495%, 87.0588%
        XYZ:
        13.3544, 5.5945, 69.4832
        xyY:
        0.1510, 0.0633, 5.5945
      CIE-Lab:
        28.3654, 68.7052, -95.6962
        CIE-LCH:
        28.3654, 117.8056, 305.6765
        CIE-Luv:
        28.3654, -8.5231, -111.9683
        Hunter-Lab:
        23.6526, 59.3899, -157.6169
      #010ede color charts
#010ede RGB chart
      #010ede CMYK chart
      #010ede RGB pie chart
      #010ede color shades, tints & tones
#010ede color schemes
#010ede color preview, HTML & CSS examples
           This text has a color of #010ede        
        
          <p style="color:#010ede;">Text here</p>
        
        
          .mytext {color:#010ede;}
        
        Text color #010ede
      
           This box has a color of #010ede        
        
          <div style="background-color:#010ede;">Content here</div>
        
        
          .mybackground {background-color:#010ede;}
        
        Background color #010ede
      
           Border around this has a color of #010ede        
        
          <div style="border:2px solid #010ede;">Content here</div>
        
        
          .myborder {border:2px solid #010ede;}
        
        Border color #010ede