COLOR #21A5DD

HEX: #21A5DD
RGB: (33,165,221)

Color info

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

RGB color model

#21A5DD color RGB value is (33,165,221).

  • red value is 33;
  • green value is 165;
  • blue value is 221.
RGB:
(33,165,221)
(13%,65%,87%)

RGB channels and saturation

R 33 of 255 = 13%
G 165 of 255 = 65%
B 221 of 255 = 87%

33
165
221

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

Portions of RGB colors in percentages

R + G + B =
33 + 165 + 221 = 419 (100%)
R 33 of 419 ~ 7.88%
G 165 of 419 ~ 39.38%
B 221 of 419 ~ 52.74%

%39.38
%52.74

CMYK color model

#21A5DD color CMYK value is (85,25,0,13).

  • cyan value is 85.07%
  • magenta value is 25.34%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(85,25,0,13)
C85M25Y0K13 
(85%,25%,0%,13%)
(0.85/0.25/0.00/0.13)	

CMYK percentages

%85.07
%25.34
%0
%13.33

Codes

Color #21A5DD in popluar color models

21A5DD
RGB33165221
HSL198°74.02%49.80%
HSB/HSV198°85.07%86.67%
CMYK85.07%25.34%0.00%
13.33%

Color #21A5DD in popluar number systems.

HEX21A5DD
Decimal33165221
Binary1000011010010111011101
Octal41245335

Shades and tints

Shades of #21A5DD

#21A5DD
(33,165,221)
#1E96C9
(30,150,201)
#1B87B5
(27,135,181)
#1878A1
(24,120,161)
#15698D
(21,105,141)
#125A79
(18,90,121)
#0F4B65
(15,75,101)
#0C3C51
(12,60,81)
#092D3D
(9,45,61)
#061E29
(6,30,41)
#030F15
(3,15,21)
#000000
(0,0,0)

Tints of #21A5DD

#21A5DD
(33,165,221)
#35ADE0
(53,173,224)
#49B5E3
(73,181,227)
#5DBDE6
(93,189,230)
#71C5E9
(113,197,233)
#85CDEC
(133,205,236)
#99D5EF
(153,213,239)
#ADDDF2
(173,221,242)
#C1E5F5
(193,229,245)
#D5EDF8
(213,237,248)
#E9F5FB
(233,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21A5DD color. Also use rgb(33,165,221) instead hex code.

Text Font Color

.myTextColor { color: #21A5DD; }

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

This text font color is #21A5DD.


Background Color

.myBgColor { background-color: #21A5DD; }

<div style="background-color:#21A5DD">Inner text</div>

This div background color is #21A5DD.


Border color

.myBorderColor { border: 1px solid #21A5DD; }

<div style="border:3px solid #21A5DD">Div</div>

This div border color is #21A5DD.


Opacity

.myOpacity80 { color: #21A5DD; opacity: 0.8; }

<p style="color:#21A5DD;opacity:0.8;">80%</p>

Text with #21A5DD 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 #21A5DD;}

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

This text has shadow with #21A5DD color.

.textShadow {text-shadow: 3px 3px 1px #21A5DD, 3px 3px 1px red;}

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

This text has shadow with #21A5DD primary color and red secondary color.


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

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

This text has shadow with #21A5DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21A5DD on black background.


Color preview on white background

This text has color #21A5DD on white background.



Black color preview on #21A5DD background

This text has black color on #21A5DD background.


White color preview on #21A5DD background

This text has white color on #21A5DD background.