COLOR #1D8DD2

HEX: #1D8DD2
RGB: (29,141,210)

Color info

#1D8DD2 contains mainly blue color. Web safe color of #1D8DD2 is #3399CC (or #39C).

RGB color model

#1D8DD2 color RGB value is (29,141,210).

  • red value is 29;
  • green value is 141;
  • blue value is 210.
RGB:
(29,141,210)
(11%,55%,82%)

RGB channels and saturation

R 29 of 255 = 11%
G 141 of 255 = 55%
B 210 of 255 = 82%

29
141
210

R + G + B ~ 49%. #1D8DD2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
29 + 141 + 210 = 380 (100%)
R 29 of 380 ~ 7.63%
G 141 of 380 ~ 37.11%
B 210 of 380 ~ 55.26%

%37.11
%55.26

CMYK color model

#1D8DD2 color CMYK value is (86,33,0,18).

  • cyan value is 86.19%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(86,33,0,18)
C86M33Y0K18 
(86%,33%,0%,18%)
(0.86/0.33/0.00/0.18)	

CMYK percentages

%86.19
%32.86
%0
%17.65

Codes

Color #1D8DD2 in popluar color models

1D8DD2
RGB29141210
HSL203°75.73%46.86%
HSB/HSV203°86.19%82.35%
CMYK86.19%32.86%0.00%
17.65%

Color #1D8DD2 in popluar number systems.

HEX1D8DD2
Decimal29141210
Binary111011000110111010010
Octal35215322

Shades and tints

Shades of #1D8DD2

#1D8DD2
(29,141,210)
#1B81BF
(27,129,191)
#1975AC
(25,117,172)
#176999
(23,105,153)
#155D86
(21,93,134)
#135173
(19,81,115)
#114560
(17,69,96)
#0F394D
(15,57,77)
#0D2D3A
(13,45,58)
#0B2127
(11,33,39)
#091514
(9,21,20)
#000000
(0,0,0)

Tints of #1D8DD2

#1D8DD2
(29,141,210)
#3197D6
(49,151,214)
#45A1DA
(69,161,218)
#59ABDE
(89,171,222)
#6DB5E2
(109,181,226)
#81BFE6
(129,191,230)
#95C9EA
(149,201,234)
#A9D3EE
(169,211,238)
#BDDDF2
(189,221,242)
#D1E7F6
(209,231,246)
#E5F1FA
(229,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D8DD2 color. Also use rgb(29,141,210) instead hex code.

Text Font Color

.myTextColor { color: #1D8DD2; }

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

This text font color is #1D8DD2.


Background Color

.myBgColor { background-color: #1D8DD2; }

<div style="background-color:#1D8DD2">Inner text</div>

This div background color is #1D8DD2.


Border color

.myBorderColor { border: 1px solid #1D8DD2; }

<div style="border:3px solid #1D8DD2">Div</div>

This div border color is #1D8DD2.


Opacity

.myOpacity80 { color: #1D8DD2; opacity: 0.8; }

<p style="color:#1D8DD2;opacity:0.8;">80%</p>

Text with #1D8DD2 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 #1D8DD2;}

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

This text has shadow with #1D8DD2 color.

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

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

This text has shadow with #1D8DD2 primary color and red secondary color.


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

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

This text has shadow with #1D8DD2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D8DD2 on black background.


Color preview on white background

This text has color #1D8DD2 on white background.



Black color preview on #1D8DD2 background

This text has black color on #1D8DD2 background.


White color preview on #1D8DD2 background

This text has white color on #1D8DD2 background.