Shades of Royal Blue #2972E6
Tints of Royal Blue #2972E6
RGB
CMYK
RGB Variations
Color information
#2972E6 (or 0x2972E6) is known color: Royal Blue. HEX triplet: 29, 72 and E6. RGB value is (41,114,230). Sum of RGB (Red+Green+Blue) = 41+114+230=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #2972E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972E6 is #D68D19. Grayscale: #686868. Windows color (decimal): -14060826 or 15102505. OLE color: 15102505.
HSL color Cylindrical-coordinate representation of color #2972E6: hue angle of 216.83º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2972E6 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 114 | 230 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.10 |
| HSL | 216.83º | 0.79% | 0.53% | - |
| HSV(B) | 216.83º | 0.82% | 0.9% | - |
| XYZ | 21.21 | 18.22 | 77.26 | - |
| YUV | 105.4 | 198.32 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 230 | 0.82 | 0.50 | 0 | 0.10 | 216.83 | 0.79 | 0.53 |
| Hex | 29 | 72 | E6 | 52 | 32 | 0 | A | D9 | 4F | 35 |
| Octal | 51 | 162 | 346 | 122 | 62 | 0 | 12 | 331 | 117 | 65 |
| Binary | 101001 | 1110010 | 11100110 | 1010010 | 110010 | 0 | 1010 | 11011001 | 1001111 | 110101 |
Color Harmonies of #2972E6
Complementary color
Monochromatic Colors of #2972E6
Black with #2972E6
Text Example
Text Example
White with #2972E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2972E6; }
p { color: rgb(41,114,230); }
H1.HeaderClassName
{
color: #2972E6;
}
.AnyTagClassName
{
color: #2972E6;
}
</style>
background-color css
<style>
a { background-color: #2972E6; }
a { background-color: rgb(41,114,230); }
div.DivClassName
{
background-color: #2972E6;
}
.BgClassName
{
background-color: #2972E6;
}
</style>
border-color css
<style>
span { border-color: #2972E6; }
span { border-color: rgb(41,114,230); }
td.TdClassName
{
border-color: #2972E6;
}
.TagClassName
{
border-color: #2972E6;
}
</style>