#5470DF

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

Shades of Royal Blue #5470DF

Tints of Royal Blue #5470DF

Color information

#5470DF (or 0x5470DF) is unknown color: approx Royal Blue. HEX triplet: 54, 70 and DF. RGB value is (84,112,223). Sum of RGB (Red+Green+Blue) = 84+112+223=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #5470DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470DF is #AB8F20. Grayscale: #737373. Windows color (decimal): -11243297 or 14643284. OLE color: 14643284.

HSL color Cylindrical-coordinate representation of color #5470DF: hue angle of 227.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5470DF is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84112223-
CMYK0.620.5000.13
HSL227.91º68.47%60.2%-
HSV(B)227.91º62.33%87.45%-
XYZ22.7718.872.24-
YUV116.28188.22104.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.05%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 223 (87.5% from 255) = 53.22%
R=20.05%
G=26.73%
B=53.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841122230.620.5000.13227.9168.4760.2
Hex5470DF3E320De4443c
Octal124160337766201534410474
Binary101010011100001101111111111011001001101111001001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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