#5471d2

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

Shades of Royal Blue #5471D2

Tints of Royal Blue #5471D2

Color information

#5471D2 (or 0x5471D2) is unknown color: approx Royal Blue. HEX triplet: 54, 71 and D2. RGB value is (84,113,210). Sum of RGB (Red+Green+Blue) = 84+113+210=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #5471D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471D2 is #AB8E2D. Grayscale: #727272. Windows color (decimal): -11243054 or 13791572. OLE color: 13791572.

HSL color Cylindrical-coordinate representation of color #5471D2: hue angle of 226.19º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5471D2 is Cyan = 0.6, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84113210-
CMYK0.60.4600.18
HSL226.19º58.33%57.65%-
HSV(B)226.19º60%82.35%-
XYZ21.1918.3563.4-
YUV115.39181.39105.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 210 (82.42% from 255) = 51.60%
R=20.64%
G=27.76%
B=51.60%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841132100.60.4600.18226.1958.3357.65
Hex5471D23C2E012e23a3a
Octal12416132274560223427272
Binary101010011100011101001011110010111001001011100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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