#225edc color space conversions
Hex:
        #225edc
        RGB:
        34, 94, 220
        CMY:
        87, 63, 14
        CMYK:
        85, 57, 0, 14
      HSL:
        221°, 73.2283%, 49.8039%
        HSV (HSB):
        221°, 84.5455%, 86.2745%
        XYZ:
        17.5807, 13.5128, 69.3918
        xyY:
        0.1750, 0.1345, 13.5128
      CIE-Lab:
        43.5260, 28.3072, -69.4816
        CIE-LCH:
        43.5260, 75.0266, 292.1662
        CIE-Luv:
        43.5260, -19.0723, -104.3890
        Hunter-Lab:
        36.7598, 21.0395, -86.1905
      #225edc color charts
#225edc RGB chart
      #225edc CMYK chart
      #225edc RGB pie chart
      #225edc color shades, tints & tones
#225edc color schemes
#225edc color preview, HTML & CSS examples
           This text has a color of #225edc        
        
          <p style="color:#225edc;">Text here</p>
        
        
          .mytext {color:#225edc;}
        
        Text color #225edc
      
           This box has a color of #225edc        
        
          <div style="background-color:#225edc;">Content here</div>
        
        
          .mybackground {background-color:#225edc;}
        
        Background color #225edc
      
           Border around this has a color of #225edc        
        
          <div style="border:2px solid #225edc;">Content here</div>
        
        
          .myborder {border:2px solid #225edc;}
        
        Border color #225edc