COLOR #1D7DE5

HEX: #1D7DE5
RGB: (29,125,229)

Color info

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

RGB color model

#1D7DE5 color RGB value is (29,125,229).

  • red value is 29;
  • green value is 125;
  • blue value is 229.
RGB:
(29,125,229)
(11%,49%,90%)

RGB channels and saturation

R 29 of 255 = 11%
G 125 of 255 = 49%
B 229 of 255 = 90%

29
125
229

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

Portions of RGB colors in percentages

R + G + B =
29 + 125 + 229 = 383 (100%)
R 29 of 383 ~ 7.57%
G 125 of 383 ~ 32.64%
B 229 of 383 ~ 59.79%

%32.64
%59.79

CMYK color model

#1D7DE5 color CMYK value is (87,45,0,10).

  • cyan value is 87.34%
  • magenta value is 45.41%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(87,45,0,10)
C87M45Y0K10 
(87%,45%,0%,10%)
(0.87/0.45/0.00/0.10)	

CMYK percentages

%87.34
%45.41
%0
%10.2

Codes

Color #1D7DE5 in popluar color models

1D7DE5
RGB29125229
HSL211°79.37%50.59%
HSB/HSV211°87.34%89.80%
CMYK87.34%45.41%0.00%
10.20%

Color #1D7DE5 in popluar number systems.

HEX1D7DE5
Decimal29125229
Binary11101111110111100101
Octal35175345

Shades and tints

Shades of #1D7DE5

#1D7DE5
(29,125,229)
#1B72D1
(27,114,209)
#1967BD
(25,103,189)
#175CA9
(23,92,169)
#155195
(21,81,149)
#134681
(19,70,129)
#113B6D
(17,59,109)
#0F3059
(15,48,89)
#0D2545
(13,37,69)
#0B1A31
(11,26,49)
#090F1D
(9,15,29)
#000000
(0,0,0)

Tints of #1D7DE5

#1D7DE5
(29,125,229)
#3188E7
(49,136,231)
#4593E9
(69,147,233)
#599EEB
(89,158,235)
#6DA9ED
(109,169,237)
#81B4EF
(129,180,239)
#95BFF1
(149,191,241)
#A9CAF3
(169,202,243)
#BDD5F5
(189,213,245)
#D1E0F7
(209,224,247)
#E5EBF9
(229,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D7DE5 color. Also use rgb(29,125,229) instead hex code.

Text Font Color

.myTextColor { color: #1D7DE5; }

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

This text font color is #1D7DE5.


Background Color

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

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

This div background color is #1D7DE5.


Border color

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

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

This div border color is #1D7DE5.


Opacity

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

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

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

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

This text has shadow with #1D7DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D7DE5 on black background.


Color preview on white background

This text has color #1D7DE5 on white background.



Black color preview on #1D7DE5 background

This text has black color on #1D7DE5 background.


White color preview on #1D7DE5 background

This text has white color on #1D7DE5 background.