#5470CF

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

Shades of Royal Blue #5470CF

Tints of Royal Blue #5470CF

Color information

#5470CF (or 0x5470CF) is unknown color: approx Royal Blue. HEX triplet: 54, 70 and CF. RGB value is (84,112,207). Sum of RGB (Red+Green+Blue) = 84+112+207=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #5470CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470CF is #AB8F30. Grayscale: #727272. Windows color (decimal): -11243313 or 13594708. OLE color: 13594708.

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

Color convert

RGB84112207-
CMYK0.590.4600.19
HSL226.34º56.16%57.06%-
HSV(B)226.34º59.42%81.18%-
XYZ20.7117.9861.41-
YUV114.46180.22106.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 207 (81.25% from 255) = 51.36%
R=20.84%
G=27.79%
B=51.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841122070.590.4600.19226.3456.1657.06
Hex5470CF3B2E013e23839
Octal12416031773560233427071
Binary101010011100001100111111101110111001001111100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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