Shades of Royal Blue #5979DB
Tints of Royal Blue #5979DB
RGB
CMYK
RGB Variations
Color information
#5979DB (or 0x5979DB) is known color: Royal Blue. HEX triplet: 59, 79 and DB. RGB value is (89,121,219). Sum of RGB (Red+Green+Blue) = 89+121+219=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #5979DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979DB is #A68624. Grayscale: #7A7A7A. Windows color (decimal): -10913317 or 14383449. OLE color: 14383449.
HSL color Cylindrical-coordinate representation of color #5979DB: hue angle of 225.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5979DB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 121 | 219 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.14 |
| HSL | 225.23º | 0.64% | 0.6% | - |
| HSV(B) | 225.23º | 0.59% | 0.86% | - |
| XYZ | 23.74 | 20.91 | 69.8 | - |
| YUV | 122.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 219 | 0.59 | 0.45 | 0 | 0.14 | 225.23 | 0.64 | 0.6 |
| Hex | 59 | 79 | DB | 3B | 2D | 0 | E | E1 | 40 | 3C |
| Octal | 131 | 171 | 333 | 73 | 55 | 0 | 16 | 341 | 100 | 74 |
| Binary | 1011001 | 1111001 | 11011011 | 111011 | 101101 | 0 | 1110 | 11100001 | 1000000 | 111100 |
Color Harmonies of #5979DB
Complementary color
Monochromatic Colors of #5979DB
Black with #5979DB
Text Example
Text Example
White with #5979DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5979DB; }
p { color: rgb(89,121,219); }
H1.HeaderClassName
{
color: #5979DB;
}
.AnyTagClassName
{
color: #5979DB;
}
</style>
background-color css
<style>
a { background-color: #5979DB; }
a { background-color: rgb(89,121,219); }
div.DivClassName
{
background-color: #5979DB;
}
.BgClassName
{
background-color: #5979DB;
}
</style>
border-color css
<style>
span { border-color: #5979DB; }
span { border-color: rgb(89,121,219); }
td.TdClassName
{
border-color: #5979DB;
}
.TagClassName
{
border-color: #5979DB;
}
</style>