#5473DB

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

Shades of Royal Blue #5473DB

Tints of Royal Blue #5473DB

Color information

#5473DB (or 0x5473DB) is unknown color: approx Royal Blue. HEX triplet: 54, 73 and DB. RGB value is (84,115,219). Sum of RGB (Red+Green+Blue) = 84+115+219=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #5473DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5473DB is #AB8C24. Grayscale: #757575. Windows color (decimal): -11242533 or 14381908. OLE color: 14381908.

HSL color Cylindrical-coordinate representation of color #5473DB: hue angle of 226.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5473DB is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84115219-
CMYK0.620.4700.14
HSL226.22º65.22%59.41%-
HSV(B)226.22º61.64%85.88%-
XYZ22.5719.2669.55-
YUV117.59185.23104.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 219 (85.94% from 255) = 52.39%
R=20.10%
G=27.51%
B=52.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841152190.620.4700.14226.2265.2259.41
Hex5473DB3E2F0Ee2413b
Octal124163333765701634210173
Binary101010011100111101101111111010111101110111000101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5473DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5473DB; }

 p { color: rgb(84,115,219); }

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

<style>
 a { background-color: #5473DB; }

 a { background-color: rgb(84,115,219); }

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

<style>
 span { border-color: #5473DB; }

 span { border-color: rgb(84,115,219); }

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