#506CD1

Color #506CD1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #506CD1

Tints of Royal Blue #506CD1

Color information

#506CD1 (or 0x506CD1) is unknown color: approx Royal Blue. HEX triplet: 50, 6C and D1. RGB value is (80,108,209). Sum of RGB (Red+Green+Blue) = 80+108+209=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #506CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CD1 is #AF932E. Grayscale: #6E6E6E. Windows color (decimal): -11506479 or 13724752. OLE color: 13724752.

HSL color Cylindrical-coordinate representation of color #506CD1: hue angle of 226.98º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506CD1 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB80108209-
CMYK0.620.4800.18
HSL226.98º58.37%56.67%-
HSV(B)226.98º61.72%81.96%-
XYZ20.1817.0362.55-
YUV111.14183.22105.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 209 (82.03% from 255) = 52.64%
R=20.15%
G=27.20%
B=52.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal801082090.620.4800.18226.9858.3756.67
Hex506CD13E30012e33a39
Octal12015432176600223437271
Binary101000011011001101000111111011000001001011100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506CD1; }

 p { color: rgb(80,108,209); }

 H1.HeaderClassName
 {
   color: #506CD1;
 }
 .AnyTagClassName
 {
   color: #506CD1;
 }
</style>
background-color css

<style>
 a { background-color: #506CD1; }

 a { background-color: rgb(80,108,209); }

 div.DivClassName
 {
   background-color: #506CD1;
 }
 .BgClassName
 {
   background-color: #506CD1;
 }
</style>
border-color css

<style>
 span { border-color: #506CD1; }

 span { border-color: rgb(80,108,209); }

 td.TdClassName
 {
   border-color: #506CD1;
 }
 .TagClassName
 {
   border-color: #506CD1;
 }
</style>