COLOR #509DF0

HEX: #509DF0
RGB: (80,157,240)

Renk bilgisi

#509DF0 contains mainly blue color. #509DF0 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#509DF0 color RGB value is (80,157,240).

  • kırmız ton 80;
  • yeşil ton 157;
  • mavi ton 240.
RGB:
(80,157,240)
(31%,62%,94%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 157 of 255 = 62%
B 240 of 255 = 94%

80
157
240

R + G + B ~ 62%. #509DF0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 157 + 240 = 477 (100%)
R 80 of 477 ~ 16.77%
G 157 of 477 ~ 32.91%
B 240 of 477 ~ 50.31%

%16.77
%32.91
%50.31

CMYK RENK MODELİ

#509DF0 rengi CMYK tonu (67,35,0,6).

  • camgöbeği tonu 66.67%
  • eflatun tonu 34.58%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(67,35,0,6)
C67M35Y0K6 
(67%,35%,0%,6%)
(0.67/0.35/0.00/0.06)	

CMYK yüzdeleri

%66.67
%34.58
%0
%5.88

Codes

Color #509DF0 in popluar color models

509DF0
RGB80157240
HSL211°84.21%62.75%
HSB/HSV211°66.67%94.12%
CMYK66.67%34.58%0.00%
5.88%

Color #509DF0 in popluar number systems.

HEX509DF0
Decimal80157240
Binary10100001001110111110000
Octal120235360

Shades and tints

Shades of #509DF0

#509DF0
(80,157,240)
#498FDB
(73,143,219)
#4281C6
(66,129,198)
#3B73B1
(59,115,177)
#34659C
(52,101,156)
#2D5787
(45,87,135)
#264972
(38,73,114)
#1F3B5D
(31,59,93)
#182D48
(24,45,72)
#111F33
(17,31,51)
#0A111E
(10,17,30)
#000000
(0,0,0)

Tints of #509DF0

#509DF0
(80,157,240)
#5FA5F1
(95,165,241)
#6EADF2
(110,173,242)
#7DB5F3
(125,181,243)
#8CBDF4
(140,189,244)
#9BC5F5
(155,197,245)
#AACDF6
(170,205,246)
#B9D5F7
(185,213,247)
#C8DDF8
(200,221,248)
#D7E5F9
(215,229,249)
#E6EDFA
(230,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509DF0 color. Also use rgb(80,157,240) instead hex code.

Text Font Color

.myTextColor { color: #509DF0; }

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

This text font color is #509DF0.


Background Color

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

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

This div background color is #509DF0.


Border color

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

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

This div border color is #509DF0.


Opacity

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

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

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

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

This text has shadow with #509DF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509DF0 on black background.


Color preview on white background

This text has color #509DF0 on white background.



Black color preview on #509DF0 background

This text has black color on #509DF0 background.


White color preview on #509DF0 background

This text has white color on #509DF0 background.