COLOR #517FF2

HEX: #517FF2 RGB: (81,127,242)

Color info

#517FF2 contains mainly blue color. Web safe color of #517FF2 is #6666FF (or #66F).

RGB color model

#517FF2 color RGB value is (81,127,242).

RGB: (81,127,242) (32%, 50%, 95%)

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 242 of 255 = 95%

81
127
242

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

Portions of RGB colors in percentages

R + G + B = 81 + 127 + 242 = 450 (100%)
R 81 of 450 ~ 18%
G 127 of 450 ~ 28.22%
B 242 of 450 ~ 53.78'%

%18
%28.22
%53.78

CMYK color model

#517FF2 color CMYK value is (67,48,0,5).

  • cyan value is 66.53%
  • magenta value is 47.52%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (67,48,0,5)
C67M48Y0K5 (67%, 48%, 0%, 5%)
(0.67 / 0.48 / 0.00 / 0.05)

CMYK percentages

%66.53
%47.52
%0
%5.1

Codes

Color #517FF2 in popluar color models

51 7F F2
RGB 81 127 242
HSL 223° 86.10% 63.33%
HSB/HSV 223° 66.53% 94.90%
CMYK 66.53% 47.52% 0.00%
5.10%

Color #517FF2 in popluar number systems.

HEX 51 7F F2
Decimal 81 127 242
Binary 1010001 1111111 11110010
Octal 121 177 362

Shades and tints

Shades of #517FF2

#517FF2
(81,127,242)
#4A74DC
(74,116,220)
#4369C6
(67,105,198)
#3C5EB0
(60,94,176)
#35539A
(53,83,154)
#2E4884
(46,72,132)
#273D6E
(39,61,110)
#203258
(32,50,88)
#192742
(25,39,66)
#121C2C
(18,28,44)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #517FF2

#517FF2
(81,127,242)
#608AF3
(96,138,243)
#6F95F4
(111,149,244)
#7EA0F5
(126,160,245)
#8DABF6
(141,171,246)
#9CB6F7
(156,182,247)
#ABC1F8
(171,193,248)
#BACCF9
(186,204,249)
#C9D7FA
(201,215,250)
#D8E2FB
(216,226,251)
#E7EDFC
(231,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517FF2; }

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

This text font color is #517FF2.

Background Color

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

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

This div background color is #517FF2.

Border color

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

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

This div border color is #517FF2.

Opacity

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

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

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

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

This text has shadow with #517FF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517FF2.

Preview

Color preview on black background

This text has color #517FF2 on black background.


Color preview on white background

This text has color #517FF2 on white background.


Black color preview on #517FF2 background

This text has black color on #517FF2 background.


White color preview on #517FF2 background

This text has white color on #517FF2 background.


Related colors

Complementary color

Complementary color for #hex is #AE800D.


I love getcolorcode.com

Triadic colors

1 #F2517F and #7FF251 with #517FF2 are triadic colors.

2 #F27F51 and #7F51F2 with #517FF2 are triadic colors.