Shades of Royal Blue #2977E9
Tints of Royal Blue #2977E9
RGB
CMYK
RGB Variations
Color information
#2977E9 (or 0x2977E9) is known color: Royal Blue. HEX triplet: 29, 77 and E9. RGB value is (41,119,233). Sum of RGB (Red+Green+Blue) = 41+119+233=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #2977E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2977E9 is #D68816. Grayscale: #6C6C6C. Windows color (decimal): -14059543 or 15300393. OLE color: 15300393.
HSL color Cylindrical-coordinate representation of color #2977E9: hue angle of 215.62º 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 #2977E9 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 119 | 233 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.09 |
| HSL | 215.63º | 0.81% | 0.54% | - |
| HSV(B) | 215.63º | 0.82% | 0.91% | - |
| XYZ | 22.22 | 19.55 | 79.69 | - |
| YUV | 108.67 | 198.16 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 233 | 0.82 | 0.49 | 0 | 0.09 | 215.63 | 0.81 | 0.54 |
| Hex | 29 | 77 | E9 | 52 | 31 | 0 | 9 | D8 | 51 | 36 |
| Octal | 51 | 167 | 351 | 122 | 61 | 0 | 11 | 330 | 121 | 66 |
| Binary | 101001 | 1110111 | 11101001 | 1010010 | 110001 | 0 | 1001 | 11011000 | 1010001 | 110110 |
Color Harmonies of #2977E9
Complementary color
Monochromatic Colors of #2977E9
Black with #2977E9
Text Example
Text Example
White with #2977E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2977E9; }
p { color: rgb(41,119,233); }
H1.HeaderClassName
{
color: #2977E9;
}
.AnyTagClassName
{
color: #2977E9;
}
</style>
background-color css
<style>
a { background-color: #2977E9; }
a { background-color: rgb(41,119,233); }
div.DivClassName
{
background-color: #2977E9;
}
.BgClassName
{
background-color: #2977E9;
}
</style>
border-color css
<style>
span { border-color: #2977E9; }
span { border-color: rgb(41,119,233); }
td.TdClassName
{
border-color: #2977E9;
}
.TagClassName
{
border-color: #2977E9;
}
</style>