COLOR #5F7BD0

HEX: #5F7BD0
RGB: (95,123,208)

Color info

#5F7BD0 contains mainly blue color. Web safe color of #5F7BD0 is #6666CC (or #66C).

RGB color model

#5F7BD0 color RGB value is (95,123,208).

  • red value is 95;
  • green value is 123;
  • blue value is 208.
RGB:
(95,123,208)
(37%,48%,82%)

RGB channels and saturation

R 95 of 255 = 37%
G 123 of 255 = 48%
B 208 of 255 = 82%

95
123
208

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

Portions of RGB colors in percentages

R + G + B =
95 + 123 + 208 = 426 (100%)
R 95 of 426 ~ 22.3%
G 123 of 426 ~ 28.87%
B 208 of 426 ~ 48.83%

%22.3
%28.87
%48.83

CMYK color model

#5F7BD0 color CMYK value is (54,41,0,18).

  • cyan value is 54.33%
  • magenta value is 40.87%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(54,41,0,18)
C54M41Y0K18 
(54%,41%,0%,18%)
(0.54/0.41/0.00/0.18)	

CMYK percentages

%54.33
%40.87
%0
%18.43

Codes

Color #5F7BD0 in popluar color models

5F7BD0
RGB95123208
HSL225°54.59%59.41%
HSB/HSV225°54.33%81.57%
CMYK54.33%40.87%0.00%
18.43%

Color #5F7BD0 in popluar number systems.

HEX5F7BD0
Decimal95123208
Binary1011111111101111010000
Octal137173320

Shades and tints

Shades of #5F7BD0

#5F7BD0
(95,123,208)
#5770BE
(87,112,190)
#4F65AC
(79,101,172)
#475A9A
(71,90,154)
#3F4F88
(63,79,136)
#374476
(55,68,118)
#2F3964
(47,57,100)
#272E52
(39,46,82)
#1F2340
(31,35,64)
#17182E
(23,24,46)
#0F0D1C
(15,13,28)
#000000
(0,0,0)

Tints of #5F7BD0

#5F7BD0
(95,123,208)
#6D87D4
(109,135,212)
#7B93D8
(123,147,216)
#899FDC
(137,159,220)
#97ABE0
(151,171,224)
#A5B7E4
(165,183,228)
#B3C3E8
(179,195,232)
#C1CFEC
(193,207,236)
#CFDBF0
(207,219,240)
#DDE7F4
(221,231,244)
#EBF3F8
(235,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7BD0 color. Also use rgb(95,123,208) instead hex code.

Text Font Color

.myTextColor { color: #5F7BD0; }

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

This text font color is #5F7BD0.


Background Color

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

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

This div background color is #5F7BD0.


Border color

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

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

This div border color is #5F7BD0.


Opacity

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

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

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

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

This text has shadow with #5F7BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7BD0 on black background.


Color preview on white background

This text has color #5F7BD0 on white background.



Black color preview on #5F7BD0 background

This text has black color on #5F7BD0 background.


White color preview on #5F7BD0 background

This text has white color on #5F7BD0 background.