Shades of Royal Blue #2878DB
Tints of Royal Blue #2878DB
RGB
CMYK
RGB Variations
Color information
#2878DB (or 0x2878DB) is known color: Royal Blue. HEX triplet: 28, 78 and DB. RGB value is (40,120,219). Sum of RGB (Red+Green+Blue) = 40+120+219=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #2878DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878DB is #D78724. Grayscale: #6A6A6A. Windows color (decimal): -14124837 or 14383144. OLE color: 14383144.
HSL color Cylindrical-coordinate representation of color #2878DB: hue angle of 213.18º 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 #2878DB is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 120 | 219 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.14 |
| HSL | 213.18º | 0.71% | 0.51% | - |
| HSV(B) | 213.18º | 0.82% | 0.86% | - |
| XYZ | 20.38 | 19 | 69.61 | - |
| YUV | 107.37 | 191 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 219 | 0.82 | 0.45 | 0 | 0.14 | 213.18 | 0.71 | 0.51 |
| Hex | 28 | 78 | DB | 52 | 2D | 0 | E | D5 | 47 | 33 |
| Octal | 50 | 170 | 333 | 122 | 55 | 0 | 16 | 325 | 107 | 63 |
| Binary | 101000 | 1111000 | 11011011 | 1010010 | 101101 | 0 | 1110 | 11010101 | 1000111 | 110011 |
Color Harmonies of #2878DB
Complementary color
Monochromatic Colors of #2878DB
Black with #2878DB
Text Example
Text Example
White with #2878DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878DB; }
p { color: rgb(40,120,219); }
H1.HeaderClassName
{
color: #2878DB;
}
.AnyTagClassName
{
color: #2878DB;
}
</style>
background-color css
<style>
a { background-color: #2878DB; }
a { background-color: rgb(40,120,219); }
div.DivClassName
{
background-color: #2878DB;
}
.BgClassName
{
background-color: #2878DB;
}
</style>
border-color css
<style>
span { border-color: #2878DB; }
span { border-color: rgb(40,120,219); }
td.TdClassName
{
border-color: #2878DB;
}
.TagClassName
{
border-color: #2878DB;
}
</style>