Shades of Royal Blue #2863E8
Tints of Royal Blue #2863E8
RGB
CMYK
RGB Variations
Color information
#2863E8 (or 0x2863E8) is known color: Royal Blue. HEX triplet: 28, 63 and E8. RGB value is (40,99,232). Sum of RGB (Red+Green+Blue) = 40+99+232=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #2863E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2863E8 is #D79C17. Grayscale: #5F5F5F. Windows color (decimal): -14130200 or 15229736. OLE color: 15229736.
HSL color Cylindrical-coordinate representation of color #2863E8: hue angle of 221.56º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2863E8 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 99 | 232 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.09 |
| HSL | 221.56º | 0.81% | 0.53% | - |
| HSV(B) | 221.56º | 0.83% | 0.91% | - |
| XYZ | 19.9 | 15.2 | 78.23 | - |
| YUV | 96.52 | 204.45 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 232 | 0.83 | 0.57 | 0 | 0.09 | 221.56 | 0.81 | 0.53 |
| Hex | 28 | 63 | E8 | 53 | 39 | 0 | 9 | DE | 51 | 35 |
| Octal | 50 | 143 | 350 | 123 | 71 | 0 | 11 | 336 | 121 | 65 |
| Binary | 101000 | 1100011 | 11101000 | 1010011 | 111001 | 0 | 1001 | 11011110 | 1010001 | 110101 |
Color Harmonies of #2863E8
Complementary color
Monochromatic Colors of #2863E8
Black with #2863E8
Text Example
Text Example
White with #2863E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863E8; }
p { color: rgb(40,99,232); }
H1.HeaderClassName
{
color: #2863E8;
}
.AnyTagClassName
{
color: #2863E8;
}
</style>
background-color css
<style>
a { background-color: #2863E8; }
a { background-color: rgb(40,99,232); }
div.DivClassName
{
background-color: #2863E8;
}
.BgClassName
{
background-color: #2863E8;
}
</style>
border-color css
<style>
span { border-color: #2863E8; }
span { border-color: rgb(40,99,232); }
td.TdClassName
{
border-color: #2863E8;
}
.TagClassName
{
border-color: #2863E8;
}
</style>