COLOR #5F8DF6

HEX: #5F8DF6
RGB: (95,141,246)

Color info

#5F8DF6 contains mainly blue color. Web safe color of #5F8DF6 is #6699FF (or #69F).

RGB color model

#5F8DF6 color RGB value is (95,141,246).

  • red value is 95;
  • green value is 141;
  • blue value is 246.
RGB:
(95,141,246)
(37%,55%,96%)

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 246 of 255 = 96%

95
141
246

R + G + B ~ 63%. #5F8DF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 141 + 246 = 482 (100%)
R 95 of 482 ~ 19.71%
G 141 of 482 ~ 29.25%
B 246 of 482 ~ 51.04%

%19.71
%29.25
%51.04

CMYK color model

#5F8DF6 color CMYK value is (61,43,0,4).

  • cyan value is 61.38%
  • magenta value is 42.68%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(61,43,0,4)
C61M43Y0K4 
(61%,43%,0%,4%)
(0.61/0.43/0.00/0.04)	

CMYK percentages

%61.38
%42.68
%0
%3.53

Codes

Color #5F8DF6 in popluar color models

5F8DF6
RGB95141246
HSL222°89.35%66.86%
HSB/HSV222°61.38%96.47%
CMYK61.38%42.68%0.00%
3.53%

Color #5F8DF6 in popluar number systems.

HEX5F8DF6
Decimal95141246
Binary10111111000110111110110
Octal137215366

Shades and tints

Shades of #5F8DF6

#5F8DF6
(95,141,246)
#5781E0
(87,129,224)
#4F75CA
(79,117,202)
#4769B4
(71,105,180)
#3F5D9E
(63,93,158)
#375188
(55,81,136)
#2F4572
(47,69,114)
#27395C
(39,57,92)
#1F2D46
(31,45,70)
#172130
(23,33,48)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #5F8DF6

#5F8DF6
(95,141,246)
#6D97F6
(109,151,246)
#7BA1F6
(123,161,246)
#89ABF6
(137,171,246)
#97B5F6
(151,181,246)
#A5BFF6
(165,191,246)
#B3C9F6
(179,201,246)
#C1D3F6
(193,211,246)
#CFDDF6
(207,221,246)
#DDE7F6
(221,231,246)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8DF6 color. Also use rgb(95,141,246) instead hex code.

Text Font Color

.myTextColor { color: #5F8DF6; }

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

This text font color is #5F8DF6.


Background Color

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

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

This div background color is #5F8DF6.


Border color

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

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

This div border color is #5F8DF6.


Opacity

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

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

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

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

This text has shadow with #5F8DF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8DF6 on black background.


Color preview on white background

This text has color #5F8DF6 on white background.



Black color preview on #5F8DF6 background

This text has black color on #5F8DF6 background.


White color preview on #5F8DF6 background

This text has white color on #5F8DF6 background.