COLOR #1D71D9

HEX: #1D71D9
RGB: (29,113,217)

Color info

#1D71D9 contains mainly blue color. Web safe color of #1D71D9 is #3366CC (or #36C).

RGB color model

#1D71D9 color RGB value is (29,113,217).

  • red value is 29;
  • green value is 113;
  • blue value is 217.
RGB:
(29,113,217)
(11%,44%,85%)

RGB channels and saturation

R 29 of 255 = 11%
G 113 of 255 = 44%
B 217 of 255 = 85%

29
113
217

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

Portions of RGB colors in percentages

R + G + B =
29 + 113 + 217 = 359 (100%)
R 29 of 359 ~ 8.08%
G 113 of 359 ~ 31.48%
B 217 of 359 ~ 60.45%

%31.48
%60.45

CMYK color model

#1D71D9 color CMYK value is (87,48,0,15).

  • cyan value is 86.64%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(87,48,0,15)
C87M48Y0K15 
(87%,48%,0%,15%)
(0.87/0.48/0.00/0.15)	

CMYK percentages

%86.64
%47.93
%0
%14.9

Codes

Color #1D71D9 in popluar color models

1D71D9
RGB29113217
HSL213°76.42%48.24%
HSB/HSV213°86.64%85.10%
CMYK86.64%47.93%0.00%
14.90%

Color #1D71D9 in popluar number systems.

HEX1D71D9
Decimal29113217
Binary11101111000111011001
Octal35161331

Shades and tints

Shades of #1D71D9

#1D71D9
(29,113,217)
#1B67C6
(27,103,198)
#195DB3
(25,93,179)
#1753A0
(23,83,160)
#15498D
(21,73,141)
#133F7A
(19,63,122)
#113567
(17,53,103)
#0F2B54
(15,43,84)
#0D2141
(13,33,65)
#0B172E
(11,23,46)
#090D1B
(9,13,27)
#000000
(0,0,0)

Tints of #1D71D9

#1D71D9
(29,113,217)
#317DDC
(49,125,220)
#4589DF
(69,137,223)
#5995E2
(89,149,226)
#6DA1E5
(109,161,229)
#81ADE8
(129,173,232)
#95B9EB
(149,185,235)
#A9C5EE
(169,197,238)
#BDD1F1
(189,209,241)
#D1DDF4
(209,221,244)
#E5E9F7
(229,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D71D9 color. Also use rgb(29,113,217) instead hex code.

Text Font Color

.myTextColor { color: #1D71D9; }

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

This text font color is #1D71D9.


Background Color

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

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

This div background color is #1D71D9.


Border color

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

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

This div border color is #1D71D9.


Opacity

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

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

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

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

This text has shadow with #1D71D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D71D9 on black background.


Color preview on white background

This text has color #1D71D9 on white background.



Black color preview on #1D71D9 background

This text has black color on #1D71D9 background.


White color preview on #1D71D9 background

This text has white color on #1D71D9 background.