#221eda color space conversions
Hex:
        #221eda
        RGB:
        34, 30, 218
        CMY:
        87, 88, 15
        CMYK:
        84, 86, 0, 15
      HSL:
        241°, 75.8065%, 48.6275%
        HSV (HSB):
        241°, 86.2385%, 85.4902%
        XYZ:
        13.7788, 6.3306, 66.8254
        xyY:
        0.1585, 0.0728, 6.3306
      CIE-Lab:
        30.2316, 63.3863, -90.2543
        CIE-LCH:
        30.2316, 110.2890, 305.0806
        CIE-Luv:
        30.2316, -7.7015, -111.6458
        Hunter-Lab:
        25.1607, 53.7217, -139.8587
      #221eda color charts
#221eda RGB chart
      #221eda CMYK chart
      #221eda RGB pie chart
      #221eda color shades, tints & tones
#221eda color schemes
#221eda color preview, HTML & CSS examples
           This text has a color of #221eda        
        
          <p style="color:#221eda;">Text here</p>
        
        
          .mytext {color:#221eda;}
        
        Text color #221eda
      
           This box has a color of #221eda        
        
          <div style="background-color:#221eda;">Content here</div>
        
        
          .mybackground {background-color:#221eda;}
        
        Background color #221eda
      
           Border around this has a color of #221eda        
        
          <div style="border:2px solid #221eda;">Content here</div>
        
        
          .myborder {border:2px solid #221eda;}
        
        Border color #221eda