Shades of Royal Blue #2973DD
Tints of Royal Blue #2973DD
RGB
CMYK
RGB Variations
Color information
#2973DD (or 0x2973DD) is known color: Royal Blue. HEX triplet: 29, 73 and DD. RGB value is (41,115,221). Sum of RGB (Red+Green+Blue) = 41+115+221=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #2973DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973DD is #D68C22. Grayscale: #686868. Windows color (decimal): -14060579 or 14512937. OLE color: 14512937.
HSL color Cylindrical-coordinate representation of color #2973DD: hue angle of 215.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 #2973DD is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 115 | 221 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.13 |
| HSL | 215.33º | 0.73% | 0.51% | - |
| HSV(B) | 215.33º | 0.81% | 0.87% | - |
| XYZ | 20.1 | 17.95 | 70.81 | - |
| YUV | 104.96 | 193.48 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 221 | 0.81 | 0.48 | 0 | 0.13 | 215.33 | 0.73 | 0.51 |
| Hex | 29 | 73 | DD | 51 | 30 | 0 | D | D7 | 49 | 33 |
| Octal | 51 | 163 | 335 | 121 | 60 | 0 | 15 | 327 | 111 | 63 |
| Binary | 101001 | 1110011 | 11011101 | 1010001 | 110000 | 0 | 1101 | 11010111 | 1001001 | 110011 |
Color Harmonies of #2973DD
Complementary color
Monochromatic Colors of #2973DD
Black with #2973DD
Text Example
Text Example
White with #2973DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973DD; }
p { color: rgb(41,115,221); }
H1.HeaderClassName
{
color: #2973DD;
}
.AnyTagClassName
{
color: #2973DD;
}
</style>
background-color css
<style>
a { background-color: #2973DD; }
a { background-color: rgb(41,115,221); }
div.DivClassName
{
background-color: #2973DD;
}
.BgClassName
{
background-color: #2973DD;
}
</style>
border-color css
<style>
span { border-color: #2973DD; }
span { border-color: rgb(41,115,221); }
td.TdClassName
{
border-color: #2973DD;
}
.TagClassName
{
border-color: #2973DD;
}
</style>