Shades of Royal Blue #5459DD
Tints of Royal Blue #5459DD
RGB
CMYK
RGB Variations
Color information
#5459DD (or 0x5459DD) is known color: Royal Blue. HEX triplet: 54, 59 and DD. RGB value is (84,89,221). Sum of RGB (Red+Green+Blue) = 84+89+221=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #5459DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459DD is #ABA622. Grayscale: #666666. Windows color (decimal): -11249187 or 14506324. OLE color: 14506324.
HSL color Cylindrical-coordinate representation of color #5459DD: hue angle of 237.81º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5459DD is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 89 | 221 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.13 |
| HSL | 237.81º | 0.67% | 0.6% | - |
| HSV(B) | 237.81º | 0.62% | 0.87% | - |
| XYZ | 20.28 | 14.25 | 70.09 | - |
| YUV | 102.55 | 194.84 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 221 | 0.62 | 0.60 | 0 | 0.13 | 237.81 | 0.67 | 0.6 |
| Hex | 54 | 59 | DD | 3E | 3C | 0 | D | EE | 43 | 3C |
| Octal | 124 | 131 | 335 | 76 | 74 | 0 | 15 | 356 | 103 | 74 |
| Binary | 1010100 | 1011001 | 11011101 | 111110 | 111100 | 0 | 1101 | 11101110 | 1000011 | 111100 |
Color Harmonies of #5459DD
Complementary color
Monochromatic Colors of #5459DD
Black with #5459DD
Text Example
Text Example
White with #5459DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459DD; }
p { color: rgb(84,89,221); }
H1.HeaderClassName
{
color: #5459DD;
}
.AnyTagClassName
{
color: #5459DD;
}
</style>
background-color css
<style>
a { background-color: #5459DD; }
a { background-color: rgb(84,89,221); }
div.DivClassName
{
background-color: #5459DD;
}
.BgClassName
{
background-color: #5459DD;
}
</style>
border-color css
<style>
span { border-color: #5459DD; }
span { border-color: rgb(84,89,221); }
td.TdClassName
{
border-color: #5459DD;
}
.TagClassName
{
border-color: #5459DD;
}
</style>