#5470DB

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

Shades of Royal Blue #5470DB

Tints of Royal Blue #5470DB

Color information

#5470DB (or 0x5470DB) is unknown color: approx Royal Blue. HEX triplet: 54, 70 and DB. RGB value is (84,112,219). Sum of RGB (Red+Green+Blue) = 84+112+219=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #5470DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470DB is #AB8F24. Grayscale: #737373. Windows color (decimal): -11243301 or 14381140. OLE color: 14381140.

HSL color Cylindrical-coordinate representation of color #5470DB: hue angle of 227.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5470DB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84112219-
CMYK0.620.4900.14
HSL227.56º65.22%59.41%-
HSV(B)227.56º61.64%85.88%-
XYZ22.2418.5969.43-
YUV115.83186.22105.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.24%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 219 (85.94% from 255) = 52.77%
R=20.24%
G=26.99%
B=52.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841122190.620.4900.14227.5665.2259.41
Hex5470DB3E310Ee4413b
Octal124160333766101634410173
Binary101010011100001101101111111011000101110111001001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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