COLOR #508FD2

HEX: #508FD2
RGB: (80,143,210)

Color info

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

RGB color model

#508FD2 color RGB value is (80,143,210).

  • red value is 80;
  • green value is 143;
  • blue value is 210.
RGB:
(80,143,210)
(31%,56%,82%)

RGB channels and saturation

R 80 of 255 = 31%
G 143 of 255 = 56%
B 210 of 255 = 82%

80
143
210

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

Portions of RGB colors in percentages

R + G + B =
80 + 143 + 210 = 433 (100%)
R 80 of 433 ~ 18.48%
G 143 of 433 ~ 33.03%
B 210 of 433 ~ 48.5%

%18.48
%33.03
%48.5

CMYK color model

#508FD2 color CMYK value is (62,32,0,18).

  • cyan value is 61.90%
  • magenta value is 31.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(62,32,0,18)
C62M32Y0K18 
(62%,32%,0%,18%)
(0.62/0.32/0.00/0.18)	

CMYK percentages

%61.9
%31.9
%0
%17.65

Codes

Color #508FD2 in popluar color models

508FD2
RGB80143210
HSL211°59.09%56.86%
HSB/HSV211°61.90%82.35%
CMYK61.90%31.90%0.00%
17.65%

Color #508FD2 in popluar number systems.

HEX508FD2
Decimal80143210
Binary10100001000111111010010
Octal120217322

Shades and tints

Shades of #508FD2

#508FD2
(80,143,210)
#4982BF
(73,130,191)
#4275AC
(66,117,172)
#3B6899
(59,104,153)
#345B86
(52,91,134)
#2D4E73
(45,78,115)
#264160
(38,65,96)
#1F344D
(31,52,77)
#18273A
(24,39,58)
#111A27
(17,26,39)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #508FD2

#508FD2
(80,143,210)
#5F99D6
(95,153,214)
#6EA3DA
(110,163,218)
#7DADDE
(125,173,222)
#8CB7E2
(140,183,226)
#9BC1E6
(155,193,230)
#AACBEA
(170,203,234)
#B9D5EE
(185,213,238)
#C8DFF2
(200,223,242)
#D7E9F6
(215,233,246)
#E6F3FA
(230,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508FD2 color. Also use rgb(80,143,210) instead hex code.

Text Font Color

.myTextColor { color: #508FD2; }

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

This text font color is #508FD2.


Background Color

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

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

This div background color is #508FD2.


Border color

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

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

This div border color is #508FD2.


Opacity

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

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

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

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

This text has shadow with #508FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508FD2 on black background.


Color preview on white background

This text has color #508FD2 on white background.



Black color preview on #508FD2 background

This text has black color on #508FD2 background.


White color preview on #508FD2 background

This text has white color on #508FD2 background.