Shades of Royal Blue #2863FF
Tints of Royal Blue #2863FF
RGB
CMYK
RGB Variations
Color information
#2863FF (or 0x2863FF) is known color: Royal Blue. HEX triplet: 28, 63 and FF. RGB value is (40,99,255). Sum of RGB (Red+Green+Blue) = 40+99+255=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #2863FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2863FF is #D79C00. Grayscale: #626262. Windows color (decimal): -14130177 or 16737064. OLE color: 16737064.
HSL color Cylindrical-coordinate representation of color #2863FF: hue angle of 223.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2863FF is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 99 | 255 | - |
| CMYK | 0.84 | 0.61 | 0 | 0 |
| HSL | 223.53º | 1% | 0.58% | - |
| HSV(B) | 223.53º | 0.84% | 1% | - |
| XYZ | 23.39 | 16.59 | 96.58 | - |
| YUV | 99.14 | 215.95 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 255 | 0.84 | 0.61 | 0 | 0 | 223.53 | 1 | 0.58 |
| Hex | 28 | 63 | FF | 54 | 3D | 0 | 0 | E0 | 64 | 3A |
| Octal | 50 | 143 | 377 | 124 | 75 | 0 | 0 | 340 | 144 | 72 |
| Binary | 101000 | 1100011 | 11111111 | 1010100 | 111101 | 0 | 0 | 11100000 | 1100100 | 111010 |
Color Harmonies of #2863FF
Complementary color
Monochromatic Colors of #2863FF
Black with #2863FF
Text Example
Text Example
White with #2863FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863FF; }
p { color: rgb(40,99,255); }
H1.HeaderClassName
{
color: #2863FF;
}
.AnyTagClassName
{
color: #2863FF;
}
</style>
background-color css
<style>
a { background-color: #2863FF; }
a { background-color: rgb(40,99,255); }
div.DivClassName
{
background-color: #2863FF;
}
.BgClassName
{
background-color: #2863FF;
}
</style>
border-color css
<style>
span { border-color: #2863FF; }
span { border-color: rgb(40,99,255); }
td.TdClassName
{
border-color: #2863FF;
}
.TagClassName
{
border-color: #2863FF;
}
</style>