COLOR #518BE6

HEX: #518BE6
RGB: (81,139,230)

Renk bilgisi

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

RGB renk modeli

#518BE6 color RGB value is (81,139,230).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 139 of 255 = 55%
B 230 of 255 = 90%

81
139
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 139 + 230 = 450 (100%)
R 81 of 450 ~ 18%
G 139 of 450 ~ 30.89%
B 230 of 450 ~ 51.11%

%18
%30.89
%51.11

CMYK RENK MODELİ

#518BE6 rengi CMYK tonu (65,40,0,10).

  • camgöbeği tonu 64.78%
  • eflatun tonu 39.57%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(65,40,0,10)
C65M40Y0K10 
(65%,40%,0%,10%)
(0.65/0.40/0.00/0.10)	

CMYK yüzdeleri

%64.78
%39.57
%0
%9.8

Codes

Color #518BE6 in popluar color models

518BE6
RGB81139230
HSL217°74.87%60.98%
HSB/HSV217°64.78%90.20%
CMYK64.78%39.57%0.00%
9.80%

Color #518BE6 in popluar number systems.

HEX518BE6
Decimal81139230
Binary10100011000101111100110
Octal121213346

Shades and tints

Shades of #518BE6

#518BE6
(81,139,230)
#4A7FD2
(74,127,210)
#4373BE
(67,115,190)
#3C67AA
(60,103,170)
#355B96
(53,91,150)
#2E4F82
(46,79,130)
#27436E
(39,67,110)
#20375A
(32,55,90)
#192B46
(25,43,70)
#121F32
(18,31,50)
#0B131E
(11,19,30)
#000000
(0,0,0)

Tints of #518BE6

#518BE6
(81,139,230)
#6095E8
(96,149,232)
#6F9FEA
(111,159,234)
#7EA9EC
(126,169,236)
#8DB3EE
(141,179,238)
#9CBDF0
(156,189,240)
#ABC7F2
(171,199,242)
#BAD1F4
(186,209,244)
#C9DBF6
(201,219,246)
#D8E5F8
(216,229,248)
#E7EFFA
(231,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518BE6; }

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

This text font color is #518BE6.


Background Color

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

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

This div background color is #518BE6.


Border color

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

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

This div border color is #518BE6.


Opacity

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

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

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

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

This text has shadow with #518BE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518BE6 on black background.


Color preview on white background

This text has color #518BE6 on white background.



Black color preview on #518BE6 background

This text has black color on #518BE6 background.


White color preview on #518BE6 background

This text has white color on #518BE6 background.