Shades of Royal Blue #2973EC
Tints of Royal Blue #2973EC
RGB
CMYK
RGB Variations
Color information
#2973EC (or 0x2973EC) is known color: Royal Blue. HEX triplet: 29, 73 and EC. RGB value is (41,115,236). Sum of RGB (Red+Green+Blue) = 41+115+236=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #2973EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973EC is #D68C13. Grayscale: #6A6A6A. Windows color (decimal): -14060564 or 15495977. OLE color: 15495977.
HSL color Cylindrical-coordinate representation of color #2973EC: hue angle of 217.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2973EC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 115 | 236 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.07 |
| HSL | 217.23º | 0.84% | 0.54% | - |
| HSV(B) | 217.23º | 0.83% | 0.93% | - |
| XYZ | 22.19 | 18.79 | 81.81 | - |
| YUV | 106.67 | 200.98 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 236 | 0.83 | 0.51 | 0 | 0.07 | 217.23 | 0.84 | 0.54 |
| Hex | 29 | 73 | EC | 53 | 33 | 0 | 7 | D9 | 54 | 36 |
| Octal | 51 | 163 | 354 | 123 | 63 | 0 | 7 | 331 | 124 | 66 |
| Binary | 101001 | 1110011 | 11101100 | 1010011 | 110011 | 0 | 111 | 11011001 | 1010100 | 110110 |
Color Harmonies of #2973EC
Complementary color
Monochromatic Colors of #2973EC
Black with #2973EC
Text Example
Text Example
White with #2973EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973EC; }
p { color: rgb(41,115,236); }
H1.HeaderClassName
{
color: #2973EC;
}
.AnyTagClassName
{
color: #2973EC;
}
</style>
background-color css
<style>
a { background-color: #2973EC; }
a { background-color: rgb(41,115,236); }
div.DivClassName
{
background-color: #2973EC;
}
.BgClassName
{
background-color: #2973EC;
}
</style>
border-color css
<style>
span { border-color: #2973EC; }
span { border-color: rgb(41,115,236); }
td.TdClassName
{
border-color: #2973EC;
}
.TagClassName
{
border-color: #2973EC;
}
</style>