#5470EA

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

Shades of Royal Blue #5470EA

Tints of Royal Blue #5470EA

Color information

#5470EA (or 0x5470EA) is unknown color: approx Royal Blue. HEX triplet: 54, 70 and EA. RGB value is (84,112,234). Sum of RGB (Red+Green+Blue) = 84+112+234=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #5470EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5470EA is #AB8F15. Grayscale: #757575. Windows color (decimal): -11243286 or 15364180. OLE color: 15364180.

HSL color Cylindrical-coordinate representation of color #5470EA: hue angle of 228.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5470EA is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84112234-
CMYK0.640.5200.08
HSL228.8º78.12%62.35%-
HSV(B)228.8º64.1%91.76%-
XYZ24.319.4180.31-
YUV117.54193.72104.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=19.53%
G=26.05%
B=54.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841122340.640.5200.08228.878.1262.35
Hex5470EA403408e54e3e
Octal1241603521006401034511676
Binary1010100111000011101010100000011010001000111001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5470EA; }

 p { color: rgb(84,112,234); }

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

<style>
 a { background-color: #5470EA; }

 a { background-color: rgb(84,112,234); }

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

<style>
 span { border-color: #5470EA; }

 span { border-color: rgb(84,112,234); }

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