Shades of Royal Blue #2861EA
Tints of Royal Blue #2861EA
RGB
CMYK
RGB Variations
Color information
#2861EA (or 0x2861EA) is known color: Royal Blue. HEX triplet: 28, 61 and EA. RGB value is (40,97,234). Sum of RGB (Red+Green+Blue) = 40+97+234=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #2861EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2861EA is #D79E15. Grayscale: #5E5E5E. Windows color (decimal): -14130710 or 15360296. OLE color: 15360296.
HSL color Cylindrical-coordinate representation of color #2861EA: hue angle of 222.37º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2861EA is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 97 | 234 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.08 |
| HSL | 222.37º | 0.82% | 0.54% | - |
| HSV(B) | 222.37º | 0.83% | 0.92% | - |
| XYZ | 20 | 14.94 | 79.67 | - |
| YUV | 95.58 | 206.12 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 234 | 0.83 | 0.59 | 0 | 0.08 | 222.37 | 0.82 | 0.54 |
| Hex | 28 | 61 | EA | 53 | 3B | 0 | 8 | DE | 52 | 36 |
| Octal | 50 | 141 | 352 | 123 | 73 | 0 | 10 | 336 | 122 | 66 |
| Binary | 101000 | 1100001 | 11101010 | 1010011 | 111011 | 0 | 1000 | 11011110 | 1010010 | 110110 |
Color Harmonies of #2861EA
Complementary color
Monochromatic Colors of #2861EA
Black with #2861EA
Text Example
Text Example
White with #2861EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2861EA; }
p { color: rgb(40,97,234); }
H1.HeaderClassName
{
color: #2861EA;
}
.AnyTagClassName
{
color: #2861EA;
}
</style>
background-color css
<style>
a { background-color: #2861EA; }
a { background-color: rgb(40,97,234); }
div.DivClassName
{
background-color: #2861EA;
}
.BgClassName
{
background-color: #2861EA;
}
</style>
border-color css
<style>
span { border-color: #2861EA; }
span { border-color: rgb(40,97,234); }
td.TdClassName
{
border-color: #2861EA;
}
.TagClassName
{
border-color: #2861EA;
}
</style>