COLOR #5F8ED8

HEX: #5F8ED8
RGB: (95,142,216)

Color info

#5F8ED8 contains mainly blue color. Web safe color of #5F8ED8 is #6699CC (or #69C).

RGB color model

#5F8ED8 color RGB value is (95,142,216).

  • red value is 95;
  • green value is 142;
  • blue value is 216.
RGB:
(95,142,216)
(37%,56%,85%)

RGB channels and saturation

R 95 of 255 = 37%
G 142 of 255 = 56%
B 216 of 255 = 85%

95
142
216

R + G + B ~ 59%. #5F8ED8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 142 + 216 = 453 (100%)
R 95 of 453 ~ 20.97%
G 142 of 453 ~ 31.35%
B 216 of 453 ~ 47.68%

%20.97
%31.35
%47.68

CMYK color model

#5F8ED8 color CMYK value is (56,34,0,15).

  • cyan value is 56.02%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(56,34,0,15)
C56M34Y0K15 
(56%,34%,0%,15%)
(0.56/0.34/0.00/0.15)	

CMYK percentages

%56.02
%34.26
%0
%15.29

Codes

Color #5F8ED8 in popluar color models

5F8ED8
RGB95142216
HSL217°60.80%60.98%
HSB/HSV217°56.02%84.71%
CMYK56.02%34.26%0.00%
15.29%

Color #5F8ED8 in popluar number systems.

HEX5F8ED8
Decimal95142216
Binary10111111000111011011000
Octal137216330

Shades and tints

Shades of #5F8ED8

#5F8ED8
(95,142,216)
#5782C5
(87,130,197)
#4F76B2
(79,118,178)
#476A9F
(71,106,159)
#3F5E8C
(63,94,140)
#375279
(55,82,121)
#2F4666
(47,70,102)
#273A53
(39,58,83)
#1F2E40
(31,46,64)
#17222D
(23,34,45)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #5F8ED8

#5F8ED8
(95,142,216)
#6D98DB
(109,152,219)
#7BA2DE
(123,162,222)
#89ACE1
(137,172,225)
#97B6E4
(151,182,228)
#A5C0E7
(165,192,231)
#B3CAEA
(179,202,234)
#C1D4ED
(193,212,237)
#CFDEF0
(207,222,240)
#DDE8F3
(221,232,243)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8ED8 color. Also use rgb(95,142,216) instead hex code.

Text Font Color

.myTextColor { color: #5F8ED8; }

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

This text font color is #5F8ED8.


Background Color

.myBgColor { background-color: #5F8ED8; }

<div style="background-color:#5F8ED8">Inner text</div>

This div background color is #5F8ED8.


Border color

.myBorderColor { border: 1px solid #5F8ED8; }

<div style="border:3px solid #5F8ED8">Div</div>

This div border color is #5F8ED8.


Opacity

.myOpacity80 { color: #5F8ED8; opacity: 0.8; }

<p style="color:#5F8ED8;opacity:0.8;">80%</p>

Text with #5F8ED8 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 #5F8ED8;}

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

This text has shadow with #5F8ED8 color.

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

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

This text has shadow with #5F8ED8 primary color and red secondary color.


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

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

This text has shadow with #5F8ED8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8ED8 on black background.


Color preview on white background

This text has color #5F8ED8 on white background.



Black color preview on #5F8ED8 background

This text has black color on #5F8ED8 background.


White color preview on #5F8ED8 background

This text has white color on #5F8ED8 background.