COLOR #517FD7

HEX: #517FD7
RGB: (81,127,215)

Color info

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

RGB color model

#517FD7 color RGB value is (81,127,215).

  • red value is 81;
  • green value is 127;
  • blue value is 215.
RGB:
(81,127,215)
(32%,50%,84%)

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 215 of 255 = 84%

81
127
215

R + G + B ~ 55%. #517FD7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 127 + 215 = 423 (100%)
R 81 of 423 ~ 19.15%
G 127 of 423 ~ 30.02%
B 215 of 423 ~ 50.83%

%19.15
%30.02
%50.83

CMYK color model

#517FD7 color CMYK value is (62,41,0,16).

  • cyan value is 62.33%
  • magenta value is 40.93%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(62,41,0,16)
C62M41Y0K16 
(62%,41%,0%,16%)
(0.62/0.41/0.00/0.16)	

CMYK percentages

%62.33
%40.93
%0
%15.69

Codes

Color #517FD7 in popluar color models

517FD7
RGB81127215
HSL219°62.62%58.04%
HSB/HSV219°62.33%84.31%
CMYK62.33%40.93%0.00%
15.69%

Color #517FD7 in popluar number systems.

HEX517FD7
Decimal81127215
Binary1010001111111111010111
Octal121177327

Shades and tints

Shades of #517FD7

#517FD7
(81,127,215)
#4A74C4
(74,116,196)
#4369B1
(67,105,177)
#3C5E9E
(60,94,158)
#35538B
(53,83,139)
#2E4878
(46,72,120)
#273D65
(39,61,101)
#203252
(32,50,82)
#19273F
(25,39,63)
#121C2C
(18,28,44)
#0B1119
(11,17,25)
#000000
(0,0,0)

Tints of #517FD7

#517FD7
(81,127,215)
#608ADA
(96,138,218)
#6F95DD
(111,149,221)
#7EA0E0
(126,160,224)
#8DABE3
(141,171,227)
#9CB6E6
(156,182,230)
#ABC1E9
(171,193,233)
#BACCEC
(186,204,236)
#C9D7EF
(201,215,239)
#D8E2F2
(216,226,242)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517FD7 color. Also use rgb(81,127,215) instead hex code.

Text Font Color

.myTextColor { color: #517FD7; }

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

This text font color is #517FD7.


Background Color

.myBgColor { background-color: #517FD7; }

<div style="background-color:#517FD7">Inner text</div>

This div background color is #517FD7.


Border color

.myBorderColor { border: 1px solid #517FD7; }

<div style="border:3px solid #517FD7">Div</div>

This div border color is #517FD7.


Opacity

.myOpacity80 { color: #517FD7; opacity: 0.8; }

<p style="color:#517FD7;opacity:0.8;">80%</p>

Text with #517FD7 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 #517FD7;}

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

This text has shadow with #517FD7 color.

.textShadow {text-shadow: 3px 3px 1px #517FD7, 3px 3px 1px red;}

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

This text has shadow with #517FD7 primary color and red secondary color.


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

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

This text has shadow with #517FD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517FD7 on black background.


Color preview on white background

This text has color #517FD7 on white background.



Black color preview on #517FD7 background

This text has black color on #517FD7 background.


White color preview on #517FD7 background

This text has white color on #517FD7 background.