Shades of Royal Blue #2976DD
Tints of Royal Blue #2976DD
RGB
CMYK
RGB Variations
Color information
#2976DD (or 0x2976DD) is known color: Royal Blue. HEX triplet: 29, 76 and DD. RGB value is (41,118,221). Sum of RGB (Red+Green+Blue) = 41+118+221=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #2976DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976DD is #D68922. Grayscale: #6A6A6A. Windows color (decimal): -14059811 or 14513705. OLE color: 14513705.
HSL color Cylindrical-coordinate representation of color #2976DD: hue angle of 214.33º 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 #2976DD is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 118 | 221 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.13 |
| HSL | 214.33º | 0.73% | 0.51% | - |
| HSV(B) | 214.33º | 0.81% | 0.87% | - |
| XYZ | 20.44 | 18.65 | 70.93 | - |
| YUV | 106.72 | 192.49 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 221 | 0.81 | 0.47 | 0 | 0.13 | 214.33 | 0.73 | 0.51 |
| Hex | 29 | 76 | DD | 51 | 2F | 0 | D | D6 | 49 | 33 |
| Octal | 51 | 166 | 335 | 121 | 57 | 0 | 15 | 326 | 111 | 63 |
| Binary | 101001 | 1110110 | 11011101 | 1010001 | 101111 | 0 | 1101 | 11010110 | 1001001 | 110011 |
Color Harmonies of #2976DD
Complementary color
Monochromatic Colors of #2976DD
Black with #2976DD
Text Example
Text Example
White with #2976DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2976DD; }
p { color: rgb(41,118,221); }
H1.HeaderClassName
{
color: #2976DD;
}
.AnyTagClassName
{
color: #2976DD;
}
</style>
background-color css
<style>
a { background-color: #2976DD; }
a { background-color: rgb(41,118,221); }
div.DivClassName
{
background-color: #2976DD;
}
.BgClassName
{
background-color: #2976DD;
}
</style>
border-color css
<style>
span { border-color: #2976DD; }
span { border-color: rgb(41,118,221); }
td.TdClassName
{
border-color: #2976DD;
}
.TagClassName
{
border-color: #2976DD;
}
</style>