Shades of Royal Blue #5259DB
Tints of Royal Blue #5259DB
RGB
CMYK
RGB Variations
Color information
#5259DB (or 0x5259DB) is known color: Royal Blue. HEX triplet: 52, 59 and DB. RGB value is (82,89,219). Sum of RGB (Red+Green+Blue) = 82+89+219=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #5259DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259DB is #ADA624. Grayscale: #656565. Windows color (decimal): -11380261 or 14375250. OLE color: 14375250.
HSL color Cylindrical-coordinate representation of color #5259DB: hue angle of 236.93º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5259DB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 89 | 219 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.14 |
| HSL | 236.93º | 0.66% | 0.59% | - |
| HSV(B) | 236.93º | 0.63% | 0.86% | - |
| XYZ | 19.84 | 14.05 | 68.68 | - |
| YUV | 101.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 219 | 0.63 | 0.59 | 0 | 0.14 | 236.93 | 0.66 | 0.59 |
| Hex | 52 | 59 | DB | 3F | 3B | 0 | E | ED | 42 | 3B |
| Octal | 122 | 131 | 333 | 77 | 73 | 0 | 16 | 355 | 102 | 73 |
| Binary | 1010010 | 1011001 | 11011011 | 111111 | 111011 | 0 | 1110 | 11101101 | 1000010 | 111011 |
Color Harmonies of #5259DB
Complementary color
Monochromatic Colors of #5259DB
Black with #5259DB
Text Example
Text Example
White with #5259DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259DB; }
p { color: rgb(82,89,219); }
H1.HeaderClassName
{
color: #5259DB;
}
.AnyTagClassName
{
color: #5259DB;
}
</style>
background-color css
<style>
a { background-color: #5259DB; }
a { background-color: rgb(82,89,219); }
div.DivClassName
{
background-color: #5259DB;
}
.BgClassName
{
background-color: #5259DB;
}
</style>
border-color css
<style>
span { border-color: #5259DB; }
span { border-color: rgb(82,89,219); }
td.TdClassName
{
border-color: #5259DB;
}
.TagClassName
{
border-color: #5259DB;
}
</style>