Shades of Royal Blue #2959DB
Tints of Royal Blue #2959DB
RGB
CMYK
RGB Variations
Color information
#2959DB (or 0x2959DB) is known color: Royal Blue. HEX triplet: 29, 59 and DB. RGB value is (41,89,219). Sum of RGB (Red+Green+Blue) = 41+89+219=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #2959DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959DB is #D6A624. Grayscale: #585858. Windows color (decimal): -14067237 or 14375209. OLE color: 14375209.
HSL color Cylindrical-coordinate representation of color #2959DB: hue angle of 223.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2959DB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 89 | 219 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.14 |
| HSL | 223.82º | 0.71% | 0.51% | - |
| HSV(B) | 223.82º | 0.81% | 0.86% | - |
| XYZ | 17.27 | 12.73 | 68.56 | - |
| YUV | 89.47 | 201.1 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 219 | 0.81 | 0.59 | 0 | 0.14 | 223.82 | 0.71 | 0.51 |
| Hex | 29 | 59 | DB | 51 | 3B | 0 | E | E0 | 47 | 33 |
| Octal | 51 | 131 | 333 | 121 | 73 | 0 | 16 | 340 | 107 | 63 |
| Binary | 101001 | 1011001 | 11011011 | 1010001 | 111011 | 0 | 1110 | 11100000 | 1000111 | 110011 |
Color Harmonies of #2959DB
Complementary color
Monochromatic Colors of #2959DB
Black with #2959DB
Text Example
Text Example
White with #2959DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2959DB; }
p { color: rgb(41,89,219); }
H1.HeaderClassName
{
color: #2959DB;
}
.AnyTagClassName
{
color: #2959DB;
}
</style>
background-color css
<style>
a { background-color: #2959DB; }
a { background-color: rgb(41,89,219); }
div.DivClassName
{
background-color: #2959DB;
}
.BgClassName
{
background-color: #2959DB;
}
</style>
border-color css
<style>
span { border-color: #2959DB; }
span { border-color: rgb(41,89,219); }
td.TdClassName
{
border-color: #2959DB;
}
.TagClassName
{
border-color: #2959DB;
}
</style>