Shades of Royal Blue #2871ED
Tints of Royal Blue #2871ED
RGB
CMYK
RGB Variations
Color information
#2871ED (or 0x2871ED) is known color: Royal Blue. HEX triplet: 28, 71 and ED. RGB value is (40,113,237). Sum of RGB (Red+Green+Blue) = 40+113+237=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #2871ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2871ED is #D78E12. Grayscale: #686868. Windows color (decimal): -14126611 or 15561000. OLE color: 15561000.
HSL color Cylindrical-coordinate representation of color #2871ED: hue angle of 217.77º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2871ED is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 113 | 237 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.07 |
| HSL | 217.77º | 0.85% | 0.54% | - |
| HSV(B) | 217.77º | 0.83% | 0.93% | - |
| XYZ | 22.07 | 18.38 | 82.5 | - |
| YUV | 105.31 | 202.32 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 237 | 0.83 | 0.52 | 0 | 0.07 | 217.77 | 0.85 | 0.54 |
| Hex | 28 | 71 | ED | 53 | 34 | 0 | 7 | DA | 55 | 36 |
| Octal | 50 | 161 | 355 | 123 | 64 | 0 | 7 | 332 | 125 | 66 |
| Binary | 101000 | 1110001 | 11101101 | 1010011 | 110100 | 0 | 111 | 11011010 | 1010101 | 110110 |
Color Harmonies of #2871ED
Complementary color
Monochromatic Colors of #2871ED
Black with #2871ED
Text Example
Text Example
White with #2871ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2871ED; }
p { color: rgb(40,113,237); }
H1.HeaderClassName
{
color: #2871ED;
}
.AnyTagClassName
{
color: #2871ED;
}
</style>
background-color css
<style>
a { background-color: #2871ED; }
a { background-color: rgb(40,113,237); }
div.DivClassName
{
background-color: #2871ED;
}
.BgClassName
{
background-color: #2871ED;
}
</style>
border-color css
<style>
span { border-color: #2871ED; }
span { border-color: rgb(40,113,237); }
td.TdClassName
{
border-color: #2871ED;
}
.TagClassName
{
border-color: #2871ED;
}
</style>