Shades of Royal Blue #2973ED
Tints of Royal Blue #2973ED
RGB
CMYK
RGB Variations
Color information
#2973ED (or 0x2973ED) is known color: Royal Blue. HEX triplet: 29, 73 and ED. RGB value is (41,115,237). Sum of RGB (Red+Green+Blue) = 41+115+237=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #2973ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973ED is #D68C12. Grayscale: #6A6A6A. Windows color (decimal): -14060563 or 15561513. OLE color: 15561513.
HSL color Cylindrical-coordinate representation of color #2973ED: hue angle of 217.35º degrees, saturation: 0.84, 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 #2973ED is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 115 | 237 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.07 |
| HSL | 217.35º | 0.84% | 0.55% | - |
| HSV(B) | 217.35º | 0.83% | 0.93% | - |
| XYZ | 22.33 | 18.85 | 82.58 | - |
| YUV | 106.78 | 201.48 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 237 | 0.83 | 0.51 | 0 | 0.07 | 217.35 | 0.84 | 0.55 |
| Hex | 29 | 73 | ED | 53 | 33 | 0 | 7 | D9 | 54 | 37 |
| Octal | 51 | 163 | 355 | 123 | 63 | 0 | 7 | 331 | 124 | 67 |
| Binary | 101001 | 1110011 | 11101101 | 1010011 | 110011 | 0 | 111 | 11011001 | 1010100 | 110111 |
Color Harmonies of #2973ED
Complementary color
Monochromatic Colors of #2973ED
Black with #2973ED
Text Example
Text Example
White with #2973ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973ED; }
p { color: rgb(41,115,237); }
H1.HeaderClassName
{
color: #2973ED;
}
.AnyTagClassName
{
color: #2973ED;
}
</style>
background-color css
<style>
a { background-color: #2973ED; }
a { background-color: rgb(41,115,237); }
div.DivClassName
{
background-color: #2973ED;
}
.BgClassName
{
background-color: #2973ED;
}
</style>
border-color css
<style>
span { border-color: #2973ED; }
span { border-color: rgb(41,115,237); }
td.TdClassName
{
border-color: #2973ED;
}
.TagClassName
{
border-color: #2973ED;
}
</style>