#5471DF

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

Shades of Royal Blue #5471DF

Tints of Royal Blue #5471DF

Color information

#5471DF (or 0x5471DF) is unknown color: approx Royal Blue. HEX triplet: 54, 71 and DF. RGB value is (84,113,223). Sum of RGB (Red+Green+Blue) = 84+113+223=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #5471DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471DF is #AB8E20. Grayscale: #747474. Windows color (decimal): -11243041 or 14643540. OLE color: 14643540.

HSL color Cylindrical-coordinate representation of color #5471DF: hue angle of 227.48º 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 #5471DF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84113223-
CMYK0.620.4900.13
HSL227.48º68.47%60.2%-
HSV(B)227.48º62.33%87.45%-
XYZ22.8819.0272.28-
YUV116.87187.89104.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=20%
G=26.90%
B=53.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841132230.620.4900.13227.4868.4760.2
Hex5471DF3E310De3443c
Octal124161337766101534310474
Binary101010011100011101111111111011000101101111000111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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