Shades of Royal Blue #5059DB
Tints of Royal Blue #5059DB
RGB
CMYK
RGB Variations
Color information
#5059DB (or 0x5059DB) is known color: Royal Blue. HEX triplet: 50, 59 and DB. RGB value is (80,89,219). Sum of RGB (Red+Green+Blue) = 80+89+219=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #5059DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5059DB is #AFA624. Grayscale: #646464. Windows color (decimal): -11511333 or 14375248. OLE color: 14375248.
HSL color Cylindrical-coordinate representation of color #5059DB: hue angle of 236.12º 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 #5059DB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 89 | 219 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.14 |
| HSL | 236.12º | 0.66% | 0.59% | - |
| HSV(B) | 236.12º | 0.63% | 0.86% | - |
| XYZ | 19.67 | 13.96 | 68.68 | - |
| YUV | 101.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 219 | 0.63 | 0.59 | 0 | 0.14 | 236.12 | 0.66 | 0.59 |
| Hex | 50 | 59 | DB | 3F | 3B | 0 | E | EC | 42 | 3B |
| Octal | 120 | 131 | 333 | 77 | 73 | 0 | 16 | 354 | 102 | 73 |
| Binary | 1010000 | 1011001 | 11011011 | 111111 | 111011 | 0 | 1110 | 11101100 | 1000010 | 111011 |
Color Harmonies of #5059DB
Complementary color
Monochromatic Colors of #5059DB
Black with #5059DB
Text Example
Text Example
White with #5059DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5059DB; }
p { color: rgb(80,89,219); }
H1.HeaderClassName
{
color: #5059DB;
}
.AnyTagClassName
{
color: #5059DB;
}
</style>
background-color css
<style>
a { background-color: #5059DB; }
a { background-color: rgb(80,89,219); }
div.DivClassName
{
background-color: #5059DB;
}
.BgClassName
{
background-color: #5059DB;
}
</style>
border-color css
<style>
span { border-color: #5059DB; }
span { border-color: rgb(80,89,219); }
td.TdClassName
{
border-color: #5059DB;
}
.TagClassName
{
border-color: #5059DB;
}
</style>