#5473F1

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

Shades of Royal Blue #5473F1

Tints of Royal Blue #5473F1

Color information

#5473F1 (or 0x5473F1) is unknown color: approx Royal Blue. HEX triplet: 54, 73 and F1. RGB value is (84,115,241). Sum of RGB (Red+Green+Blue) = 84+115+241=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #5473F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5473F1 is #AB8C0E. Grayscale: #777777. Windows color (decimal): -11242511 or 15823700. OLE color: 15823700.

HSL color Cylindrical-coordinate representation of color #5473F1: hue angle of 228.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5473F1 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84115241-
CMYK0.650.5200.05
HSL228.15º84.86%63.73%-
HSV(B)228.15º65.15%94.51%-
XYZ25.6620.585.82-
YUV120.1196.23102.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 241 (94.53% from 255) = 54.77%
R=19.09%
G=26.14%
B=54.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841152410.650.5200.05228.1584.8663.73
Hex5473F1413405e45540
Octal1241633611016405344125100
Binary1010100111001111110001100000111010001011110010010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5473F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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