Shades of Royal Blue #2960DA
Tints of Royal Blue #2960DA
RGB
CMYK
RGB Variations
Color information
#2960DA (or 0x2960DA) is known color: Royal Blue. HEX triplet: 29, 60 and DA. RGB value is (41,96,218). Sum of RGB (Red+Green+Blue) = 41+96+218=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #2960DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960DA is #D69F25. Grayscale: #5C5C5C. Windows color (decimal): -14065446 or 14311465. OLE color: 14311465.
HSL color Cylindrical-coordinate representation of color #2960DA: hue angle of 221.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2960DA is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 96 | 218 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.15 |
| HSL | 221.36º | 0.71% | 0.51% | - |
| HSV(B) | 221.36º | 0.81% | 0.85% | - |
| XYZ | 17.75 | 13.9 | 68.08 | - |
| YUV | 93.46 | 198.28 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 218 | 0.81 | 0.56 | 0 | 0.15 | 221.36 | 0.71 | 0.51 |
| Hex | 29 | 60 | DA | 51 | 38 | 0 | F | DD | 47 | 33 |
| Octal | 51 | 140 | 332 | 121 | 70 | 0 | 17 | 335 | 107 | 63 |
| Binary | 101001 | 1100000 | 11011010 | 1010001 | 111000 | 0 | 1111 | 11011101 | 1000111 | 110011 |
Color Harmonies of #2960DA
Complementary color
Monochromatic Colors of #2960DA
Black with #2960DA
Text Example
Text Example
White with #2960DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2960DA; }
p { color: rgb(41,96,218); }
H1.HeaderClassName
{
color: #2960DA;
}
.AnyTagClassName
{
color: #2960DA;
}
</style>
background-color css
<style>
a { background-color: #2960DA; }
a { background-color: rgb(41,96,218); }
div.DivClassName
{
background-color: #2960DA;
}
.BgClassName
{
background-color: #2960DA;
}
</style>
border-color css
<style>
span { border-color: #2960DA; }
span { border-color: rgb(41,96,218); }
td.TdClassName
{
border-color: #2960DA;
}
.TagClassName
{
border-color: #2960DA;
}
</style>