Shades of Royal Blue #2878DC
Tints of Royal Blue #2878DC
RGB
CMYK
RGB Variations
Color information
#2878DC (or 0x2878DC) is known color: Royal Blue. HEX triplet: 28, 78 and DC. RGB value is (40,120,220). Sum of RGB (Red+Green+Blue) = 40+120+220=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #2878DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878DC is #D78723. Grayscale: #6B6B6B. Windows color (decimal): -14124836 or 14448680. OLE color: 14448680.
HSL color Cylindrical-coordinate representation of color #2878DC: hue angle of 213.33º 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 #2878DC is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 120 | 220 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.14 |
| HSL | 213.33º | 0.72% | 0.51% | - |
| HSV(B) | 213.33º | 0.82% | 0.86% | - |
| XYZ | 20.51 | 19.05 | 70.31 | - |
| YUV | 107.48 | 191.5 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 220 | 0.82 | 0.45 | 0 | 0.14 | 213.33 | 0.72 | 0.51 |
| Hex | 28 | 78 | DC | 52 | 2D | 0 | E | D5 | 48 | 33 |
| Octal | 50 | 170 | 334 | 122 | 55 | 0 | 16 | 325 | 110 | 63 |
| Binary | 101000 | 1111000 | 11011100 | 1010010 | 101101 | 0 | 1110 | 11010101 | 1001000 | 110011 |
Color Harmonies of #2878DC
Complementary color
Monochromatic Colors of #2878DC
Black with #2878DC
Text Example
Text Example
White with #2878DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878DC; }
p { color: rgb(40,120,220); }
H1.HeaderClassName
{
color: #2878DC;
}
.AnyTagClassName
{
color: #2878DC;
}
</style>
background-color css
<style>
a { background-color: #2878DC; }
a { background-color: rgb(40,120,220); }
div.DivClassName
{
background-color: #2878DC;
}
.BgClassName
{
background-color: #2878DC;
}
</style>
border-color css
<style>
span { border-color: #2878DC; }
span { border-color: rgb(40,120,220); }
td.TdClassName
{
border-color: #2878DC;
}
.TagClassName
{
border-color: #2878DC;
}
</style>