COLOR #5F95CF

HEX: #5F95CF
RGB: (95,149,207)

Color info

#5F95CF contains mainly green and blue colors. Web safe color of #5F95CF is #6699CC (or #69C).

RGB color model

#5F95CF color RGB value is (95,149,207).

  • red value is 95;
  • green value is 149;
  • blue value is 207.
RGB:
(95,149,207)
(37%,58%,81%)

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 207 of 255 = 81%

95
149
207

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 207 = 451 (100%)
R 95 of 451 ~ 21.06%
G 149 of 451 ~ 33.04%
B 207 of 451 ~ 45.9%

%21.06
%33.04
%45.9

CMYK color model

#5F95CF color CMYK value is (54,28,0,19).

  • cyan value is 54.11%
  • magenta value is 28.02%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(54,28,0,19)
C54M28Y0K19 
(54%,28%,0%,19%)
(0.54/0.28/0.00/0.19)	

CMYK percentages

%54.11
%28.02
%0
%18.82

Codes

Color #5F95CF in popluar color models

5F95CF
RGB95149207
HSL211°53.85%59.22%
HSB/HSV211°54.11%81.18%
CMYK54.11%28.02%0.00%
18.82%

Color #5F95CF in popluar number systems.

HEX5F95CF
Decimal95149207
Binary10111111001010111001111
Octal137225317

Shades and tints

Shades of #5F95CF

#5F95CF
(95,149,207)
#5788BD
(87,136,189)
#4F7BAB
(79,123,171)
#476E99
(71,110,153)
#3F6187
(63,97,135)
#375475
(55,84,117)
#2F4763
(47,71,99)
#273A51
(39,58,81)
#1F2D3F
(31,45,63)
#17202D
(23,32,45)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #5F95CF

#5F95CF
(95,149,207)
#6D9ED3
(109,158,211)
#7BA7D7
(123,167,215)
#89B0DB
(137,176,219)
#97B9DF
(151,185,223)
#A5C2E3
(165,194,227)
#B3CBE7
(179,203,231)
#C1D4EB
(193,212,235)
#CFDDEF
(207,221,239)
#DDE6F3
(221,230,243)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F95CF color. Also use rgb(95,149,207) instead hex code.

Text Font Color

.myTextColor { color: #5F95CF; }

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

This text font color is #5F95CF.


Background Color

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

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

This div background color is #5F95CF.


Border color

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

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

This div border color is #5F95CF.


Opacity

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

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

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

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

This text has shadow with #5F95CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F95CF on black background.


Color preview on white background

This text has color #5F95CF on white background.



Black color preview on #5F95CF background

This text has black color on #5F95CF background.


White color preview on #5F95CF background

This text has white color on #5F95CF background.