Shades of Royal Blue #2878DA
Tints of Royal Blue #2878DA
RGB
CMYK
RGB Variations
Color information
#2878DA (or 0x2878DA) is known color: Royal Blue. HEX triplet: 28, 78 and DA. RGB value is (40,120,218). Sum of RGB (Red+Green+Blue) = 40+120+218=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #2878DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878DA is #D78725. Grayscale: #6A6A6A. Windows color (decimal): -14124838 or 14317608. OLE color: 14317608.
HSL color Cylindrical-coordinate representation of color #2878DA: hue angle of 213.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2878DA is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 120 | 218 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.15 |
| HSL | 213.03º | 0.71% | 0.51% | - |
| HSV(B) | 213.03º | 0.82% | 0.85% | - |
| XYZ | 20.25 | 18.95 | 68.92 | - |
| YUV | 107.25 | 190.5 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 218 | 0.82 | 0.45 | 0 | 0.15 | 213.03 | 0.71 | 0.51 |
| Hex | 28 | 78 | DA | 52 | 2D | 0 | F | D5 | 47 | 33 |
| Octal | 50 | 170 | 332 | 122 | 55 | 0 | 17 | 325 | 107 | 63 |
| Binary | 101000 | 1111000 | 11011010 | 1010010 | 101101 | 0 | 1111 | 11010101 | 1000111 | 110011 |
Color Harmonies of #2878DA
Complementary color
Monochromatic Colors of #2878DA
Black with #2878DA
Text Example
Text Example
White with #2878DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878DA; }
p { color: rgb(40,120,218); }
H1.HeaderClassName
{
color: #2878DA;
}
.AnyTagClassName
{
color: #2878DA;
}
</style>
background-color css
<style>
a { background-color: #2878DA; }
a { background-color: rgb(40,120,218); }
div.DivClassName
{
background-color: #2878DA;
}
.BgClassName
{
background-color: #2878DA;
}
</style>
border-color css
<style>
span { border-color: #2878DA; }
span { border-color: rgb(40,120,218); }
td.TdClassName
{
border-color: #2878DA;
}
.TagClassName
{
border-color: #2878DA;
}
</style>