#5471FF

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

Shades of Royal Blue #5471FF

Tints of Royal Blue #5471FF

Color information

#5471FF (or 0x5471FF) is unknown color: approx Royal Blue. HEX triplet: 54, 71 and FF. RGB value is (84,113,255). Sum of RGB (Red+Green+Blue) = 84+113+255=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #5471FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5471FF is #AB8E00. Grayscale: #777777. Windows color (decimal): -11243009 or 16740692. OLE color: 16740692.

HSL color Cylindrical-coordinate representation of color #5471FF: hue angle of 229.82º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5471FF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84113255-
CMYK0.670.5600
HSL229.82º100%66.47%-
HSV(B)229.82º67.06%100%-
XYZ27.6120.9297.19-
YUV120.52203.89101.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.58%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 255 (100% from 255) = 56.42%
R=18.58%
G=25%
B=56.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841132550.670.5600229.8210066.47
Hex5471FF433800e66442
Octal1241613771037000346144102
Binary10101001110001111111111000011111000001110011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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