COLOR #177ED8

HEX: #177ED8
RGB: (23,126,216)

Color info

#177ED8 contains mainly blue color. Web safe color of #177ED8 is #0066CC (or #06C).

RGB color model

#177ED8 color RGB value is (23,126,216).

  • red value is 23;
  • green value is 126;
  • blue value is 216.
RGB:
(23,126,216)
(9%,49%,85%)

RGB channels and saturation

R 23 of 255 = 9%
G 126 of 255 = 49%
B 216 of 255 = 85%

23
126
216

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

Portions of RGB colors in percentages

R + G + B =
23 + 126 + 216 = 365 (100%)
R 23 of 365 ~ 6.3%
G 126 of 365 ~ 34.52%
B 216 of 365 ~ 59.18%

%34.52
%59.18

CMYK color model

#177ED8 color CMYK value is (89,42,0,15).

  • cyan value is 89.35%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(89,42,0,15)
C89M42Y0K15 
(89%,42%,0%,15%)
(0.89/0.42/0.00/0.15)	

CMYK percentages

%89.35
%41.67
%0
%15.29

Codes

Color #177ED8 in popluar color models

177ED8
RGB23126216
HSL208°80.75%46.86%
HSB/HSV208°89.35%84.71%
CMYK89.35%41.67%0.00%
15.29%

Color #177ED8 in popluar number systems.

HEX177ED8
Decimal23126216
Binary10111111111011011000
Octal27176330

Shades and tints

Shades of #177ED8

#177ED8
(23,126,216)
#1573C5
(21,115,197)
#1368B2
(19,104,178)
#115D9F
(17,93,159)
#0F528C
(15,82,140)
#0D4779
(13,71,121)
#0B3C66
(11,60,102)
#093153
(9,49,83)
#072640
(7,38,64)
#051B2D
(5,27,45)
#03101A
(3,16,26)
#000000
(0,0,0)

Tints of #177ED8

#177ED8
(23,126,216)
#2C89DB
(44,137,219)
#4194DE
(65,148,222)
#569FE1
(86,159,225)
#6BAAE4
(107,170,228)
#80B5E7
(128,181,231)
#95C0EA
(149,192,234)
#AACBED
(170,203,237)
#BFD6F0
(191,214,240)
#D4E1F3
(212,225,243)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #177ED8 color. Also use rgb(23,126,216) instead hex code.

Text Font Color

.myTextColor { color: #177ED8; }

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

This text font color is #177ED8.


Background Color

.myBgColor { background-color: #177ED8; }

<div style="background-color:#177ED8">Inner text</div>

This div background color is #177ED8.


Border color

.myBorderColor { border: 1px solid #177ED8; }

<div style="border:3px solid #177ED8">Div</div>

This div border color is #177ED8.


Opacity

.myOpacity80 { color: #177ED8; opacity: 0.8; }

<p style="color:#177ED8;opacity:0.8;">80%</p>

Text with #177ED8 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 #177ED8;}

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

This text has shadow with #177ED8 color.

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

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

This text has shadow with #177ED8 primary color and red secondary color.


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

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

This text has shadow with #177ED8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #177ED8 on black background.


Color preview on white background

This text has color #177ED8 on white background.



Black color preview on #177ED8 background

This text has black color on #177ED8 background.


White color preview on #177ED8 background

This text has white color on #177ED8 background.