#5472FF

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

Shades of Royal Blue #5472FF

Tints of Royal Blue #5472FF

Color information

#5472FF (or 0x5472FF) is unknown color: approx Royal Blue. HEX triplet: 54, 72 and FF. RGB value is (84,114,255). Sum of RGB (Red+Green+Blue) = 84+114+255=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #5472FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5472FF is #AB8D00. Grayscale: #787878. Windows color (decimal): -11242753 or 16740948. OLE color: 16740948.

HSL color Cylindrical-coordinate representation of color #5472FF: hue angle of 229.47º 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 #5472FF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84114255-
CMYK0.670.5500
HSL229.47º100%66.47%-
HSV(B)229.47º67.06%100%-
XYZ27.7221.1497.23-
YUV121.1203.56101.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.54%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 255 (100% from 255) = 56.29%
R=18.54%
G=25.17%
B=56.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841142550.670.5500229.4710066.47
Hex5472FF433700e56442
Octal1241623771036700345144102
Binary10101001110010111111111000011110111001110010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5472FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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