Shades of Royal Blue #2962DD
Tints of Royal Blue #2962DD
RGB
CMYK
RGB Variations
Color information
#2962DD (or 0x2962DD) is known color: Royal Blue. HEX triplet: 29, 62 and DD. RGB value is (41,98,221). Sum of RGB (Red+Green+Blue) = 41+98+221=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #2962DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962DD is #D69D22. Grayscale: #5E5E5E. Windows color (decimal): -14064931 or 14508585. OLE color: 14508585.
HSL color Cylindrical-coordinate representation of color #2962DD: hue angle of 221º 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 #2962DD is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 98 | 221 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.13 |
| HSL | 221º | 0.73% | 0.51% | - |
| HSV(B) | 221º | 0.81% | 0.87% | - |
| XYZ | 18.33 | 14.43 | 70.23 | - |
| YUV | 94.98 | 199.12 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 221 | 0.81 | 0.56 | 0 | 0.13 | 221 | 0.73 | 0.51 |
| Hex | 29 | 62 | DD | 51 | 38 | 0 | D | DD | 49 | 33 |
| Octal | 51 | 142 | 335 | 121 | 70 | 0 | 15 | 335 | 111 | 63 |
| Binary | 101001 | 1100010 | 11011101 | 1010001 | 111000 | 0 | 1101 | 11011101 | 1001001 | 110011 |
Color Harmonies of #2962DD
Complementary color
Monochromatic Colors of #2962DD
Black with #2962DD
Text Example
Text Example
White with #2962DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2962DD; }
p { color: rgb(41,98,221); }
H1.HeaderClassName
{
color: #2962DD;
}
.AnyTagClassName
{
color: #2962DD;
}
</style>
background-color css
<style>
a { background-color: #2962DD; }
a { background-color: rgb(41,98,221); }
div.DivClassName
{
background-color: #2962DD;
}
.BgClassName
{
background-color: #2962DD;
}
</style>
border-color css
<style>
span { border-color: #2962DD; }
span { border-color: rgb(41,98,221); }
td.TdClassName
{
border-color: #2962DD;
}
.TagClassName
{
border-color: #2962DD;
}
</style>