Shades of Royal Blue #2979EA
Tints of Royal Blue #2979EA
RGB
CMYK
RGB Variations
Color information
#2979EA (or 0x2979EA) is known color: Royal Blue. HEX triplet: 29, 79 and EA. RGB value is (41,121,234). Sum of RGB (Red+Green+Blue) = 41+121+234=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #2979EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2979EA is #D68615. Grayscale: #6D6D6D. Windows color (decimal): -14059030 or 15366441. OLE color: 15366441.
HSL color Cylindrical-coordinate representation of color #2979EA: hue angle of 215.13º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2979EA is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 121 | 234 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.08 |
| HSL | 215.13º | 0.82% | 0.54% | - |
| HSV(B) | 215.13º | 0.82% | 0.92% | - |
| XYZ | 22.6 | 20.09 | 80.53 | - |
| YUV | 109.96 | 198 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 234 | 0.82 | 0.48 | 0 | 0.08 | 215.13 | 0.82 | 0.54 |
| Hex | 29 | 79 | EA | 52 | 30 | 0 | 8 | D7 | 52 | 36 |
| Octal | 51 | 171 | 352 | 122 | 60 | 0 | 10 | 327 | 122 | 66 |
| Binary | 101001 | 1111001 | 11101010 | 1010010 | 110000 | 0 | 1000 | 11010111 | 1010010 | 110110 |
Color Harmonies of #2979EA
Complementary color
Monochromatic Colors of #2979EA
Black with #2979EA
Text Example
Text Example
White with #2979EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2979EA; }
p { color: rgb(41,121,234); }
H1.HeaderClassName
{
color: #2979EA;
}
.AnyTagClassName
{
color: #2979EA;
}
</style>
background-color css
<style>
a { background-color: #2979EA; }
a { background-color: rgb(41,121,234); }
div.DivClassName
{
background-color: #2979EA;
}
.BgClassName
{
background-color: #2979EA;
}
</style>
border-color css
<style>
span { border-color: #2979EA; }
span { border-color: rgb(41,121,234); }
td.TdClassName
{
border-color: #2979EA;
}
.TagClassName
{
border-color: #2979EA;
}
</style>