COLOR #509CE8

HEX: #509CE8
RGB: (80,156,232)

Color info

#509CE8 contains mainly blue color. Web safe color of #509CE8 is #6699FF (or #69F).

RGB color model

#509CE8 color RGB value is (80,156,232).

  • red value is 80;
  • green value is 156;
  • blue value is 232.
RGB:
(80,156,232)
(31%,61%,91%)

RGB channels and saturation

R 80 of 255 = 31%
G 156 of 255 = 61%
B 232 of 255 = 91%

80
156
232

R + G + B ~ 61%. #509CE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 156 + 232 = 468 (100%)
R 80 of 468 ~ 17.09%
G 156 of 468 ~ 33.33%
B 232 of 468 ~ 49.57%

%17.09
%33.33
%49.57

CMYK color model

#509CE8 color CMYK value is (66,33,0,9).

  • cyan value is 65.52%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(66,33,0,9)
C66M33Y0K9 
(66%,33%,0%,9%)
(0.66/0.33/0.00/0.09)	

CMYK percentages

%65.52
%32.76
%0
%9.02

Codes

Color #509CE8 in popluar color models

509CE8
RGB80156232
HSL210°76.77%61.18%
HSB/HSV210°65.52%90.98%
CMYK65.52%32.76%0.00%
9.02%

Color #509CE8 in popluar number systems.

HEX509CE8
Decimal80156232
Binary10100001001110011101000
Octal120234350

Shades and tints

Shades of #509CE8

#509CE8
(80,156,232)
#498ED3
(73,142,211)
#4280BE
(66,128,190)
#3B72A9
(59,114,169)
#346494
(52,100,148)
#2D567F
(45,86,127)
#26486A
(38,72,106)
#1F3A55
(31,58,85)
#182C40
(24,44,64)
#111E2B
(17,30,43)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #509CE8

#509CE8
(80,156,232)
#5FA5EA
(95,165,234)
#6EAEEC
(110,174,236)
#7DB7EE
(125,183,238)
#8CC0F0
(140,192,240)
#9BC9F2
(155,201,242)
#AAD2F4
(170,210,244)
#B9DBF6
(185,219,246)
#C8E4F8
(200,228,248)
#D7EDFA
(215,237,250)
#E6F6FC
(230,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509CE8 color. Also use rgb(80,156,232) instead hex code.

Text Font Color

.myTextColor { color: #509CE8; }

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

This text font color is #509CE8.


Background Color

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

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

This div background color is #509CE8.


Border color

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

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

This div border color is #509CE8.


Opacity

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

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

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

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

This text has shadow with #509CE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509CE8 on black background.


Color preview on white background

This text has color #509CE8 on white background.



Black color preview on #509CE8 background

This text has black color on #509CE8 background.


White color preview on #509CE8 background

This text has white color on #509CE8 background.