#5478EB

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

Shades of Royal Blue #5478EB

Tints of Royal Blue #5478EB

Color information

#5478EB (or 0x5478EB) is unknown color: approx Royal Blue. HEX triplet: 54, 78 and EB. RGB value is (84,120,235). Sum of RGB (Red+Green+Blue) = 84+120+235=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #5478EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5478EB is #AB8714. Grayscale: #797979. Windows color (decimal): -11241237 or 15431764. OLE color: 15431764.

HSL color Cylindrical-coordinate representation of color #5478EB: hue angle of 225.7º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5478EB is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84120235-
CMYK0.640.4900.08
HSL225.7º79.06%62.55%-
HSV(B)225.7º64.26%92.16%-
XYZ25.3721.3281.37-
YUV122.35191.57100.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.13%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 235 (92.19% from 255) = 53.53%
R=19.13%
G=27.33%
B=53.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841202350.640.4900.08225.779.0662.55
Hex5478EB403108e24f3f
Octal1241703531006101034211777
Binary1010100111100011101011100000011000101000111000101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5478EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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