COLOR #20A5DA

HEX: #20A5DA
RGB: (32,165,218)

Color info

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

RGB color model

#20A5DA color RGB value is (32,165,218).

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

RGB channels and saturation

R 32 of 255 = 13%
G 165 of 255 = 65%
B 218 of 255 = 85%

32
165
218

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

Portions of RGB colors in percentages

R + G + B =
32 + 165 + 218 = 415 (100%)
R 32 of 415 ~ 7.71%
G 165 of 415 ~ 39.76%
B 218 of 415 ~ 52.53%

%39.76
%52.53

CMYK color model

#20A5DA color CMYK value is (85,24,0,15).

  • cyan value is 85.32%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(85,24,0,15)
C85M24Y0K15 
(85%,24%,0%,15%)
(0.85/0.24/0.00/0.15)	

CMYK percentages

%85.32
%24.31
%0
%14.51

Codes

Color #20A5DA in popluar color models

20A5DA
RGB32165218
HSL197°74.40%49.02%
HSB/HSV197°85.32%85.49%
CMYK85.32%24.31%0.00%
14.51%

Color #20A5DA in popluar number systems.

HEX20A5DA
Decimal32165218
Binary1000001010010111011010
Octal40245332

Shades and tints

Shades of #20A5DA

#20A5DA
(32,165,218)
#1E96C7
(30,150,199)
#1C87B4
(28,135,180)
#1A78A1
(26,120,161)
#18698E
(24,105,142)
#165A7B
(22,90,123)
#144B68
(20,75,104)
#123C55
(18,60,85)
#102D42
(16,45,66)
#0E1E2F
(14,30,47)
#0C0F1C
(12,15,28)
#000000
(0,0,0)

Tints of #20A5DA

#20A5DA
(32,165,218)
#34ADDD
(52,173,221)
#48B5E0
(72,181,224)
#5CBDE3
(92,189,227)
#70C5E6
(112,197,230)
#84CDE9
(132,205,233)
#98D5EC
(152,213,236)
#ACDDEF
(172,221,239)
#C0E5F2
(192,229,242)
#D4EDF5
(212,237,245)
#E8F5F8
(232,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20A5DA; }

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

This text font color is #20A5DA.


Background Color

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

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

This div background color is #20A5DA.


Border color

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

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

This div border color is #20A5DA.


Opacity

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

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

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

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

This text has shadow with #20A5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20A5DA on black background.


Color preview on white background

This text has color #20A5DA on white background.



Black color preview on #20A5DA background

This text has black color on #20A5DA background.


White color preview on #20A5DA background

This text has white color on #20A5DA background.