#506CDB

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

Shades of Royal Blue #506CDB

Tints of Royal Blue #506CDB

Color information

#506CDB (or 0x506CDB) is unknown color: approx Royal Blue. HEX triplet: 50, 6C and DB. RGB value is (80,108,219). Sum of RGB (Red+Green+Blue) = 80+108+219=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #506CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CDB is #AF9324. Grayscale: #6F6F6F. Windows color (decimal): -11506469 or 14380112. OLE color: 14380112.

HSL color Cylindrical-coordinate representation of color #506CDB: hue angle of 227.91º 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 #506CDB is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB80108219-
CMYK0.630.5100.14
HSL227.91º65.88%58.63%-
HSV(B)227.91º63.47%85.88%-
XYZ21.4617.5569.27-
YUV112.28188.22104.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=19.66%
G=26.54%
B=53.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal801082190.630.5100.14227.9165.8858.63
Hex506CDB3F330Ee4423b
Octal120154333776301634410273
Binary101000011011001101101111111111001101110111001001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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