Shades of Royal Blue #2962DA
Tints of Royal Blue #2962DA
RGB
CMYK
RGB Variations
Color information
#2962DA (or 0x2962DA) is known color: Royal Blue. HEX triplet: 29, 62 and DA. RGB value is (41,98,218). Sum of RGB (Red+Green+Blue) = 41+98+218=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #2962DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962DA is #D69D25. Grayscale: #5E5E5E. Windows color (decimal): -14064934 or 14311977. OLE color: 14311977.
HSL color Cylindrical-coordinate representation of color #2962DA: hue angle of 220.68º 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 #2962DA is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 98 | 218 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.15 |
| HSL | 220.68º | 0.71% | 0.51% | - |
| HSV(B) | 220.68º | 0.81% | 0.85% | - |
| XYZ | 17.94 | 14.27 | 68.14 | - |
| YUV | 94.64 | 197.62 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 218 | 0.81 | 0.55 | 0 | 0.15 | 220.68 | 0.71 | 0.51 |
| Hex | 29 | 62 | DA | 51 | 37 | 0 | F | DD | 47 | 33 |
| Octal | 51 | 142 | 332 | 121 | 67 | 0 | 17 | 335 | 107 | 63 |
| Binary | 101001 | 1100010 | 11011010 | 1010001 | 110111 | 0 | 1111 | 11011101 | 1000111 | 110011 |
Color Harmonies of #2962DA
Complementary color
Monochromatic Colors of #2962DA
Black with #2962DA
Text Example
Text Example
White with #2962DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2962DA; }
p { color: rgb(41,98,218); }
H1.HeaderClassName
{
color: #2962DA;
}
.AnyTagClassName
{
color: #2962DA;
}
</style>
background-color css
<style>
a { background-color: #2962DA; }
a { background-color: rgb(41,98,218); }
div.DivClassName
{
background-color: #2962DA;
}
.BgClassName
{
background-color: #2962DA;
}
</style>
border-color css
<style>
span { border-color: #2962DA; }
span { border-color: rgb(41,98,218); }
td.TdClassName
{
border-color: #2962DA;
}
.TagClassName
{
border-color: #2962DA;
}
</style>