#5473dd

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

Shades of Royal Blue #5473DD

Tints of Royal Blue #5473DD

Color information

#5473DD (or 0x5473DD) is unknown color: approx Royal Blue. HEX triplet: 54, 73 and DD. RGB value is (84,115,221). Sum of RGB (Red+Green+Blue) = 84+115+221=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #5473DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5473DD is #AB8C22. Grayscale: #757575. Windows color (decimal): -11242531 or 14512980. OLE color: 14512980.

HSL color Cylindrical-coordinate representation of color #5473DD: hue angle of 226.42º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5473DD is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84115221-
CMYK0.620.4800.13
HSL226.42º66.83%59.8%-
HSV(B)226.42º61.99%86.67%-
XYZ22.8419.3770.94-
YUV117.82186.23103.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 221 (86.72% from 255) = 52.62%
R=20%
G=27.38%
B=52.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841152210.620.4800.13226.4266.8359.8
Hex5473DD3E300De2433c
Octal124163335766001534210374
Binary101010011100111101110111111011000001101111000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5473dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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