#2e5acc color space conversions
Hex:
        #2e5acc
        RGB:
        46, 90, 204
        CMY:
        82, 65, 20
        CMYK:
        77, 56, 0, 20
      HSL:
        223°, 63.2000%, 49.0196%
        HSV (HSB):
        223°, 77.4510%, 80.0000%
        XYZ:
        15.6820, 12.2528, 58.6652
        xyY:
        0.1811, 0.1415, 12.2528
      CIE-Lab:
        41.6151, 25.8947, -63.4071
        CIE-LCH:
        41.6151, 68.4908, 292.2145
        CIE-Luv:
        41.6151, -16.6491, -94.4780
        Hunter-Lab:
        35.0040, 18.7118, -74.8647
      #2e5acc color charts
#2e5acc RGB chart
      #2e5acc CMYK chart
      #2e5acc RGB pie chart
      #2e5acc color shades, tints & tones
#2e5acc color schemes
#2e5acc color preview, HTML & CSS examples
           This text has a color of #2e5acc        
        
          <p style="color:#2e5acc;">Text here</p>
        
        
          .mytext {color:#2e5acc;}
        
        Text color #2e5acc
      
           This box has a color of #2e5acc        
        
          <div style="background-color:#2e5acc;">Content here</div>
        
        
          .mybackground {background-color:#2e5acc;}
        
        Background color #2e5acc
      
           Border around this has a color of #2e5acc        
        
          <div style="border:2px solid #2e5acc;">Content here</div>
        
        
          .myborder {border:2px solid #2e5acc;}
        
        Border color #2e5acc