COLOR #518BCD

HEX: #518BCD
RGB: (81,139,205)

Renk bilgisi

#518BCD contains mainly blue color. #518BCD ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#518BCD color RGB value is (81,139,205).

  • kırmız ton 81;
  • yeşil ton 139;
  • mavi ton 205.
RGB:
(81,139,205)
(32%,55%,80%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 139 of 255 = 55%
B 205 of 255 = 80%

81
139
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 139 + 205 = 425 (100%)
R 81 of 425 ~ 19.06%
G 139 of 425 ~ 32.71%
B 205 of 425 ~ 48.24%

%19.06
%32.71
%48.24

CMYK RENK MODELİ

#518BCD rengi CMYK tonu (60,32,0,20).

  • camgöbeği tonu 60.49%
  • eflatun tonu 32.20%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(60,32,0,20)
C60M32Y0K20 
(60%,32%,0%,20%)
(0.60/0.32/0.00/0.20)	

CMYK yüzdeleri

%60.49
%32.2
%0
%19.61

Codes

Color #518BCD in popluar color models

518BCD
RGB81139205
HSL212°55.36%56.08%
HSB/HSV212°60.49%80.39%
CMYK60.49%32.20%0.00%
19.61%

Color #518BCD in popluar number systems.

HEX518BCD
Decimal81139205
Binary10100011000101111001101
Octal121213315

Shades and tints

Shades of #518BCD

#518BCD
(81,139,205)
#4A7FBB
(74,127,187)
#4373A9
(67,115,169)
#3C6797
(60,103,151)
#355B85
(53,91,133)
#2E4F73
(46,79,115)
#274361
(39,67,97)
#20374F
(32,55,79)
#192B3D
(25,43,61)
#121F2B
(18,31,43)
#0B1319
(11,19,25)
#000000
(0,0,0)

Tints of #518BCD

#518BCD
(81,139,205)
#6095D1
(96,149,209)
#6F9FD5
(111,159,213)
#7EA9D9
(126,169,217)
#8DB3DD
(141,179,221)
#9CBDE1
(156,189,225)
#ABC7E5
(171,199,229)
#BAD1E9
(186,209,233)
#C9DBED
(201,219,237)
#D8E5F1
(216,229,241)
#E7EFF5
(231,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518BCD color. Also use rgb(81,139,205) instead hex code.

Text Font Color

.myTextColor { color: #518BCD; }

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

This text font color is #518BCD.


Background Color

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

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

This div background color is #518BCD.


Border color

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

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

This div border color is #518BCD.


Opacity

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

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

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

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

This text has shadow with #518BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518BCD on black background.


Color preview on white background

This text has color #518BCD on white background.



Black color preview on #518BCD background

This text has black color on #518BCD background.


White color preview on #518BCD background

This text has white color on #518BCD background.