COLOR #508EE7

HEX: #508EE7
RGB: (80,142,231)

Color info

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

RGB color model

#508EE7 color RGB value is (80,142,231).

  • red value is 80;
  • green value is 142;
  • blue value is 231.
RGB:
(80,142,231)
(31%,56%,91%)

RGB channels and saturation

R 80 of 255 = 31%
G 142 of 255 = 56%
B 231 of 255 = 91%

80
142
231

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

Portions of RGB colors in percentages

R + G + B =
80 + 142 + 231 = 453 (100%)
R 80 of 453 ~ 17.66%
G 142 of 453 ~ 31.35%
B 231 of 453 ~ 50.99%

%17.66
%31.35
%50.99

CMYK color model

#508EE7 color CMYK value is (65,39,0,9).

  • cyan value is 65.37%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(65,39,0,9)
C65M39Y0K9 
(65%,39%,0%,9%)
(0.65/0.39/0.00/0.09)	

CMYK percentages

%65.37
%38.53
%0
%9.41

Codes

Color #508EE7 in popluar color models

508EE7
RGB80142231
HSL215°75.88%60.98%
HSB/HSV215°65.37%90.59%
CMYK65.37%38.53%0.00%
9.41%

Color #508EE7 in popluar number systems.

HEX508EE7
Decimal80142231
Binary10100001000111011100111
Octal120216347

Shades and tints

Shades of #508EE7

#508EE7
(80,142,231)
#4982D2
(73,130,210)
#4276BD
(66,118,189)
#3B6AA8
(59,106,168)
#345E93
(52,94,147)
#2D527E
(45,82,126)
#264669
(38,70,105)
#1F3A54
(31,58,84)
#182E3F
(24,46,63)
#11222A
(17,34,42)
#0A1615
(10,22,21)
#000000
(0,0,0)

Tints of #508EE7

#508EE7
(80,142,231)
#5F98E9
(95,152,233)
#6EA2EB
(110,162,235)
#7DACED
(125,172,237)
#8CB6EF
(140,182,239)
#9BC0F1
(155,192,241)
#AACAF3
(170,202,243)
#B9D4F5
(185,212,245)
#C8DEF7
(200,222,247)
#D7E8F9
(215,232,249)
#E6F2FB
(230,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508EE7 color. Also use rgb(80,142,231) instead hex code.

Text Font Color

.myTextColor { color: #508EE7; }

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

This text font color is #508EE7.


Background Color

.myBgColor { background-color: #508EE7; }

<div style="background-color:#508EE7">Inner text</div>

This div background color is #508EE7.


Border color

.myBorderColor { border: 1px solid #508EE7; }

<div style="border:3px solid #508EE7">Div</div>

This div border color is #508EE7.


Opacity

.myOpacity80 { color: #508EE7; opacity: 0.8; }

<p style="color:#508EE7;opacity:0.8;">80%</p>

Text with #508EE7 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 #508EE7;}

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

This text has shadow with #508EE7 color.

.textShadow {text-shadow: 3px 3px 1px #508EE7, 3px 3px 1px red;}

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

This text has shadow with #508EE7 primary color and red secondary color.


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

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

This text has shadow with #508EE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508EE7 on black background.


Color preview on white background

This text has color #508EE7 on white background.



Black color preview on #508EE7 background

This text has black color on #508EE7 background.


White color preview on #508EE7 background

This text has white color on #508EE7 background.