Shades of Royal Blue #2863FB
Tints of Royal Blue #2863FB
RGB
CMYK
RGB Variations
Color information
#2863FB (or 0x2863FB) is known color: Royal Blue. HEX triplet: 28, 63 and FB. RGB value is (40,99,251). Sum of RGB (Red+Green+Blue) = 40+99+251=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #2863FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2863FB is #D79C04. Grayscale: #626262. Windows color (decimal): -14130181 or 16474920. OLE color: 16474920.
HSL color Cylindrical-coordinate representation of color #2863FB: hue angle of 223.22º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2863FB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 99 | 251 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.02 |
| HSL | 223.22º | 0.96% | 0.57% | - |
| HSV(B) | 223.22º | 0.84% | 0.98% | - |
| XYZ | 22.75 | 16.34 | 93.22 | - |
| YUV | 98.69 | 213.95 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 251 | 0.84 | 0.61 | 0 | 0.02 | 223.22 | 0.96 | 0.57 |
| Hex | 28 | 63 | FB | 54 | 3D | 0 | 2 | DF | 60 | 39 |
| Octal | 50 | 143 | 373 | 124 | 75 | 0 | 2 | 337 | 140 | 71 |
| Binary | 101000 | 1100011 | 11111011 | 1010100 | 111101 | 0 | 10 | 11011111 | 1100000 | 111001 |
Color Harmonies of #2863FB
Complementary color
Monochromatic Colors of #2863FB
Black with #2863FB
Text Example
Text Example
White with #2863FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863FB; }
p { color: rgb(40,99,251); }
H1.HeaderClassName
{
color: #2863FB;
}
.AnyTagClassName
{
color: #2863FB;
}
</style>
background-color css
<style>
a { background-color: #2863FB; }
a { background-color: rgb(40,99,251); }
div.DivClassName
{
background-color: #2863FB;
}
.BgClassName
{
background-color: #2863FB;
}
</style>
border-color css
<style>
span { border-color: #2863FB; }
span { border-color: rgb(40,99,251); }
td.TdClassName
{
border-color: #2863FB;
}
.TagClassName
{
border-color: #2863FB;
}
</style>