#5474E1

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

Shades of Royal Blue #5474E1

Tints of Royal Blue #5474E1

Color information

#5474E1 (or 0x5474E1) is unknown color: approx Royal Blue. HEX triplet: 54, 74 and E1. RGB value is (84,116,225). Sum of RGB (Red+Green+Blue) = 84+116+225=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #5474E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474E1 is #AB8B1E. Grayscale: #767676. Windows color (decimal): -11242271 or 14775380. OLE color: 14775380.

HSL color Cylindrical-coordinate representation of color #5474E1: hue angle of 226.38º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5474E1 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84116225-
CMYK0.630.4800.12
HSL226.38º70.15%60.59%-
HSV(B)226.38º62.67%88.24%-
XYZ23.4919.8173.82-
YUV118.86187.9103.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=19.76%
G=27.29%
B=52.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841162250.630.4800.12226.3870.1560.59
Hex5474E13F300Ce2463d
Octal124164341776001434210675
Binary101010011101001110000111111111000001100111000101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5474E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5474E1; }

 p { color: rgb(84,116,225); }

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

<style>
 a { background-color: #5474E1; }

 a { background-color: rgb(84,116,225); }

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

<style>
 span { border-color: #5474E1; }

 span { border-color: rgb(84,116,225); }

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