Shades of Royal Blue #2877DB
Tints of Royal Blue #2877DB
RGB
CMYK
RGB Variations
Color information
#2877DB (or 0x2877DB) is known color: Royal Blue. HEX triplet: 28, 77 and DB. RGB value is (40,119,219). Sum of RGB (Red+Green+Blue) = 40+119+219=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #2877DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2877DB is #D78824. Grayscale: #6A6A6A. Windows color (decimal): -14125093 or 14382888. OLE color: 14382888.
HSL color Cylindrical-coordinate representation of color #2877DB: hue angle of 213.52º 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 #2877DB is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 119 | 219 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.14 |
| HSL | 213.52º | 0.71% | 0.51% | - |
| HSV(B) | 213.52º | 0.82% | 0.86% | - |
| XYZ | 20.26 | 18.76 | 69.57 | - |
| YUV | 106.78 | 191.33 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 219 | 0.82 | 0.46 | 0 | 0.14 | 213.52 | 0.71 | 0.51 |
| Hex | 28 | 77 | DB | 52 | 2E | 0 | E | D6 | 47 | 33 |
| Octal | 50 | 167 | 333 | 122 | 56 | 0 | 16 | 326 | 107 | 63 |
| Binary | 101000 | 1110111 | 11011011 | 1010010 | 101110 | 0 | 1110 | 11010110 | 1000111 | 110011 |
Color Harmonies of #2877DB
Complementary color
Monochromatic Colors of #2877DB
Black with #2877DB
Text Example
Text Example
White with #2877DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2877DB; }
p { color: rgb(40,119,219); }
H1.HeaderClassName
{
color: #2877DB;
}
.AnyTagClassName
{
color: #2877DB;
}
</style>
background-color css
<style>
a { background-color: #2877DB; }
a { background-color: rgb(40,119,219); }
div.DivClassName
{
background-color: #2877DB;
}
.BgClassName
{
background-color: #2877DB;
}
</style>
border-color css
<style>
span { border-color: #2877DB; }
span { border-color: rgb(40,119,219); }
td.TdClassName
{
border-color: #2877DB;
}
.TagClassName
{
border-color: #2877DB;
}
</style>