Shades of Royal Blue #2879DB
Tints of Royal Blue #2879DB
RGB
CMYK
RGB Variations
Color information
#2879DB (or 0x2879DB) is known color: Royal Blue. HEX triplet: 28, 79 and DB. RGB value is (40,121,219). Sum of RGB (Red+Green+Blue) = 40+121+219=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #2879DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2879DB is #D78624. Grayscale: #6B6B6B. Windows color (decimal): -14124581 or 14383400. OLE color: 14383400.
HSL color Cylindrical-coordinate representation of color #2879DB: hue angle of 212.85º degrees, saturation: 0.71, 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 #2879DB is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 121 | 219 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.14 |
| HSL | 212.85º | 0.71% | 0.51% | - |
| HSV(B) | 212.85º | 0.82% | 0.86% | - |
| XYZ | 20.5 | 19.24 | 69.65 | - |
| YUV | 107.95 | 190.66 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 219 | 0.82 | 0.45 | 0 | 0.14 | 212.85 | 0.71 | 0.51 |
| Hex | 28 | 79 | DB | 52 | 2D | 0 | E | D5 | 47 | 33 |
| Octal | 50 | 171 | 333 | 122 | 55 | 0 | 16 | 325 | 107 | 63 |
| Binary | 101000 | 1111001 | 11011011 | 1010010 | 101101 | 0 | 1110 | 11010101 | 1000111 | 110011 |
Color Harmonies of #2879DB
Complementary color
Monochromatic Colors of #2879DB
Black with #2879DB
Text Example
Text Example
White with #2879DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2879DB; }
p { color: rgb(40,121,219); }
H1.HeaderClassName
{
color: #2879DB;
}
.AnyTagClassName
{
color: #2879DB;
}
</style>
background-color css
<style>
a { background-color: #2879DB; }
a { background-color: rgb(40,121,219); }
div.DivClassName
{
background-color: #2879DB;
}
.BgClassName
{
background-color: #2879DB;
}
</style>
border-color css
<style>
span { border-color: #2879DB; }
span { border-color: rgb(40,121,219); }
td.TdClassName
{
border-color: #2879DB;
}
.TagClassName
{
border-color: #2879DB;
}
</style>