#5470ce

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

Shades of Royal Blue #5470CE

Tints of Royal Blue #5470CE

Color information

#5470CE (or 0x5470CE) is unknown color: approx Royal Blue. HEX triplet: 54, 70 and CE. RGB value is (84,112,206). Sum of RGB (Red+Green+Blue) = 84+112+206=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #5470CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470CE is #AB8F31. Grayscale: #717171. Windows color (decimal): -11243314 or 13529172. OLE color: 13529172.

HSL color Cylindrical-coordinate representation of color #5470CE: hue angle of 226.23º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5470CE is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84112206-
CMYK0.590.4600.19
HSL226.23º55.45%56.86%-
HSV(B)226.23º59.22%80.78%-
XYZ20.5917.9360.77-
YUV114.34179.72106.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 206 (80.86% from 255) = 51.24%
R=20.90%
G=27.86%
B=51.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841122060.590.4600.19226.2355.4556.86
Hex5470CE3B2E013e23739
Octal12416031673560233426771
Binary101010011100001100111011101110111001001111100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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