#5463DB

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

Shades of Royal Blue #5463DB

Tints of Royal Blue #5463DB

Color information

#5463DB (or 0x5463DB) is unknown color: approx Royal Blue. HEX triplet: 54, 63 and DB. RGB value is (84,99,219). Sum of RGB (Red+Green+Blue) = 84+99+219=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #5463DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5463DB is #AB9C24. Grayscale: #6B6B6B. Windows color (decimal): -11246629 or 14377812. OLE color: 14377812.

HSL color Cylindrical-coordinate representation of color #5463DB: hue angle of 233.33º 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 #5463DB is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8499219-
CMYK0.620.5500.14
HSL233.33º65.22%59.41%-
HSV(B)233.33º61.64%85.88%-
XYZ20.915.9268.99-
YUV108.2190.53110.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 219 (85.94% from 255) = 54.48%
R=20.90%
G=24.63%
B=54.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84992190.620.5500.14233.3365.2259.41
Hex5463DB3E370Ee9413b
Octal124143333766701635110173
Binary101010011000111101101111111011011101110111010011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5463DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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