COLOR #1D81DB

HEX: #1D81DB
RGB: (29,129,219)

Color info

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

RGB color model

#1D81DB color RGB value is (29,129,219).

  • red value is 29;
  • green value is 129;
  • blue value is 219.
RGB:
(29,129,219)
(11%,51%,86%)

RGB channels and saturation

R 29 of 255 = 11%
G 129 of 255 = 51%
B 219 of 255 = 86%

29
129
219

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

Portions of RGB colors in percentages

R + G + B =
29 + 129 + 219 = 377 (100%)
R 29 of 377 ~ 7.69%
G 129 of 377 ~ 34.22%
B 219 of 377 ~ 58.09%

%34.22
%58.09

CMYK color model

#1D81DB color CMYK value is (87,41,0,14).

  • cyan value is 86.76%
  • magenta value is 41.10%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(87,41,0,14)
C87M41Y0K14 
(87%,41%,0%,14%)
(0.87/0.41/0.00/0.14)	

CMYK percentages

%86.76
%41.1
%0
%14.12

Codes

Color #1D81DB in popluar color models

1D81DB
RGB29129219
HSL208°76.61%48.63%
HSB/HSV208°86.76%85.88%
CMYK86.76%41.10%0.00%
14.12%

Color #1D81DB in popluar number systems.

HEX1D81DB
Decimal29129219
Binary111011000000111011011
Octal35201333

Shades and tints

Shades of #1D81DB

#1D81DB
(29,129,219)
#1B76C8
(27,118,200)
#196BB5
(25,107,181)
#1760A2
(23,96,162)
#15558F
(21,85,143)
#134A7C
(19,74,124)
#113F69
(17,63,105)
#0F3456
(15,52,86)
#0D2943
(13,41,67)
#0B1E30
(11,30,48)
#09131D
(9,19,29)
#000000
(0,0,0)

Tints of #1D81DB

#1D81DB
(29,129,219)
#318CDE
(49,140,222)
#4597E1
(69,151,225)
#59A2E4
(89,162,228)
#6DADE7
(109,173,231)
#81B8EA
(129,184,234)
#95C3ED
(149,195,237)
#A9CEF0
(169,206,240)
#BDD9F3
(189,217,243)
#D1E4F6
(209,228,246)
#E5EFF9
(229,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D81DB color. Also use rgb(29,129,219) instead hex code.

Text Font Color

.myTextColor { color: #1D81DB; }

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

This text font color is #1D81DB.


Background Color

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

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

This div background color is #1D81DB.


Border color

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

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

This div border color is #1D81DB.


Opacity

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

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

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

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

This text has shadow with #1D81DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D81DB on black background.


Color preview on white background

This text has color #1D81DB on white background.



Black color preview on #1D81DB background

This text has black color on #1D81DB background.


White color preview on #1D81DB background

This text has white color on #1D81DB background.