COLOR #1D6ED8

HEX: #1D6ED8 RGB: (29,110,216)

Color info

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

RGB color model

#1D6ED8 color RGB value is (29,110,216).

RGB: (29,110,216) (11%, 43%, 85%)

RGB channels and saturation

R 29 of 255 = 11%
G 110 of 255 = 43%
B 216 of 255 = 85%

29
110
216

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

Portions of RGB colors in percentages

R + G + B = 29 + 110 + 216 = 355 (100%)
R 29 of 355 ~ 8.17%
G 110 of 355 ~ 30.99%
B 216 of 355 ~ 60.85'%

%30.99
%60.85

CMYK color model

#1D6ED8 color CMYK value is (87,49,0,15).

  • cyan value is 86.57%
  • magenta value is 49.07%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (87,49,0,15)
C87M49Y0K15 (87%, 49%, 0%, 15%)
(0.87 / 0.49 / 0.00 / 0.15)

CMYK percentages

%86.57
%49.07
%0
%15.29

Codes

Color #1D6ED8 in popluar color models

1D 6E D8
RGB 29 110 216
HSL 214° 76.33% 48.04%
HSB/HSV 214° 86.57% 84.71%
CMYK 86.57% 49.07% 0.00%
15.29%

Color #1D6ED8 in popluar number systems.

HEX 1D 6E D8
Decimal 29 110 216
Binary 11101 1101110 11011000
Octal 35 156 330

Shades and tints

Shades of #1D6ED8

#1D6ED8
(29,110,216)
#1B64C5
(27,100,197)
#195AB2
(25,90,178)
#17509F
(23,80,159)
#15468C
(21,70,140)
#133C79
(19,60,121)
#113266
(17,50,102)
#0F2853
(15,40,83)
#0D1E40
(13,30,64)
#0B142D
(11,20,45)
#090A1A
(9,10,26)
#000000
(0,0,0)

Tints of #1D6ED8

#1D6ED8
(29,110,216)
#317BDB
(49,123,219)
#4588DE
(69,136,222)
#5995E1
(89,149,225)
#6DA2E4
(109,162,228)
#81AFE7
(129,175,231)
#95BCEA
(149,188,234)
#A9C9ED
(169,201,237)
#BDD6F0
(189,214,240)
#D1E3F3
(209,227,243)
#E5F0F6
(229,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6ED8 color. Also use rgb(29,110,216) instead hex code.

Text Font Color

.myTextColor { color: #1D6ED8; }

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

This text font color is #1D6ED8.

Background Color

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

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

This div background color is #1D6ED8.

Border color

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

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

This div border color is #1D6ED8.

Opacity

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

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

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

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

This text has shadow with #1D6ED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D6ED8.

Preview

Color preview on black background

This text has color #1D6ED8 on black background.


Color preview on white background

This text has color #1D6ED8 on white background.


Black color preview on #1D6ED8 background

This text has black color on #1D6ED8 background.


White color preview on #1D6ED8 background

This text has white color on #1D6ED8 background.


Related colors

Complementary color

Complementary color for #hex is #E29127.


I love getcolorcode.com

Triadic colors

1 #D81D6E and #6ED81D with #1D6ED8 are triadic colors.

2 #D86E1D and #6E1DD8 with #1D6ED8 are triadic colors.