COLOR #509FC9

HEX: #509FC9
RGB: (80,159,201)

Renk bilgisi

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

RGB renk modeli

#509FC9 color RGB value is (80,159,201).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 159 of 255 = 62%
B 201 of 255 = 79%

80
159
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 159 + 201 = 440 (100%)
R 80 of 440 ~ 18.18%
G 159 of 440 ~ 36.14%
B 201 of 440 ~ 45.68%

%18.18
%36.14
%45.68

CMYK RENK MODELİ

#509FC9 rengi CMYK tonu (60,21,0,21).

  • camgöbeği tonu 60.20%
  • eflatun tonu 20.90%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(60,21,0,21)
C60M21Y0K21 
(60%,21%,0%,21%)
(0.60/0.21/0.00/0.21)	

CMYK yüzdeleri

%60.2
%20.9
%0
%21.18

Codes

Color #509FC9 in popluar color models

509FC9
RGB80159201
HSL201°52.84%55.10%
HSB/HSV201°60.20%78.82%
CMYK60.20%20.90%0.00%
21.18%

Color #509FC9 in popluar number systems.

HEX509FC9
Decimal80159201
Binary10100001001111111001001
Octal120237311

Shades and tints

Shades of #509FC9

#509FC9
(80,159,201)
#4991B7
(73,145,183)
#4283A5
(66,131,165)
#3B7593
(59,117,147)
#346781
(52,103,129)
#2D596F
(45,89,111)
#264B5D
(38,75,93)
#1F3D4B
(31,61,75)
#182F39
(24,47,57)
#112127
(17,33,39)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #509FC9

#509FC9
(80,159,201)
#5FA7CD
(95,167,205)
#6EAFD1
(110,175,209)
#7DB7D5
(125,183,213)
#8CBFD9
(140,191,217)
#9BC7DD
(155,199,221)
#AACFE1
(170,207,225)
#B9D7E5
(185,215,229)
#C8DFE9
(200,223,233)
#D7E7ED
(215,231,237)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509FC9; }

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

This text font color is #509FC9.


Background Color

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

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

This div background color is #509FC9.


Border color

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

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

This div border color is #509FC9.


Opacity

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

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

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

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

This text has shadow with #509FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509FC9 on black background.


Color preview on white background

This text has color #509FC9 on white background.



Black color preview on #509FC9 background

This text has black color on #509FC9 background.


White color preview on #509FC9 background

This text has white color on #509FC9 background.