Shades of Royal Blue #2973EE
Tints of Royal Blue #2973EE
RGB
CMYK
RGB Variations
Color information
#2973EE (or 0x2973EE) is known color: Royal Blue. HEX triplet: 29, 73 and EE. RGB value is (41,115,238). Sum of RGB (Red+Green+Blue) = 41+115+238=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #2973EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973EE is #D68C11. Grayscale: #6A6A6A. Windows color (decimal): -14060562 or 15627049. OLE color: 15627049.
HSL color Cylindrical-coordinate representation of color #2973EE: hue angle of 217.46º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2973EE is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 115 | 238 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.07 |
| HSL | 217.46º | 0.85% | 0.55% | - |
| HSV(B) | 217.46º | 0.83% | 0.93% | - |
| XYZ | 22.48 | 18.91 | 83.35 | - |
| YUV | 106.9 | 201.98 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 238 | 0.83 | 0.52 | 0 | 0.07 | 217.46 | 0.85 | 0.55 |
| Hex | 29 | 73 | EE | 53 | 34 | 0 | 7 | D9 | 55 | 37 |
| Octal | 51 | 163 | 356 | 123 | 64 | 0 | 7 | 331 | 125 | 67 |
| Binary | 101001 | 1110011 | 11101110 | 1010011 | 110100 | 0 | 111 | 11011001 | 1010101 | 110111 |
Color Harmonies of #2973EE
Complementary color
Monochromatic Colors of #2973EE
Black with #2973EE
Text Example
Text Example
White with #2973EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973EE; }
p { color: rgb(41,115,238); }
H1.HeaderClassName
{
color: #2973EE;
}
.AnyTagClassName
{
color: #2973EE;
}
</style>
background-color css
<style>
a { background-color: #2973EE; }
a { background-color: rgb(41,115,238); }
div.DivClassName
{
background-color: #2973EE;
}
.BgClassName
{
background-color: #2973EE;
}
</style>
border-color css
<style>
span { border-color: #2973EE; }
span { border-color: rgb(41,115,238); }
td.TdClassName
{
border-color: #2973EE;
}
.TagClassName
{
border-color: #2973EE;
}
</style>