COLOR #506DD0

HEX: #506DD0
RGB: (80,109,208)

Color info

#506DD0 contains mainly blue color. Web safe color of #506DD0 is #6666CC (or #66C).

RGB color model

#506DD0 color RGB value is (80,109,208).

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

RGB channels and saturation

R 80 of 255 = 31%
G 109 of 255 = 43%
B 208 of 255 = 82%

80
109
208

R + G + B ~ 52%. #506DD0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 109 + 208 = 397 (100%)
R 80 of 397 ~ 20.15%
G 109 of 397 ~ 27.46%
B 208 of 397 ~ 52.39%

%20.15
%27.46
%52.39

CMYK color model

#506DD0 color CMYK value is (62,48,0,18).

  • cyan value is 61.54%
  • magenta value is 47.60%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(62,48,0,18)
C62M48Y0K18 
(62%,48%,0%,18%)
(0.62/0.48/0.00/0.18)	

CMYK percentages

%61.54
%47.6
%0
%18.43

Codes

Color #506DD0 in popluar color models

506DD0
RGB80109208
HSL226°57.66%56.47%
HSB/HSV226°61.54%81.57%
CMYK61.54%47.60%0.00%
18.43%

Color #506DD0 in popluar number systems.

HEX506DD0
Decimal80109208
Binary1010000110110111010000
Octal120155320

Shades and tints

Shades of #506DD0

#506DD0
(80,109,208)
#4964BE
(73,100,190)
#425BAC
(66,91,172)
#3B529A
(59,82,154)
#344988
(52,73,136)
#2D4076
(45,64,118)
#263764
(38,55,100)
#1F2E52
(31,46,82)
#182540
(24,37,64)
#111C2E
(17,28,46)
#0A131C
(10,19,28)
#000000
(0,0,0)

Tints of #506DD0

#506DD0
(80,109,208)
#5F7AD4
(95,122,212)
#6E87D8
(110,135,216)
#7D94DC
(125,148,220)
#8CA1E0
(140,161,224)
#9BAEE4
(155,174,228)
#AABBE8
(170,187,232)
#B9C8EC
(185,200,236)
#C8D5F0
(200,213,240)
#D7E2F4
(215,226,244)
#E6EFF8
(230,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506DD0 color. Also use rgb(80,109,208) instead hex code.

Text Font Color

.myTextColor { color: #506DD0; }

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

This text font color is #506DD0.


Background Color

.myBgColor { background-color: #506DD0; }

<div style="background-color:#506DD0">Inner text</div>

This div background color is #506DD0.


Border color

.myBorderColor { border: 1px solid #506DD0; }

<div style="border:3px solid #506DD0">Div</div>

This div border color is #506DD0.


Opacity

.myOpacity80 { color: #506DD0; opacity: 0.8; }

<p style="color:#506DD0;opacity:0.8;">80%</p>

Text with #506DD0 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 #506DD0;}

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

This text has shadow with #506DD0 color.

.textShadow {text-shadow: 3px 3px 1px #506DD0, 3px 3px 1px red;}

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

This text has shadow with #506DD0 primary color and red secondary color.


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

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

This text has shadow with #506DD0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506DD0 on black background.


Color preview on white background

This text has color #506DD0 on white background.



Black color preview on #506DD0 background

This text has black color on #506DD0 background.


White color preview on #506DD0 background

This text has white color on #506DD0 background.