Shades of Royal Blue #2972EB
Tints of Royal Blue #2972EB
RGB
CMYK
RGB Variations
Color information
#2972EB (or 0x2972EB) is known color: Royal Blue. HEX triplet: 29, 72 and EB. RGB value is (41,114,235). Sum of RGB (Red+Green+Blue) = 41+114+235=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #2972EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972EB is #D68D14. Grayscale: #696969. Windows color (decimal): -14060821 or 15430185. OLE color: 15430185.
HSL color Cylindrical-coordinate representation of color #2972EB: hue angle of 217.42º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2972EB is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 114 | 235 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.08 |
| HSL | 217.42º | 0.83% | 0.54% | - |
| HSV(B) | 217.42º | 0.83% | 0.92% | - |
| XYZ | 21.93 | 18.5 | 81.01 | - |
| YUV | 105.97 | 200.82 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 235 | 0.83 | 0.51 | 0 | 0.08 | 217.42 | 0.83 | 0.54 |
| Hex | 29 | 72 | EB | 53 | 33 | 0 | 8 | D9 | 53 | 36 |
| Octal | 51 | 162 | 353 | 123 | 63 | 0 | 10 | 331 | 123 | 66 |
| Binary | 101001 | 1110010 | 11101011 | 1010011 | 110011 | 0 | 1000 | 11011001 | 1010011 | 110110 |
Color Harmonies of #2972EB
Complementary color
Monochromatic Colors of #2972EB
Black with #2972EB
Text Example
Text Example
White with #2972EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2972EB; }
p { color: rgb(41,114,235); }
H1.HeaderClassName
{
color: #2972EB;
}
.AnyTagClassName
{
color: #2972EB;
}
</style>
background-color css
<style>
a { background-color: #2972EB; }
a { background-color: rgb(41,114,235); }
div.DivClassName
{
background-color: #2972EB;
}
.BgClassName
{
background-color: #2972EB;
}
</style>
border-color css
<style>
span { border-color: #2972EB; }
span { border-color: rgb(41,114,235); }
td.TdClassName
{
border-color: #2972EB;
}
.TagClassName
{
border-color: #2972EB;
}
</style>