COLOR #1D7DC3

HEX: #1D7DC3
RGB: (29,125,195)

Color info

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

RGB color model

#1D7DC3 color RGB value is (29,125,195).

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

RGB channels and saturation

R 29 of 255 = 11%
G 125 of 255 = 49%
B 195 of 255 = 76%

29
125
195

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

Portions of RGB colors in percentages

R + G + B =
29 + 125 + 195 = 349 (100%)
R 29 of 349 ~ 8.31%
G 125 of 349 ~ 35.82%
B 195 of 349 ~ 55.87%

%35.82
%55.87

CMYK color model

#1D7DC3 color CMYK value is (85,36,0,24).

  • cyan value is 85.13%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(85,36,0,24)
C85M36Y0K24 
(85%,36%,0%,24%)
(0.85/0.36/0.00/0.24)	

CMYK percentages

%85.13
%35.9
%0
%23.53

Codes

Color #1D7DC3 in popluar color models

1D7DC3
RGB29125195
HSL205°74.11%43.92%
HSB/HSV205°85.13%76.47%
CMYK85.13%35.90%0.00%
23.53%

Color #1D7DC3 in popluar number systems.

HEX1D7DC3
Decimal29125195
Binary11101111110111000011
Octal35175303

Shades and tints

Shades of #1D7DC3

#1D7DC3
(29,125,195)
#1B72B2
(27,114,178)
#1967A1
(25,103,161)
#175C90
(23,92,144)
#15517F
(21,81,127)
#13466E
(19,70,110)
#113B5D
(17,59,93)
#0F304C
(15,48,76)
#0D253B
(13,37,59)
#0B1A2A
(11,26,42)
#090F19
(9,15,25)
#000000
(0,0,0)

Tints of #1D7DC3

#1D7DC3
(29,125,195)
#3188C8
(49,136,200)
#4593CD
(69,147,205)
#599ED2
(89,158,210)
#6DA9D7
(109,169,215)
#81B4DC
(129,180,220)
#95BFE1
(149,191,225)
#A9CAE6
(169,202,230)
#BDD5EB
(189,213,235)
#D1E0F0
(209,224,240)
#E5EBF5
(229,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D7DC3; }

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

This text font color is #1D7DC3.


Background Color

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

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

This div background color is #1D7DC3.


Border color

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

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

This div border color is #1D7DC3.


Opacity

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

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

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

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

This text has shadow with #1D7DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D7DC3 on black background.


Color preview on white background

This text has color #1D7DC3 on white background.



Black color preview on #1D7DC3 background

This text has black color on #1D7DC3 background.


White color preview on #1D7DC3 background

This text has white color on #1D7DC3 background.