Shades of Royal Blue #2971DD
Tints of Royal Blue #2971DD
RGB
CMYK
RGB Variations
Color information
#2971DD (or 0x2971DD) is known color: Royal Blue. HEX triplet: 29, 71 and DD. RGB value is (41,113,221). Sum of RGB (Red+Green+Blue) = 41+113+221=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2971DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2971DD is #D68E22. Grayscale: #676767. Windows color (decimal): -14061091 or 14512425. OLE color: 14512425.
HSL color Cylindrical-coordinate representation of color #2971DD: hue angle of 216º 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 #2971DD is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 113 | 221 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.13 |
| HSL | 216º | 0.73% | 0.51% | - |
| HSV(B) | 216º | 0.81% | 0.87% | - |
| XYZ | 19.87 | 17.5 | 70.74 | - |
| YUV | 103.78 | 194.15 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 221 | 0.81 | 0.49 | 0 | 0.13 | 216 | 0.73 | 0.51 |
| Hex | 29 | 71 | DD | 51 | 31 | 0 | D | D8 | 49 | 33 |
| Octal | 51 | 161 | 335 | 121 | 61 | 0 | 15 | 330 | 111 | 63 |
| Binary | 101001 | 1110001 | 11011101 | 1010001 | 110001 | 0 | 1101 | 11011000 | 1001001 | 110011 |
Color Harmonies of #2971DD
Complementary color
Monochromatic Colors of #2971DD
Black with #2971DD
Text Example
Text Example
White with #2971DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2971DD; }
p { color: rgb(41,113,221); }
H1.HeaderClassName
{
color: #2971DD;
}
.AnyTagClassName
{
color: #2971DD;
}
</style>
background-color css
<style>
a { background-color: #2971DD; }
a { background-color: rgb(41,113,221); }
div.DivClassName
{
background-color: #2971DD;
}
.BgClassName
{
background-color: #2971DD;
}
</style>
border-color css
<style>
span { border-color: #2971DD; }
span { border-color: rgb(41,113,221); }
td.TdClassName
{
border-color: #2971DD;
}
.TagClassName
{
border-color: #2971DD;
}
</style>