#506ED7

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

Shades of Royal Blue #506ED7

Tints of Royal Blue #506ED7

Color information

#506ED7 (or 0x506ED7) is unknown color: approx Royal Blue. HEX triplet: 50, 6E and D7. RGB value is (80,110,215). Sum of RGB (Red+Green+Blue) = 80+110+215=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #506ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ED7 is #AF9128. Grayscale: #707070. Windows color (decimal): -11505961 or 14118480. OLE color: 14118480.

HSL color Cylindrical-coordinate representation of color #506ED7: hue angle of 226.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506ED7 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB80110215-
CMYK0.630.4900.16
HSL226.67º62.79%57.84%-
HSV(B)226.67º62.79%84.31%-
XYZ21.1517.7666.6-
YUV113185.56104.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 215 (84.38% from 255) = 53.09%
R=19.75%
G=27.16%
B=53.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801102150.630.4900.16226.6762.7957.84
Hex506ED73F31010e33f3a
Octal12015632777610203437772
Binary101000011011101101011111111111000101000011100011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,110,215); }

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

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

 a { background-color: rgb(80,110,215); }

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

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

 span { border-color: rgb(80,110,215); }

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