Shades of Royal Blue #2979DC
Tints of Royal Blue #2979DC
RGB
CMYK
RGB Variations
Color information
#2979DC (or 0x2979DC) is known color: Royal Blue. HEX triplet: 29, 79 and DC. RGB value is (41,121,220). Sum of RGB (Red+Green+Blue) = 41+121+220=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #2979DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979DC is #D68623. Grayscale: #6B6B6B. Windows color (decimal): -14059044 or 14448937. OLE color: 14448937.
HSL color Cylindrical-coordinate representation of color #2979DC: hue angle of 213.18º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2979DC is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 121 | 220 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.14 |
| HSL | 213.18º | 0.72% | 0.51% | - |
| HSV(B) | 213.18º | 0.81% | 0.86% | - |
| XYZ | 20.67 | 19.31 | 70.35 | - |
| YUV | 108.37 | 191 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 220 | 0.81 | 0.45 | 0 | 0.14 | 213.18 | 0.72 | 0.51 |
| Hex | 29 | 79 | DC | 51 | 2D | 0 | E | D5 | 48 | 33 |
| Octal | 51 | 171 | 334 | 121 | 55 | 0 | 16 | 325 | 110 | 63 |
| Binary | 101001 | 1111001 | 11011100 | 1010001 | 101101 | 0 | 1110 | 11010101 | 1001000 | 110011 |
Color Harmonies of #2979DC
Complementary color
Monochromatic Colors of #2979DC
Black with #2979DC
Text Example
Text Example
White with #2979DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2979DC; }
p { color: rgb(41,121,220); }
H1.HeaderClassName
{
color: #2979DC;
}
.AnyTagClassName
{
color: #2979DC;
}
</style>
background-color css
<style>
a { background-color: #2979DC; }
a { background-color: rgb(41,121,220); }
div.DivClassName
{
background-color: #2979DC;
}
.BgClassName
{
background-color: #2979DC;
}
</style>
border-color css
<style>
span { border-color: #2979DC; }
span { border-color: rgb(41,121,220); }
td.TdClassName
{
border-color: #2979DC;
}
.TagClassName
{
border-color: #2979DC;
}
</style>