Shades of Royal Blue #2863EC
Tints of Royal Blue #2863EC
RGB
CMYK
RGB Variations
Color information
#2863EC (or 0x2863EC) is known color: Royal Blue. HEX triplet: 28, 63 and EC. RGB value is (40,99,236). Sum of RGB (Red+Green+Blue) = 40+99+236=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #2863EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2863EC is #D79C13. Grayscale: #606060. Windows color (decimal): -14130196 or 15491880. OLE color: 15491880.
HSL color Cylindrical-coordinate representation of color #2863EC: hue angle of 221.94º degrees, saturation: 0.84, 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 #2863EC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 99 | 236 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.07 |
| HSL | 221.94º | 0.84% | 0.54% | - |
| HSV(B) | 221.94º | 0.83% | 0.93% | - |
| XYZ | 20.48 | 15.43 | 81.26 | - |
| YUV | 96.98 | 206.45 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 236 | 0.83 | 0.58 | 0 | 0.07 | 221.94 | 0.84 | 0.54 |
| Hex | 28 | 63 | EC | 53 | 3A | 0 | 7 | DE | 54 | 36 |
| Octal | 50 | 143 | 354 | 123 | 72 | 0 | 7 | 336 | 124 | 66 |
| Binary | 101000 | 1100011 | 11101100 | 1010011 | 111010 | 0 | 111 | 11011110 | 1010100 | 110110 |
Color Harmonies of #2863EC
Complementary color
Monochromatic Colors of #2863EC
Black with #2863EC
Text Example
Text Example
White with #2863EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863EC; }
p { color: rgb(40,99,236); }
H1.HeaderClassName
{
color: #2863EC;
}
.AnyTagClassName
{
color: #2863EC;
}
</style>
background-color css
<style>
a { background-color: #2863EC; }
a { background-color: rgb(40,99,236); }
div.DivClassName
{
background-color: #2863EC;
}
.BgClassName
{
background-color: #2863EC;
}
</style>
border-color css
<style>
span { border-color: #2863EC; }
span { border-color: rgb(40,99,236); }
td.TdClassName
{
border-color: #2863EC;
}
.TagClassName
{
border-color: #2863EC;
}
</style>