COLOR #20A5EE

HEX: #20A5EE
RGB: (32,165,238)

Color info

#20A5EE contains mainly blue color. Web safe color of #20A5EE is #3399FF (or #39F).

RGB color model

#20A5EE color RGB value is (32,165,238).

  • red value is 32;
  • green value is 165;
  • blue value is 238.
RGB:
(32,165,238)
(13%,65%,93%)

RGB channels and saturation

R 32 of 255 = 13%
G 165 of 255 = 65%
B 238 of 255 = 93%

32
165
238

R + G + B ~ 57%. #20A5EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
32 + 165 + 238 = 435 (100%)
R 32 of 435 ~ 7.36%
G 165 of 435 ~ 37.93%
B 238 of 435 ~ 54.71%

%37.93
%54.71

CMYK color model

#20A5EE color CMYK value is (87,31,0,7).

  • cyan value is 86.55%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(87,31,0,7)
C87M31Y0K7 
(87%,31%,0%,7%)
(0.87/0.31/0.00/0.07)	

CMYK percentages

%86.55
%30.67
%0
%6.67

Codes

Color #20A5EE in popluar color models

20A5EE
RGB32165238
HSL201°85.83%52.94%
HSB/HSV201°86.55%93.33%
CMYK86.55%30.67%0.00%
6.67%

Color #20A5EE in popluar number systems.

HEX20A5EE
Decimal32165238
Binary1000001010010111101110
Octal40245356

Shades and tints

Shades of #20A5EE

#20A5EE
(32,165,238)
#1E96D9
(30,150,217)
#1C87C4
(28,135,196)
#1A78AF
(26,120,175)
#18699A
(24,105,154)
#165A85
(22,90,133)
#144B70
(20,75,112)
#123C5B
(18,60,91)
#102D46
(16,45,70)
#0E1E31
(14,30,49)
#0C0F1C
(12,15,28)
#000000
(0,0,0)

Tints of #20A5EE

#20A5EE
(32,165,238)
#34ADEF
(52,173,239)
#48B5F0
(72,181,240)
#5CBDF1
(92,189,241)
#70C5F2
(112,197,242)
#84CDF3
(132,205,243)
#98D5F4
(152,213,244)
#ACDDF5
(172,221,245)
#C0E5F6
(192,229,246)
#D4EDF7
(212,237,247)
#E8F5F8
(232,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20A5EE color. Also use rgb(32,165,238) instead hex code.

Text Font Color

.myTextColor { color: #20A5EE; }

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

This text font color is #20A5EE.


Background Color

.myBgColor { background-color: #20A5EE; }

<div style="background-color:#20A5EE">Inner text</div>

This div background color is #20A5EE.


Border color

.myBorderColor { border: 1px solid #20A5EE; }

<div style="border:3px solid #20A5EE">Div</div>

This div border color is #20A5EE.


Opacity

.myOpacity80 { color: #20A5EE; opacity: 0.8; }

<p style="color:#20A5EE;opacity:0.8;">80%</p>

Text with #20A5EE 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 #20A5EE;}

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

This text has shadow with #20A5EE color.

.textShadow {text-shadow: 3px 3px 1px #20A5EE, 3px 3px 1px red;}

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

This text has shadow with #20A5EE primary color and red secondary color.


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

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

This text has shadow with #20A5EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20A5EE on black background.


Color preview on white background

This text has color #20A5EE on white background.



Black color preview on #20A5EE background

This text has black color on #20A5EE background.


White color preview on #20A5EE background

This text has white color on #20A5EE background.