Shades of Royal Blue #5969DD
Tints of Royal Blue #5969DD
RGB
CMYK
RGB Variations
Color information
#5969DD (or 0x5969DD) is known color: Royal Blue. HEX triplet: 59, 69 and DD. RGB value is (89,105,221). Sum of RGB (Red+Green+Blue) = 89+105+221=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #5969DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969DD is #A69622. Grayscale: #707070. Windows color (decimal): -10917411 or 14510425. OLE color: 14510425.
HSL color Cylindrical-coordinate representation of color #5969DD: hue angle of 232.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5969DD is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 105 | 221 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.13 |
| HSL | 232.73º | 0.66% | 0.61% | - |
| HSV(B) | 232.73º | 0.6% | 0.87% | - |
| XYZ | 22.22 | 17.45 | 70.6 | - |
| YUV | 113.44 | 188.7 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 221 | 0.60 | 0.52 | 0 | 0.13 | 232.73 | 0.66 | 0.61 |
| Hex | 59 | 69 | DD | 3C | 34 | 0 | D | E9 | 42 | 3D |
| Octal | 131 | 151 | 335 | 74 | 64 | 0 | 15 | 351 | 102 | 75 |
| Binary | 1011001 | 1101001 | 11011101 | 111100 | 110100 | 0 | 1101 | 11101001 | 1000010 | 111101 |
Color Harmonies of #5969DD
Complementary color
Monochromatic Colors of #5969DD
Black with #5969DD
Text Example
Text Example
White with #5969DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5969DD; }
p { color: rgb(89,105,221); }
H1.HeaderClassName
{
color: #5969DD;
}
.AnyTagClassName
{
color: #5969DD;
}
</style>
background-color css
<style>
a { background-color: #5969DD; }
a { background-color: rgb(89,105,221); }
div.DivClassName
{
background-color: #5969DD;
}
.BgClassName
{
background-color: #5969DD;
}
</style>
border-color css
<style>
span { border-color: #5969DD; }
span { border-color: rgb(89,105,221); }
td.TdClassName
{
border-color: #5969DD;
}
.TagClassName
{
border-color: #5969DD;
}
</style>