#5471CF

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

Shades of Royal Blue #5471CF

Tints of Royal Blue #5471CF

Color information

#5471CF (or 0x5471CF) is unknown color: approx Royal Blue. HEX triplet: 54, 71 and CF. RGB value is (84,113,207). Sum of RGB (Red+Green+Blue) = 84+113+207=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #5471CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471CF is #AB8E30. Grayscale: #727272. Windows color (decimal): -11243057 or 13594964. OLE color: 13594964.

HSL color Cylindrical-coordinate representation of color #5471CF: hue angle of 225.85º degrees, saturation: 0.56, 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 #5471CF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84113207-
CMYK0.590.4500.19
HSL225.85º56.16%57.06%-
HSV(B)225.85º59.42%81.18%-
XYZ20.8218.261.45-
YUV115.04179.89105.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 207 (81.25% from 255) = 51.24%
R=20.79%
G=27.97%
B=51.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841132070.590.4500.19225.8556.1657.06
Hex5471CF3B2D013e23839
Octal12416131773550233427071
Binary101010011100011100111111101110110101001111100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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