Shades of Royal Blue #2973E8
Tints of Royal Blue #2973E8
RGB
CMYK
RGB Variations
Color information
#2973E8 (or 0x2973E8) is known color: Royal Blue. HEX triplet: 29, 73 and E8. RGB value is (41,115,232). Sum of RGB (Red+Green+Blue) = 41+115+232=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 232 (91.02% from 255 or 59.79% from 388); Max value from RGB is 232 - color contains mainly: blue. Hex color #2973E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973E8 is #D68C17. Grayscale: #696969. Windows color (decimal): -14060568 or 15233833. OLE color: 15233833.
HSL color Cylindrical-coordinate representation of color #2973E8: hue angle of 216.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2973E8 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 115 | 232 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.09 |
| HSL | 216.75º | 0.81% | 0.54% | - |
| HSV(B) | 216.75º | 0.82% | 0.91% | - |
| XYZ | 21.61 | 18.56 | 78.79 | - |
| YUV | 106.21 | 198.98 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 232 | 0.82 | 0.50 | 0 | 0.09 | 216.75 | 0.81 | 0.54 |
| Hex | 29 | 73 | E8 | 52 | 32 | 0 | 9 | D9 | 51 | 36 |
| Octal | 51 | 163 | 350 | 122 | 62 | 0 | 11 | 331 | 121 | 66 |
| Binary | 101001 | 1110011 | 11101000 | 1010010 | 110010 | 0 | 1001 | 11011001 | 1010001 | 110110 |
Color Harmonies of #2973E8
Complementary color
Monochromatic Colors of #2973E8
Black with #2973E8
Text Example
Text Example
White with #2973E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973E8; }
p { color: rgb(41,115,232); }
H1.HeaderClassName
{
color: #2973E8;
}
.AnyTagClassName
{
color: #2973E8;
}
</style>
background-color css
<style>
a { background-color: #2973E8; }
a { background-color: rgb(41,115,232); }
div.DivClassName
{
background-color: #2973E8;
}
.BgClassName
{
background-color: #2973E8;
}
</style>
border-color css
<style>
span { border-color: #2973E8; }
span { border-color: rgb(41,115,232); }
td.TdClassName
{
border-color: #2973E8;
}
.TagClassName
{
border-color: #2973E8;
}
</style>