Shades of Royal Blue #5463F0
Tints of Royal Blue #5463F0
RGB
CMYK
RGB Variations
Color information
#5463F0 (or 0x5463F0) is known color: Royal Blue. HEX triplet: 54, 63 and F0. RGB value is (84,99,240). Sum of RGB (Red+Green+Blue) = 84+99+240=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #5463F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5463F0 is #AB9C0F. Grayscale: #6E6E6E. Windows color (decimal): -11246608 or 15754068. OLE color: 15754068.
HSL color Cylindrical-coordinate representation of color #5463F0: hue angle of 234.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5463F0 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 99 | 240 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.06 |
| HSL | 234.23º | 0.84% | 0.64% | - |
| HSV(B) | 234.23º | 0.65% | 0.94% | - |
| XYZ | 23.85 | 17.1 | 84.48 | - |
| YUV | 110.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 240 | 0.65 | 0.59 | 0 | 0.06 | 234.23 | 0.84 | 0.64 |
| Hex | 54 | 63 | F0 | 41 | 3B | 0 | 6 | EA | 54 | 40 |
| Octal | 124 | 143 | 360 | 101 | 73 | 0 | 6 | 352 | 124 | 100 |
| Binary | 1010100 | 1100011 | 11110000 | 1000001 | 111011 | 0 | 110 | 11101010 | 1010100 | 1000000 |
Color Harmonies of #5463F0
Complementary color
Monochromatic Colors of #5463F0
Black with #5463F0
Text Example
Text Example
White with #5463F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5463F0; }
p { color: rgb(84,99,240); }
H1.HeaderClassName
{
color: #5463F0;
}
.AnyTagClassName
{
color: #5463F0;
}
</style>
background-color css
<style>
a { background-color: #5463F0; }
a { background-color: rgb(84,99,240); }
div.DivClassName
{
background-color: #5463F0;
}
.BgClassName
{
background-color: #5463F0;
}
</style>
border-color css
<style>
span { border-color: #5463F0; }
span { border-color: rgb(84,99,240); }
td.TdClassName
{
border-color: #5463F0;
}
.TagClassName
{
border-color: #5463F0;
}
</style>