Shades of Royal Blue #2960DC
Tints of Royal Blue #2960DC
RGB
CMYK
RGB Variations
Color information
#2960DC (or 0x2960DC) is known color: Royal Blue. HEX triplet: 29, 60 and DC. RGB value is (41,96,220). Sum of RGB (Red+Green+Blue) = 41+96+220=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #2960DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960DC is #D69F23. Grayscale: #5D5D5D. Windows color (decimal): -14065444 or 14442537. OLE color: 14442537.
HSL color Cylindrical-coordinate representation of color #2960DC: hue angle of 221.56º degrees, saturation: 0.72, 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 #2960DC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 96 | 220 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.14 |
| HSL | 221.56º | 0.72% | 0.51% | - |
| HSV(B) | 221.56º | 0.81% | 0.86% | - |
| XYZ | 18.02 | 14 | 69.46 | - |
| YUV | 93.69 | 199.28 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 220 | 0.81 | 0.56 | 0 | 0.14 | 221.56 | 0.72 | 0.51 |
| Hex | 29 | 60 | DC | 51 | 38 | 0 | E | DE | 48 | 33 |
| Octal | 51 | 140 | 334 | 121 | 70 | 0 | 16 | 336 | 110 | 63 |
| Binary | 101001 | 1100000 | 11011100 | 1010001 | 111000 | 0 | 1110 | 11011110 | 1001000 | 110011 |
Color Harmonies of #2960DC
Complementary color
Monochromatic Colors of #2960DC
Black with #2960DC
Text Example
Text Example
White with #2960DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2960DC; }
p { color: rgb(41,96,220); }
H1.HeaderClassName
{
color: #2960DC;
}
.AnyTagClassName
{
color: #2960DC;
}
</style>
background-color css
<style>
a { background-color: #2960DC; }
a { background-color: rgb(41,96,220); }
div.DivClassName
{
background-color: #2960DC;
}
.BgClassName
{
background-color: #2960DC;
}
</style>
border-color css
<style>
span { border-color: #2960DC; }
span { border-color: rgb(41,96,220); }
td.TdClassName
{
border-color: #2960DC;
}
.TagClassName
{
border-color: #2960DC;
}
</style>