COLOR #508CD0

HEX: #508CD0
RGB: (80,140,208)

Color info

#508CD0 contains mainly blue color. Web safe color of #508CD0 is #6699CC (or #69C).

RGB color model

#508CD0 color RGB value is (80,140,208).

  • red value is 80;
  • green value is 140;
  • blue value is 208.
RGB:
(80,140,208)
(31%,55%,82%)

RGB channels and saturation

R 80 of 255 = 31%
G 140 of 255 = 55%
B 208 of 255 = 82%

80
140
208

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

Portions of RGB colors in percentages

R + G + B =
80 + 140 + 208 = 428 (100%)
R 80 of 428 ~ 18.69%
G 140 of 428 ~ 32.71%
B 208 of 428 ~ 48.6%

%18.69
%32.71
%48.6

CMYK color model

#508CD0 color CMYK value is (62,33,0,18).

  • cyan value is 61.54%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(62,33,0,18)
C62M33Y0K18 
(62%,33%,0%,18%)
(0.62/0.33/0.00/0.18)	

CMYK percentages

%61.54
%32.69
%0
%18.43

Codes

Color #508CD0 in popluar color models

508CD0
RGB80140208
HSL212°57.66%56.47%
HSB/HSV212°61.54%81.57%
CMYK61.54%32.69%0.00%
18.43%

Color #508CD0 in popluar number systems.

HEX508CD0
Decimal80140208
Binary10100001000110011010000
Octal120214320

Shades and tints

Shades of #508CD0

#508CD0
(80,140,208)
#4980BE
(73,128,190)
#4274AC
(66,116,172)
#3B689A
(59,104,154)
#345C88
(52,92,136)
#2D5076
(45,80,118)
#264464
(38,68,100)
#1F3852
(31,56,82)
#182C40
(24,44,64)
#11202E
(17,32,46)
#0A141C
(10,20,28)
#000000
(0,0,0)

Tints of #508CD0

#508CD0
(80,140,208)
#5F96D4
(95,150,212)
#6EA0D8
(110,160,216)
#7DAADC
(125,170,220)
#8CB4E0
(140,180,224)
#9BBEE4
(155,190,228)
#AAC8E8
(170,200,232)
#B9D2EC
(185,210,236)
#C8DCF0
(200,220,240)
#D7E6F4
(215,230,244)
#E6F0F8
(230,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508CD0 color. Also use rgb(80,140,208) instead hex code.

Text Font Color

.myTextColor { color: #508CD0; }

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

This text font color is #508CD0.


Background Color

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

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

This div background color is #508CD0.


Border color

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

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

This div border color is #508CD0.


Opacity

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

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

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

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

This text has shadow with #508CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508CD0 on black background.


Color preview on white background

This text has color #508CD0 on white background.



Black color preview on #508CD0 background

This text has black color on #508CD0 background.


White color preview on #508CD0 background

This text has white color on #508CD0 background.