#5478ED

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

Shades of Royal Blue #5478ED

Tints of Royal Blue #5478ED

Color information

#5478ED (or 0x5478ED) is unknown color: approx Royal Blue. HEX triplet: 54, 78 and ED. RGB value is (84,120,237). Sum of RGB (Red+Green+Blue) = 84+120+237=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #5478ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5478ED is #AB8712. Grayscale: #7A7A7A. Windows color (decimal): -11241235 or 15562836. OLE color: 15562836.

HSL color Cylindrical-coordinate representation of color #5478ED: hue angle of 225.88º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5478ED is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84120237-
CMYK0.650.4900.07
HSL225.88º80.95%62.94%-
HSV(B)225.88º64.56%92.94%-
XYZ25.6621.4382.91-
YUV122.57192.57100.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.05%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 237 (92.97% from 255) = 53.74%
R=19.05%
G=27.21%
B=53.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal841202370.650.4900.07225.8880.9562.94
Hex5478ED413107e2513f
Octal124170355101610734212177
Binary101010011110001110110110000011100010111111000101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5478ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5478ED; }

 p { color: rgb(84,120,237); }

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

<style>
 a { background-color: #5478ED; }

 a { background-color: rgb(84,120,237); }

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

<style>
 span { border-color: #5478ED; }

 span { border-color: rgb(84,120,237); }

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