COLOR #1520D0

HEX: #1520D0
RGB: (21,32,208)

Color info

#1520D0 contains mainly blue color. Web safe color of #1520D0 is #0033CC (or #03C).

RGB color model

#1520D0 color RGB value is (21,32,208).

  • red value is 21;
  • green value is 32;
  • blue value is 208.
RGB:
(21,32,208)
(8%,13%,82%)

RGB channels and saturation

R 21 of 255 = 8%
G 32 of 255 = 13%
B 208 of 255 = 82%

21
32
208

R + G + B ~ 34%. #1520D0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 32 + 208 = 261 (100%)
R 21 of 261 ~ 8.05%
G 32 of 261 ~ 12.26%
B 208 of 261 ~ 79.69%

%12.26
%79.69

CMYK color model

#1520D0 color CMYK value is (90,85,0,18).

  • cyan value is 89.90%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(90,85,0,18)
C90M85Y0K18 
(90%,85%,0%,18%)
(0.90/0.85/0.00/0.18)	

CMYK percentages

%89.9
%84.62
%0
%18.43

Codes

Color #1520D0 in popluar color models

1520D0
RGB2132208
HSL236°81.66%44.90%
HSB/HSV236°89.90%81.57%
CMYK89.90%84.62%0.00%
18.43%

Color #1520D0 in popluar number systems.

HEX1520D0
Decimal2132208
Binary1010110000011010000
Octal2540320

Shades and tints

Shades of #1520D0

#1520D0
(21,32,208)
#141EBE
(20,30,190)
#131CAC
(19,28,172)
#121A9A
(18,26,154)
#111888
(17,24,136)
#101676
(16,22,118)
#0F1464
(15,20,100)
#0E1252
(14,18,82)
#0D1040
(13,16,64)
#0C0E2E
(12,14,46)
#0B0C1C
(11,12,28)
#000000
(0,0,0)

Tints of #1520D0

#1520D0
(21,32,208)
#2A34D4
(42,52,212)
#3F48D8
(63,72,216)
#545CDC
(84,92,220)
#6970E0
(105,112,224)
#7E84E4
(126,132,228)
#9398E8
(147,152,232)
#A8ACEC
(168,172,236)
#BDC0F0
(189,192,240)
#D2D4F4
(210,212,244)
#E7E8F8
(231,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1520D0 color. Also use rgb(21,32,208) instead hex code.

Text Font Color

.myTextColor { color: #1520D0; }

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

This text font color is #1520D0.


Background Color

.myBgColor { background-color: #1520D0; }

<div style="background-color:#1520D0">Inner text</div>

This div background color is #1520D0.


Border color

.myBorderColor { border: 1px solid #1520D0; }

<div style="border:3px solid #1520D0">Div</div>

This div border color is #1520D0.


Opacity

.myOpacity80 { color: #1520D0; opacity: 0.8; }

<p style="color:#1520D0;opacity:0.8;">80%</p>

Text with #1520D0 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 #1520D0;}

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

This text has shadow with #1520D0 color.

.textShadow {text-shadow: 3px 3px 1px #1520D0, 3px 3px 1px red;}

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

This text has shadow with #1520D0 primary color and red secondary color.


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

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

This text has shadow with #1520D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1520D0 on black background.


Color preview on white background

This text has color #1520D0 on white background.



Black color preview on #1520D0 background

This text has black color on #1520D0 background.


White color preview on #1520D0 background

This text has white color on #1520D0 background.