Shades of Royal Blue #2877DC
Tints of Royal Blue #2877DC
RGB
CMYK
RGB Variations
Color information
#2877DC (or 0x2877DC) is known color: Royal Blue. HEX triplet: 28, 77 and DC. RGB value is (40,119,220). Sum of RGB (Red+Green+Blue) = 40+119+220=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #2877DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2877DC is #D78823. Grayscale: #6A6A6A. Windows color (decimal): -14125092 or 14448424. OLE color: 14448424.
HSL color Cylindrical-coordinate representation of color #2877DC: hue angle of 213.67º 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 #2877DC is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 119 | 220 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.14 |
| HSL | 213.67º | 0.72% | 0.51% | - |
| HSV(B) | 213.67º | 0.82% | 0.86% | - |
| XYZ | 20.39 | 18.81 | 70.27 | - |
| YUV | 106.89 | 191.83 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 220 | 0.82 | 0.46 | 0 | 0.14 | 213.67 | 0.72 | 0.51 |
| Hex | 28 | 77 | DC | 52 | 2E | 0 | E | D6 | 48 | 33 |
| Octal | 50 | 167 | 334 | 122 | 56 | 0 | 16 | 326 | 110 | 63 |
| Binary | 101000 | 1110111 | 11011100 | 1010010 | 101110 | 0 | 1110 | 11010110 | 1001000 | 110011 |
Color Harmonies of #2877DC
Complementary color
Monochromatic Colors of #2877DC
Black with #2877DC
Text Example
Text Example
White with #2877DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2877DC; }
p { color: rgb(40,119,220); }
H1.HeaderClassName
{
color: #2877DC;
}
.AnyTagClassName
{
color: #2877DC;
}
</style>
background-color css
<style>
a { background-color: #2877DC; }
a { background-color: rgb(40,119,220); }
div.DivClassName
{
background-color: #2877DC;
}
.BgClassName
{
background-color: #2877DC;
}
</style>
border-color css
<style>
span { border-color: #2877DC; }
span { border-color: rgb(40,119,220); }
td.TdClassName
{
border-color: #2877DC;
}
.TagClassName
{
border-color: #2877DC;
}
</style>