COLOR #508BEF

HEX: #508BEF RGB: (80,139,239)

Color info

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

RGB color model

#508BEF color RGB value is (80,139,239).

RGB: (80,139,239) (31%, 55%, 94%)

RGB channels and saturation

R 80 of 255 = 31%
G 139 of 255 = 55%
B 239 of 255 = 94%

80
139
239

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

Portions of RGB colors in percentages

R + G + B = 80 + 139 + 239 = 458 (100%)
R 80 of 458 ~ 17.47%
G 139 of 458 ~ 30.35%
B 239 of 458 ~ 52.18'%

%17.47
%30.35
%52.18

CMYK color model

#508BEF color CMYK value is (67,42,0,6).

  • cyan value is 66.53%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (67,42,0,6)
C67M42Y0K6 (67%, 42%, 0%, 6%)
(0.67 / 0.42 / 0.00 / 0.06)

CMYK percentages

%66.53
%41.84
%0
%6.27

Codes

Color #508BEF in popluar color models

50 8B EF
RGB 80 139 239
HSL 218° 83.25% 62.55%
HSB/HSV 218° 66.53% 93.73%
CMYK 66.53% 41.84% 0.00%
6.27%

Color #508BEF in popluar number systems.

HEX 50 8B EF
Decimal 80 139 239
Binary 1010000 10001011 11101111
Octal 120 213 357

Shades and tints

Shades of #508BEF

#508BEF
(80,139,239)
#497FDA
(73,127,218)
#4273C5
(66,115,197)
#3B67B0
(59,103,176)
#345B9B
(52,91,155)
#2D4F86
(45,79,134)
#264371
(38,67,113)
#1F375C
(31,55,92)
#182B47
(24,43,71)
#111F32
(17,31,50)
#0A131D
(10,19,29)
#000000
(0,0,0)

Tints of #508BEF

#508BEF
(80,139,239)
#5F95F0
(95,149,240)
#6E9FF1
(110,159,241)
#7DA9F2
(125,169,242)
#8CB3F3
(140,179,243)
#9BBDF4
(155,189,244)
#AAC7F5
(170,199,245)
#B9D1F6
(185,209,246)
#C8DBF7
(200,219,247)
#D7E5F8
(215,229,248)
#E6EFF9
(230,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508BEF color. Also use rgb(80,139,239) instead hex code.

Text Font Color

.myTextColor { color: #508BEF; }

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

This text font color is #508BEF.

Background Color

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

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

This div background color is #508BEF.

Border color

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

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

This div border color is #508BEF.

Opacity

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

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

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

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

This text has shadow with #508BEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #508BEF.

Preview

Color preview on black background

This text has color #508BEF on black background.


Color preview on white background

This text has color #508BEF on white background.


Black color preview on #508BEF background

This text has black color on #508BEF background.


White color preview on #508BEF background

This text has white color on #508BEF background.


Related colors

Complementary color

Complementary color for #hex is #AF7410.


I love getcolorcode.com

Triadic colors

1 #EF508B and #8BEF50 with #508BEF are triadic colors.

2 #EF8B50 and #8B50EF with #508BEF are triadic colors.