COLOR #2EA5D2

HEX: #2EA5D2
RGB: (46,165,210)

Color info

#2EA5D2 contains mainly green and blue colors. Web safe color of #2EA5D2 is #3399CC (or #39C).

RGB color model

#2EA5D2 color RGB value is (46,165,210).

  • red value is 46;
  • green value is 165;
  • blue value is 210.
RGB:
(46,165,210)
(18%,65%,82%)

RGB channels and saturation

R 46 of 255 = 18%
G 165 of 255 = 65%
B 210 of 255 = 82%

46
165
210

R + G + B ~ 55%. #2EA5D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 165 + 210 = 421 (100%)
R 46 of 421 ~ 10.93%
G 165 of 421 ~ 39.19%
B 210 of 421 ~ 49.88%

%10.93
%39.19
%49.88

CMYK color model

#2EA5D2 color CMYK value is (78,21,0,18).

  • cyan value is 78.10%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(78,21,0,18)
C78M21Y0K18 
(78%,21%,0%,18%)
(0.78/0.21/0.00/0.18)	

CMYK percentages

%78.1
%21.43
%0
%17.65

Codes

Color #2EA5D2 in popluar color models

2EA5D2
RGB46165210
HSL196°64.57%50.20%
HSB/HSV196°78.10%82.35%
CMYK78.10%21.43%0.00%
17.65%

Color #2EA5D2 in popluar number systems.

HEX2EA5D2
Decimal46165210
Binary1011101010010111010010
Octal56245322

Shades and tints

Shades of #2EA5D2

#2EA5D2
(46,165,210)
#2A96BF
(42,150,191)
#2687AC
(38,135,172)
#227899
(34,120,153)
#1E6986
(30,105,134)
#1A5A73
(26,90,115)
#164B60
(22,75,96)
#123C4D
(18,60,77)
#0E2D3A
(14,45,58)
#0A1E27
(10,30,39)
#060F14
(6,15,20)
#000000
(0,0,0)

Tints of #2EA5D2

#2EA5D2
(46,165,210)
#41ADD6
(65,173,214)
#54B5DA
(84,181,218)
#67BDDE
(103,189,222)
#7AC5E2
(122,197,226)
#8DCDE6
(141,205,230)
#A0D5EA
(160,213,234)
#B3DDEE
(179,221,238)
#C6E5F2
(198,229,242)
#D9EDF6
(217,237,246)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA5D2 color. Also use rgb(46,165,210) instead hex code.

Text Font Color

.myTextColor { color: #2EA5D2; }

<p style="color:#2EA5D2">This sample text font color is #2EA5D2.</p>

This text font color is #2EA5D2.


Background Color

.myBgColor { background-color: #2EA5D2; }

<div style="background-color:#2EA5D2">Inner text</div>

This div background color is #2EA5D2.


Border color

.myBorderColor { border: 1px solid #2EA5D2; }

<div style="border:3px solid #2EA5D2">Div</div>

This div border color is #2EA5D2.


Opacity

.myOpacity80 { color: #2EA5D2; opacity: 0.8; }

<p style="color:#2EA5D2;opacity:0.8;">80%</p>

Text with #2EA5D2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2EA5D2;}

<p style="text-shadow: 3px 3px 1px #2EA5D2">Text here.</p>

This text has shadow with #2EA5D2 color.

.textShadow {text-shadow: 3px 3px 1px #2EA5D2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2EA5D2, 5px 5px 20px red">Text here.</p>

This text has shadow with #2EA5D2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2EA5D2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2EA5D2, Direction=45, Strength=4)">Text</p>

This text has shadow with #2EA5D2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2EA5D2;
  -webkit-box-shadow:	1px 1px 3px 2px #2EA5D2;
  box-shadow:		1px 1px 3px 2px #2EA5D2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2EA5D2;
-webkit-box-shadow: 1px 1px 3px 2px #2EA5D2;
box-shadow:1px 1px 3px 2px #2EA5D2;">
Div content here</div>
This div box has shadow with color #2EA5D2.

Preview

Color preview on black background

This text has color #2EA5D2 on black background.


Color preview on white background

This text has color #2EA5D2 on white background.



Black color preview on #2EA5D2 background

This text has black color on #2EA5D2 background.


White color preview on #2EA5D2 background

This text has white color on #2EA5D2 background.