Shades of Royal Blue #2873ED
Tints of Royal Blue #2873ED
RGB
CMYK
RGB Variations
Color information
#2873ED (or 0x2873ED) is known color: Royal Blue. HEX triplet: 28, 73 and ED. RGB value is (40,115,237). Sum of RGB (Red+Green+Blue) = 40+115+237=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #2873ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2873ED is #D78C12. Grayscale: #696969. Windows color (decimal): -14126099 or 15561512. OLE color: 15561512.
HSL color Cylindrical-coordinate representation of color #2873ED: hue angle of 217.16º 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 #2873ED is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 115 | 237 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.07 |
| HSL | 217.16º | 0.85% | 0.54% | - |
| HSV(B) | 217.16º | 0.83% | 0.93% | - |
| XYZ | 22.29 | 18.83 | 82.58 | - |
| YUV | 106.48 | 201.65 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 237 | 0.83 | 0.51 | 0 | 0.07 | 217.16 | 0.85 | 0.54 |
| Hex | 28 | 73 | ED | 53 | 33 | 0 | 7 | D9 | 55 | 36 |
| Octal | 50 | 163 | 355 | 123 | 63 | 0 | 7 | 331 | 125 | 66 |
| Binary | 101000 | 1110011 | 11101101 | 1010011 | 110011 | 0 | 111 | 11011001 | 1010101 | 110110 |
Color Harmonies of #2873ED
Complementary color
Monochromatic Colors of #2873ED
Black with #2873ED
Text Example
Text Example
White with #2873ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2873ED; }
p { color: rgb(40,115,237); }
H1.HeaderClassName
{
color: #2873ED;
}
.AnyTagClassName
{
color: #2873ED;
}
</style>
background-color css
<style>
a { background-color: #2873ED; }
a { background-color: rgb(40,115,237); }
div.DivClassName
{
background-color: #2873ED;
}
.BgClassName
{
background-color: #2873ED;
}
</style>
border-color css
<style>
span { border-color: #2873ED; }
span { border-color: rgb(40,115,237); }
td.TdClassName
{
border-color: #2873ED;
}
.TagClassName
{
border-color: #2873ED;
}
</style>