Shades of Royal Blue #2877D5
Tints of Royal Blue #2877D5
RGB
CMYK
RGB Variations
Color information
#2877D5 (or 0x2877D5) is known color: Royal Blue. HEX triplet: 28, 77 and D5. RGB value is (40,119,213). Sum of RGB (Red+Green+Blue) = 40+119+213=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 213 (83.59% from 255 or 57.26% from 372); Max value from RGB is 213 - color contains mainly: blue. Hex color #2877D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2877D5 is #D7882A. Grayscale: #696969. Windows color (decimal): -14125099 or 13989672. OLE color: 13989672.
HSL color Cylindrical-coordinate representation of color #2877D5: hue angle of 212.6º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2877D5 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 119 | 213 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.16 |
| HSL | 212.6º | 0.68% | 0.5% | - |
| HSV(B) | 212.6º | 0.81% | 0.84% | - |
| XYZ | 19.48 | 18.45 | 65.48 | - |
| YUV | 106.1 | 188.33 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 213 | 0.81 | 0.44 | 0 | 0.16 | 212.6 | 0.68 | 0.5 |
| Hex | 28 | 77 | D5 | 51 | 2C | 0 | 10 | D5 | 44 | 32 |
| Octal | 50 | 167 | 325 | 121 | 54 | 0 | 20 | 325 | 104 | 62 |
| Binary | 101000 | 1110111 | 11010101 | 1010001 | 101100 | 0 | 10000 | 11010101 | 1000100 | 110010 |
Color Harmonies of #2877D5
Complementary color
Monochromatic Colors of #2877D5
Black with #2877D5
Text Example
Text Example
White with #2877D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2877D5; }
p { color: rgb(40,119,213); }
H1.HeaderClassName
{
color: #2877D5;
}
.AnyTagClassName
{
color: #2877D5;
}
</style>
background-color css
<style>
a { background-color: #2877D5; }
a { background-color: rgb(40,119,213); }
div.DivClassName
{
background-color: #2877D5;
}
.BgClassName
{
background-color: #2877D5;
}
</style>
border-color css
<style>
span { border-color: #2877D5; }
span { border-color: rgb(40,119,213); }
td.TdClassName
{
border-color: #2877D5;
}
.TagClassName
{
border-color: #2877D5;
}
</style>