Shades of Royal Blue #5458E1
Tints of Royal Blue #5458E1
RGB
CMYK
RGB Variations
Color information
#5458E1 (or 0x5458E1) is known color: Royal Blue. HEX triplet: 54, 58 and E1. RGB value is (84,88,225). Sum of RGB (Red+Green+Blue) = 84+88+225=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #5458E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5458E1 is #ABA71E. Grayscale: #656565. Windows color (decimal): -11249439 or 14768212. OLE color: 14768212.
HSL color Cylindrical-coordinate representation of color #5458E1: hue angle of 238.3º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5458E1 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 88 | 225 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.12 |
| HSL | 238.3º | 0.7% | 0.61% | - |
| HSV(B) | 238.3º | 0.63% | 0.88% | - |
| XYZ | 20.74 | 14.3 | 72.9 | - |
| YUV | 102.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 225 | 0.63 | 0.61 | 0 | 0.12 | 238.3 | 0.7 | 0.61 |
| Hex | 54 | 58 | E1 | 3F | 3D | 0 | C | EE | 46 | 3D |
| Octal | 124 | 130 | 341 | 77 | 75 | 0 | 14 | 356 | 106 | 75 |
| Binary | 1010100 | 1011000 | 11100001 | 111111 | 111101 | 0 | 1100 | 11101110 | 1000110 | 111101 |
Color Harmonies of #5458E1
Complementary color
Monochromatic Colors of #5458E1
Black with #5458E1
Text Example
Text Example
White with #5458E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5458E1; }
p { color: rgb(84,88,225); }
H1.HeaderClassName
{
color: #5458E1;
}
.AnyTagClassName
{
color: #5458E1;
}
</style>
background-color css
<style>
a { background-color: #5458E1; }
a { background-color: rgb(84,88,225); }
div.DivClassName
{
background-color: #5458E1;
}
.BgClassName
{
background-color: #5458E1;
}
</style>
border-color css
<style>
span { border-color: #5458E1; }
span { border-color: rgb(84,88,225); }
td.TdClassName
{
border-color: #5458E1;
}
.TagClassName
{
border-color: #5458E1;
}
</style>