COLOR #1555D0

HEX: #1555D0
RGB: (21,85,208)

Color info

#1555D0 contains mainly blue color. Web safe color of #1555D0 is #0066CC (or #06C).

RGB color model

#1555D0 color RGB value is (21,85,208).

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

RGB channels and saturation

R 21 of 255 = 8%
G 85 of 255 = 33%
B 208 of 255 = 82%

21
85
208

R + G + B ~ 41%. #1555D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 85 + 208 = 314 (100%)
R 21 of 314 ~ 6.69%
G 85 of 314 ~ 27.07%
B 208 of 314 ~ 66.24%

%27.07
%66.24

CMYK color model

#1555D0 color CMYK value is (90,59,0,18).

  • cyan value is 89.90%
  • magenta value is 59.13%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(90,59,0,18)
C90M59Y0K18 
(90%,59%,0%,18%)
(0.90/0.59/0.00/0.18)	

CMYK percentages

%89.9
%59.13
%0
%18.43

Codes

Color #1555D0 in popluar color models

1555D0
RGB2185208
HSL219°81.66%44.90%
HSB/HSV219°89.90%81.57%
CMYK89.90%59.13%0.00%
18.43%

Color #1555D0 in popluar number systems.

HEX1555D0
Decimal2185208
Binary10101101010111010000
Octal25125320

Shades and tints

Shades of #1555D0

#1555D0
(21,85,208)
#144EBE
(20,78,190)
#1347AC
(19,71,172)
#12409A
(18,64,154)
#113988
(17,57,136)
#103276
(16,50,118)
#0F2B64
(15,43,100)
#0E2452
(14,36,82)
#0D1D40
(13,29,64)
#0C162E
(12,22,46)
#0B0F1C
(11,15,28)
#000000
(0,0,0)

Tints of #1555D0

#1555D0
(21,85,208)
#2A64D4
(42,100,212)
#3F73D8
(63,115,216)
#5482DC
(84,130,220)
#6991E0
(105,145,224)
#7EA0E4
(126,160,228)
#93AFE8
(147,175,232)
#A8BEEC
(168,190,236)
#BDCDF0
(189,205,240)
#D2DCF4
(210,220,244)
#E7EBF8
(231,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1555D0; }

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

This text font color is #1555D0.


Background Color

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

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

This div background color is #1555D0.


Border color

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

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

This div border color is #1555D0.


Opacity

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

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

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

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

This text has shadow with #1555D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1555D0 on black background.


Color preview on white background

This text has color #1555D0 on white background.



Black color preview on #1555D0 background

This text has black color on #1555D0 background.


White color preview on #1555D0 background

This text has white color on #1555D0 background.