COLOR #518FCF

HEX: #518FCF
RGB: (81,143,207)

Color info

#518FCF contains mainly blue color. Web safe color of #518FCF is #6699CC (or #69C).

RGB color model

#518FCF color RGB value is (81,143,207).

  • red value is 81;
  • green value is 143;
  • blue value is 207.
RGB:
(81,143,207)
(32%,56%,81%)

RGB channels and saturation

R 81 of 255 = 32%
G 143 of 255 = 56%
B 207 of 255 = 81%

81
143
207

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

Portions of RGB colors in percentages

R + G + B =
81 + 143 + 207 = 431 (100%)
R 81 of 431 ~ 18.79%
G 143 of 431 ~ 33.18%
B 207 of 431 ~ 48.03%

%18.79
%33.18
%48.03

CMYK color model

#518FCF color CMYK value is (61,31,0,19).

  • cyan value is 60.87%
  • magenta value is 30.92%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(61,31,0,19)
C61M31Y0K19 
(61%,31%,0%,19%)
(0.61/0.31/0.00/0.19)	

CMYK percentages

%60.87
%30.92
%0
%18.82

Codes

Color #518FCF in popluar color models

518FCF
RGB81143207
HSL210°56.76%56.47%
HSB/HSV210°60.87%81.18%
CMYK60.87%30.92%0.00%
18.82%

Color #518FCF in popluar number systems.

HEX518FCF
Decimal81143207
Binary10100011000111111001111
Octal121217317

Shades and tints

Shades of #518FCF

#518FCF
(81,143,207)
#4A82BD
(74,130,189)
#4375AB
(67,117,171)
#3C6899
(60,104,153)
#355B87
(53,91,135)
#2E4E75
(46,78,117)
#274163
(39,65,99)
#203451
(32,52,81)
#19273F
(25,39,63)
#121A2D
(18,26,45)
#0B0D1B
(11,13,27)
#000000
(0,0,0)

Tints of #518FCF

#518FCF
(81,143,207)
#6099D3
(96,153,211)
#6FA3D7
(111,163,215)
#7EADDB
(126,173,219)
#8DB7DF
(141,183,223)
#9CC1E3
(156,193,227)
#ABCBE7
(171,203,231)
#BAD5EB
(186,213,235)
#C9DFEF
(201,223,239)
#D8E9F3
(216,233,243)
#E7F3F7
(231,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518FCF color. Also use rgb(81,143,207) instead hex code.

Text Font Color

.myTextColor { color: #518FCF; }

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

This text font color is #518FCF.


Background Color

.myBgColor { background-color: #518FCF; }

<div style="background-color:#518FCF">Inner text</div>

This div background color is #518FCF.


Border color

.myBorderColor { border: 1px solid #518FCF; }

<div style="border:3px solid #518FCF">Div</div>

This div border color is #518FCF.


Opacity

.myOpacity80 { color: #518FCF; opacity: 0.8; }

<p style="color:#518FCF;opacity:0.8;">80%</p>

Text with #518FCF 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 #518FCF;}

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

This text has shadow with #518FCF color.

.textShadow {text-shadow: 3px 3px 1px #518FCF, 3px 3px 1px red;}

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

This text has shadow with #518FCF primary color and red secondary color.


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

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

This text has shadow with #518FCF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518FCF on black background.


Color preview on white background

This text has color #518FCF on white background.



Black color preview on #518FCF background

This text has black color on #518FCF background.


White color preview on #518FCF background

This text has white color on #518FCF background.