#506EDB

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

Shades of Royal Blue #506EDB

Tints of Royal Blue #506EDB

Color information

#506EDB (or 0x506EDB) is unknown color: approx Royal Blue. HEX triplet: 50, 6E and DB. RGB value is (80,110,219). Sum of RGB (Red+Green+Blue) = 80+110+219=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #506EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EDB is #AF9124. Grayscale: #707070. Windows color (decimal): -11505957 or 14380624. OLE color: 14380624.

HSL color Cylindrical-coordinate representation of color #506EDB: hue angle of 227.05º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506EDB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB80110219-
CMYK0.630.5000.14
HSL227.05º65.88%58.63%-
HSV(B)227.05º63.47%85.88%-
XYZ21.6717.9769.34-
YUV113.46187.56104.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.56%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=19.56%
G=26.89%
B=53.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal801102190.630.5000.14227.0565.8858.63
Hex506EDB3F320Ee3423b
Octal120156333776201634310273
Binary101000011011101101101111111111001001110111000111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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