Shades of Royal Blue #2863EA
Tints of Royal Blue #2863EA
RGB
CMYK
RGB Variations
Color information
#2863EA (or 0x2863EA) is known color: Royal Blue. HEX triplet: 28, 63 and EA. RGB value is (40,99,234). Sum of RGB (Red+Green+Blue) = 40+99+234=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #2863EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2863EA is #D79C15. Grayscale: #606060. Windows color (decimal): -14130198 or 15360808. OLE color: 15360808.
HSL color Cylindrical-coordinate representation of color #2863EA: hue angle of 221.75º 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 #2863EA is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 99 | 234 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.08 |
| HSL | 221.75º | 0.82% | 0.54% | - |
| HSV(B) | 221.75º | 0.83% | 0.92% | - |
| XYZ | 20.19 | 15.32 | 79.73 | - |
| YUV | 96.75 | 205.45 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 234 | 0.83 | 0.58 | 0 | 0.08 | 221.75 | 0.82 | 0.54 |
| Hex | 28 | 63 | EA | 53 | 3A | 0 | 8 | DE | 52 | 36 |
| Octal | 50 | 143 | 352 | 123 | 72 | 0 | 10 | 336 | 122 | 66 |
| Binary | 101000 | 1100011 | 11101010 | 1010011 | 111010 | 0 | 1000 | 11011110 | 1010010 | 110110 |
Color Harmonies of #2863EA
Complementary color
Monochromatic Colors of #2863EA
Black with #2863EA
Text Example
Text Example
White with #2863EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863EA; }
p { color: rgb(40,99,234); }
H1.HeaderClassName
{
color: #2863EA;
}
.AnyTagClassName
{
color: #2863EA;
}
</style>
background-color css
<style>
a { background-color: #2863EA; }
a { background-color: rgb(40,99,234); }
div.DivClassName
{
background-color: #2863EA;
}
.BgClassName
{
background-color: #2863EA;
}
</style>
border-color css
<style>
span { border-color: #2863EA; }
span { border-color: rgb(40,99,234); }
td.TdClassName
{
border-color: #2863EA;
}
.TagClassName
{
border-color: #2863EA;
}
</style>