#5470E9

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

Shades of Royal Blue #5470E9

Tints of Royal Blue #5470E9

Color information

#5470E9 (or 0x5470E9) is unknown color: approx Royal Blue. HEX triplet: 54, 70 and E9. RGB value is (84,112,233). Sum of RGB (Red+Green+Blue) = 84+112+233=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #5470E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5470E9 is #AB8F16. Grayscale: #747474. Windows color (decimal): -11243287 or 15298644. OLE color: 15298644.

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

Color convert

RGB84112233-
CMYK0.640.5200.09
HSL228.72º77.2%62.16%-
HSV(B)228.72º63.95%91.37%-
XYZ24.1619.3679.55-
YUV117.42193.22104.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.58%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 233 (91.41% from 255) = 54.31%
R=19.58%
G=26.11%
B=54.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal841122330.640.5200.09228.7277.262.16
Hex5470E9403409e54d3e
Octal1241603511006401134511576
Binary1010100111000011101001100000011010001001111001011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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