COLOR #1B7ED6

HEX: #1B7ED6 RGB: (27,126,214)

Color info

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

RGB color model

#1B7ED6 color RGB value is (27,126,214).

RGB: (27,126,214) (11%, 49%, 84%)

RGB channels and saturation

R 27 of 255 = 11%
G 126 of 255 = 49%
B 214 of 255 = 84%

27
126
214

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

Portions of RGB colors in percentages

R + G + B = 27 + 126 + 214 = 367 (100%)
R 27 of 367 ~ 7.36%
G 126 of 367 ~ 34.33%
B 214 of 367 ~ 58.31'%

%34.33
%58.31

CMYK color model

#1B7ED6 color CMYK value is (87,41,0,16).

  • cyan value is 87.38%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (87,41,0,16)
C87M41Y0K16 (87%, 41%, 0%, 16%)
(0.87 / 0.41 / 0.00 / 0.16)

CMYK percentages

%87.38
%41.12
%0
%16.08

Codes

Color #1B7ED6 in popluar color models

1B 7E D6
RGB 27 126 214
HSL 208° 77.59% 47.25%
HSB/HSV 208° 87.38% 83.92%
CMYK 87.38% 41.12% 0.00%
16.08%

Color #1B7ED6 in popluar number systems.

HEX 1B 7E D6
Decimal 27 126 214
Binary 11011 1111110 11010110
Octal 33 176 326

Shades and tints

Shades of #1B7ED6

#1B7ED6
(27,126,214)
#1973C3
(25,115,195)
#1768B0
(23,104,176)
#155D9D
(21,93,157)
#13528A
(19,82,138)
#114777
(17,71,119)
#0F3C64
(15,60,100)
#0D3151
(13,49,81)
#0B263E
(11,38,62)
#091B2B
(9,27,43)
#071018
(7,16,24)
#000000
(0,0,0)

Tints of #1B7ED6

#1B7ED6
(27,126,214)
#2F89D9
(47,137,217)
#4394DC
(67,148,220)
#579FDF
(87,159,223)
#6BAAE2
(107,170,226)
#7FB5E5
(127,181,229)
#93C0E8
(147,192,232)
#A7CBEB
(167,203,235)
#BBD6EE
(187,214,238)
#CFE1F1
(207,225,241)
#E3ECF4
(227,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B7ED6 color. Also use rgb(27,126,214) instead hex code.

Text Font Color

.myTextColor { color: #1B7ED6; }

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

This text font color is #1B7ED6.

Background Color

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

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

This div background color is #1B7ED6.

Border color

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

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

This div border color is #1B7ED6.

Opacity

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

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

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

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

This text has shadow with #1B7ED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B7ED6.

Preview

Color preview on black background

This text has color #1B7ED6 on black background.


Color preview on white background

This text has color #1B7ED6 on white background.


Black color preview on #1B7ED6 background

This text has black color on #1B7ED6 background.


White color preview on #1B7ED6 background

This text has white color on #1B7ED6 background.


Related colors

Complementary color

Complementary color for #hex is #E48129.


I love getcolorcode.com

Triadic colors

1 #D61B7E and #7ED61B with #1B7ED6 are triadic colors.

2 #D67E1B and #7E1BD6 with #1B7ED6 are triadic colors.