Shades of Royal Blue #2959DD
Tints of Royal Blue #2959DD
RGB
CMYK
RGB Variations
Color information
#2959DD (or 0x2959DD) is known color: Royal Blue. HEX triplet: 29, 59 and DD. RGB value is (41,89,221). Sum of RGB (Red+Green+Blue) = 41+89+221=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #2959DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959DD is #D6A622. Grayscale: #595959. Windows color (decimal): -14067235 or 14506281. OLE color: 14506281.
HSL color Cylindrical-coordinate representation of color #2959DD: hue angle of 224º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2959DD is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 89 | 221 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.13 |
| HSL | 224º | 0.73% | 0.51% | - |
| HSV(B) | 224º | 0.81% | 0.87% | - |
| XYZ | 17.54 | 12.84 | 69.96 | - |
| YUV | 89.7 | 202.1 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 221 | 0.81 | 0.60 | 0 | 0.13 | 224 | 0.73 | 0.51 |
| Hex | 29 | 59 | DD | 51 | 3C | 0 | D | E0 | 49 | 33 |
| Octal | 51 | 131 | 335 | 121 | 74 | 0 | 15 | 340 | 111 | 63 |
| Binary | 101001 | 1011001 | 11011101 | 1010001 | 111100 | 0 | 1101 | 11100000 | 1001001 | 110011 |
Color Harmonies of #2959DD
Complementary color
Monochromatic Colors of #2959DD
Black with #2959DD
Text Example
Text Example
White with #2959DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2959DD; }
p { color: rgb(41,89,221); }
H1.HeaderClassName
{
color: #2959DD;
}
.AnyTagClassName
{
color: #2959DD;
}
</style>
background-color css
<style>
a { background-color: #2959DD; }
a { background-color: rgb(41,89,221); }
div.DivClassName
{
background-color: #2959DD;
}
.BgClassName
{
background-color: #2959DD;
}
</style>
border-color css
<style>
span { border-color: #2959DD; }
span { border-color: rgb(41,89,221); }
td.TdClassName
{
border-color: #2959DD;
}
.TagClassName
{
border-color: #2959DD;
}
</style>