#506DD9

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

Shades of Royal Blue #506DD9

Tints of Royal Blue #506DD9

Color information

#506DD9 (or 0x506DD9) is unknown color: approx Royal Blue. HEX triplet: 50, 6D and D9. RGB value is (80,109,217). Sum of RGB (Red+Green+Blue) = 80+109+217=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #506DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DD9 is #AF9226. Grayscale: #707070. Windows color (decimal): -11506215 or 14249296. OLE color: 14249296.

HSL color Cylindrical-coordinate representation of color #506DD9: hue angle of 227.3º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506DD9 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB80109217-
CMYK0.630.5000.15
HSL227.3º64.32%58.24%-
HSV(B)227.3º63.13%85.1%-
XYZ21.317.6567.93-
YUV112.64186.89104.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 217 (85.16% from 255) = 53.45%
R=19.70%
G=26.85%
B=53.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal801092170.630.5000.15227.364.3258.24
Hex506DD93F320Fe3403a
Octal120155331776201734310072
Binary101000011011011101100111111111001001111111000111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,109,217); }

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

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

 a { background-color: rgb(80,109,217); }

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

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

 span { border-color: rgb(80,109,217); }

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