#5472DB

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

Shades of Royal Blue #5472DB

Tints of Royal Blue #5472DB

Color information

#5472DB (or 0x5472DB) is unknown color: approx Royal Blue. HEX triplet: 54, 72 and DB. RGB value is (84,114,219). Sum of RGB (Red+Green+Blue) = 84+114+219=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #5472DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472DB is #AB8D24. Grayscale: #747474. Windows color (decimal): -11242789 or 14381652. OLE color: 14381652.

HSL color Cylindrical-coordinate representation of color #5472DB: hue angle of 226.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5472DB is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84114219-
CMYK0.620.4800.14
HSL226.67º65.22%59.41%-
HSV(B)226.67º61.64%85.88%-
XYZ22.4619.0369.51-
YUV117185.56104.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.14%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 219 (85.94% from 255) = 52.52%
R=20.14%
G=27.34%
B=52.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841142190.620.4800.14226.6765.2259.41
Hex5472DB3E300Ee3413b
Octal124162333766001634310173
Binary101010011100101101101111111011000001110111000111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5472DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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