COLOR #509FC7

HEX: #509FC7
RGB: (80,159,199)

Renk bilgisi

#509FC7 contains mainly green and blue colors. #509FC7 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#509FC7 color RGB value is (80,159,199).

  • kırmız ton 80;
  • yeşil ton 159;
  • mavi ton 199.
RGB:
(80,159,199)
(31%,62%,78%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 159 of 255 = 62%
B 199 of 255 = 78%

80
159
199

R + G + B ~ 57%. #509FC7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 159 + 199 = 438 (100%)
R 80 of 438 ~ 18.26%
G 159 of 438 ~ 36.3%
B 199 of 438 ~ 45.43%

%18.26
%36.3
%45.43

CMYK RENK MODELİ

#509FC7 rengi CMYK tonu (60,20,0,22).

  • camgöbeği tonu 59.80%
  • eflatun tonu 20.10%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(60,20,0,22)
C60M20Y0K22 
(60%,20%,0%,22%)
(0.60/0.20/0.00/0.22)	

CMYK yüzdeleri

%59.8
%20.1
%0
%21.96

Codes

Color #509FC7 in popluar color models

509FC7
RGB80159199
HSL200°51.52%54.71%
HSB/HSV200°59.80%78.04%
CMYK59.80%20.10%0.00%
21.96%

Color #509FC7 in popluar number systems.

HEX509FC7
Decimal80159199
Binary10100001001111111000111
Octal120237307

Shades and tints

Shades of #509FC7

#509FC7
(80,159,199)
#4991B5
(73,145,181)
#4283A3
(66,131,163)
#3B7591
(59,117,145)
#34677F
(52,103,127)
#2D596D
(45,89,109)
#264B5B
(38,75,91)
#1F3D49
(31,61,73)
#182F37
(24,47,55)
#112125
(17,33,37)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #509FC7

#509FC7
(80,159,199)
#5FA7CC
(95,167,204)
#6EAFD1
(110,175,209)
#7DB7D6
(125,183,214)
#8CBFDB
(140,191,219)
#9BC7E0
(155,199,224)
#AACFE5
(170,207,229)
#B9D7EA
(185,215,234)
#C8DFEF
(200,223,239)
#D7E7F4
(215,231,244)
#E6EFF9
(230,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509FC7 color. Also use rgb(80,159,199) instead hex code.

Text Font Color

.myTextColor { color: #509FC7; }

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

This text font color is #509FC7.


Background Color

.myBgColor { background-color: #509FC7; }

<div style="background-color:#509FC7">Inner text</div>

This div background color is #509FC7.


Border color

.myBorderColor { border: 1px solid #509FC7; }

<div style="border:3px solid #509FC7">Div</div>

This div border color is #509FC7.


Opacity

.myOpacity80 { color: #509FC7; opacity: 0.8; }

<p style="color:#509FC7;opacity:0.8;">80%</p>

Text with #509FC7 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 #509FC7;}

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

This text has shadow with #509FC7 color.

.textShadow {text-shadow: 3px 3px 1px #509FC7, 3px 3px 1px red;}

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

This text has shadow with #509FC7 primary color and red secondary color.


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

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

This text has shadow with #509FC7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509FC7 on black background.


Color preview on white background

This text has color #509FC7 on white background.



Black color preview on #509FC7 background

This text has black color on #509FC7 background.


White color preview on #509FC7 background

This text has white color on #509FC7 background.