Shades of Royal Blue #5462EF
Tints of Royal Blue #5462EF
RGB
CMYK
RGB Variations
Color information
#5462EF (or 0x5462EF) is known color: Royal Blue. HEX triplet: 54, 62 and EF. RGB value is (84,98,239). Sum of RGB (Red+Green+Blue) = 84+98+239=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #5462EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5462EF is #AB9D10. Grayscale: #6D6D6D. Windows color (decimal): -11246865 or 15688276. OLE color: 15688276.
HSL color Cylindrical-coordinate representation of color #5462EF: hue angle of 234.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5462EF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 98 | 239 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.06 |
| HSL | 234.58º | 0.83% | 0.63% | - |
| HSV(B) | 234.58º | 0.65% | 0.94% | - |
| XYZ | 23.6 | 16.85 | 83.67 | - |
| YUV | 109.89 | 200.86 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 239 | 0.65 | 0.59 | 0 | 0.06 | 234.58 | 0.83 | 0.63 |
| Hex | 54 | 62 | EF | 41 | 3B | 0 | 6 | EB | 53 | 3F |
| Octal | 124 | 142 | 357 | 101 | 73 | 0 | 6 | 353 | 123 | 77 |
| Binary | 1010100 | 1100010 | 11101111 | 1000001 | 111011 | 0 | 110 | 11101011 | 1010011 | 111111 |
Color Harmonies of #5462EF
Complementary color
Monochromatic Colors of #5462EF
Black with #5462EF
Text Example
Text Example
White with #5462EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5462EF; }
p { color: rgb(84,98,239); }
H1.HeaderClassName
{
color: #5462EF;
}
.AnyTagClassName
{
color: #5462EF;
}
</style>
background-color css
<style>
a { background-color: #5462EF; }
a { background-color: rgb(84,98,239); }
div.DivClassName
{
background-color: #5462EF;
}
.BgClassName
{
background-color: #5462EF;
}
</style>
border-color css
<style>
span { border-color: #5462EF; }
span { border-color: rgb(84,98,239); }
td.TdClassName
{
border-color: #5462EF;
}
.TagClassName
{
border-color: #5462EF;
}
</style>