Shades of Royal Blue #2877DA
Tints of Royal Blue #2877DA
RGB
CMYK
RGB Variations
Color information
#2877DA (or 0x2877DA) is known color: Royal Blue. HEX triplet: 28, 77 and DA. RGB value is (40,119,218). Sum of RGB (Red+Green+Blue) = 40+119+218=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #2877DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2877DA is #D78825. Grayscale: #6A6A6A. Windows color (decimal): -14125094 or 14317352. OLE color: 14317352.
HSL color Cylindrical-coordinate representation of color #2877DA: hue angle of 213.37º 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 #2877DA is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 119 | 218 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.15 |
| HSL | 213.37º | 0.71% | 0.51% | - |
| HSV(B) | 213.37º | 0.82% | 0.85% | - |
| XYZ | 20.13 | 18.71 | 68.88 | - |
| YUV | 106.67 | 190.83 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 218 | 0.82 | 0.45 | 0 | 0.15 | 213.37 | 0.71 | 0.51 |
| Hex | 28 | 77 | DA | 52 | 2D | 0 | F | D5 | 47 | 33 |
| Octal | 50 | 167 | 332 | 122 | 55 | 0 | 17 | 325 | 107 | 63 |
| Binary | 101000 | 1110111 | 11011010 | 1010010 | 101101 | 0 | 1111 | 11010101 | 1000111 | 110011 |
Color Harmonies of #2877DA
Complementary color
Monochromatic Colors of #2877DA
Black with #2877DA
Text Example
Text Example
White with #2877DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2877DA; }
p { color: rgb(40,119,218); }
H1.HeaderClassName
{
color: #2877DA;
}
.AnyTagClassName
{
color: #2877DA;
}
</style>
background-color css
<style>
a { background-color: #2877DA; }
a { background-color: rgb(40,119,218); }
div.DivClassName
{
background-color: #2877DA;
}
.BgClassName
{
background-color: #2877DA;
}
</style>
border-color css
<style>
span { border-color: #2877DA; }
span { border-color: rgb(40,119,218); }
td.TdClassName
{
border-color: #2877DA;
}
.TagClassName
{
border-color: #2877DA;
}
</style>