Shades of Royal Blue #2863DB
Tints of Royal Blue #2863DB
RGB
CMYK
RGB Variations
Color information
#2863DB (or 0x2863DB) is known color: Royal Blue. HEX triplet: 28, 63 and DB. RGB value is (40,99,219). Sum of RGB (Red+Green+Blue) = 40+99+219=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #2863DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863DB is #D79C24. Grayscale: #5E5E5E. Windows color (decimal): -14130213 or 14377768. OLE color: 14377768.
HSL color Cylindrical-coordinate representation of color #2863DB: hue angle of 220.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2863DB is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 99 | 219 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.14 |
| HSL | 220.22º | 0.71% | 0.51% | - |
| HSV(B) | 220.22º | 0.82% | 0.86% | - |
| XYZ | 18.12 | 14.49 | 68.86 | - |
| YUV | 95.04 | 197.95 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 219 | 0.82 | 0.55 | 0 | 0.14 | 220.22 | 0.71 | 0.51 |
| Hex | 28 | 63 | DB | 52 | 37 | 0 | E | DC | 47 | 33 |
| Octal | 50 | 143 | 333 | 122 | 67 | 0 | 16 | 334 | 107 | 63 |
| Binary | 101000 | 1100011 | 11011011 | 1010010 | 110111 | 0 | 1110 | 11011100 | 1000111 | 110011 |
Color Harmonies of #2863DB
Complementary color
Monochromatic Colors of #2863DB
Black with #2863DB
Text Example
Text Example
White with #2863DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863DB; }
p { color: rgb(40,99,219); }
H1.HeaderClassName
{
color: #2863DB;
}
.AnyTagClassName
{
color: #2863DB;
}
</style>
background-color css
<style>
a { background-color: #2863DB; }
a { background-color: rgb(40,99,219); }
div.DivClassName
{
background-color: #2863DB;
}
.BgClassName
{
background-color: #2863DB;
}
</style>
border-color css
<style>
span { border-color: #2863DB; }
span { border-color: rgb(40,99,219); }
td.TdClassName
{
border-color: #2863DB;
}
.TagClassName
{
border-color: #2863DB;
}
</style>