Shades of Royal Blue #2879DC
Tints of Royal Blue #2879DC
RGB
CMYK
RGB Variations
Color information
#2879DC (or 0x2879DC) is known color: Royal Blue. HEX triplet: 28, 79 and DC. RGB value is (40,121,220). Sum of RGB (Red+Green+Blue) = 40+121+220=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #2879DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2879DC is #D78623. Grayscale: #6B6B6B. Windows color (decimal): -14124580 or 14448936. OLE color: 14448936.
HSL color Cylindrical-coordinate representation of color #2879DC: hue angle of 213º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2879DC is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 121 | 220 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.14 |
| HSL | 213º | 0.72% | 0.51% | - |
| HSV(B) | 213º | 0.82% | 0.86% | - |
| XYZ | 20.63 | 19.29 | 70.35 | - |
| YUV | 108.07 | 191.16 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 220 | 0.82 | 0.45 | 0 | 0.14 | 213 | 0.72 | 0.51 |
| Hex | 28 | 79 | DC | 52 | 2D | 0 | E | D5 | 48 | 33 |
| Octal | 50 | 171 | 334 | 122 | 55 | 0 | 16 | 325 | 110 | 63 |
| Binary | 101000 | 1111001 | 11011100 | 1010010 | 101101 | 0 | 1110 | 11010101 | 1001000 | 110011 |
Color Harmonies of #2879DC
Complementary color
Monochromatic Colors of #2879DC
Black with #2879DC
Text Example
Text Example
White with #2879DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2879DC; }
p { color: rgb(40,121,220); }
H1.HeaderClassName
{
color: #2879DC;
}
.AnyTagClassName
{
color: #2879DC;
}
</style>
background-color css
<style>
a { background-color: #2879DC; }
a { background-color: rgb(40,121,220); }
div.DivClassName
{
background-color: #2879DC;
}
.BgClassName
{
background-color: #2879DC;
}
</style>
border-color css
<style>
span { border-color: #2879DC; }
span { border-color: rgb(40,121,220); }
td.TdClassName
{
border-color: #2879DC;
}
.TagClassName
{
border-color: #2879DC;
}
</style>