Shades of Royal Blue #2861DB
Tints of Royal Blue #2861DB
RGB
CMYK
RGB Variations
Color information
#2861DB (or 0x2861DB) is known color: Royal Blue. HEX triplet: 28, 61 and DB. RGB value is (40,97,219). Sum of RGB (Red+Green+Blue) = 40+97+219=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #2861DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2861DB is #D79E24. Grayscale: #5D5D5D. Windows color (decimal): -14130725 or 14377256. OLE color: 14377256.
HSL color Cylindrical-coordinate representation of color #2861DB: hue angle of 220.89º 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 #2861DB is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 97 | 219 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.14 |
| HSL | 220.89º | 0.71% | 0.51% | - |
| HSV(B) | 220.89º | 0.82% | 0.86% | - |
| XYZ | 17.94 | 14.11 | 68.8 | - |
| YUV | 93.87 | 198.62 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 219 | 0.82 | 0.56 | 0 | 0.14 | 220.89 | 0.71 | 0.51 |
| Hex | 28 | 61 | DB | 52 | 38 | 0 | E | DD | 47 | 33 |
| Octal | 50 | 141 | 333 | 122 | 70 | 0 | 16 | 335 | 107 | 63 |
| Binary | 101000 | 1100001 | 11011011 | 1010010 | 111000 | 0 | 1110 | 11011101 | 1000111 | 110011 |
Color Harmonies of #2861DB
Complementary color
Monochromatic Colors of #2861DB
Black with #2861DB
Text Example
Text Example
White with #2861DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2861DB; }
p { color: rgb(40,97,219); }
H1.HeaderClassName
{
color: #2861DB;
}
.AnyTagClassName
{
color: #2861DB;
}
</style>
background-color css
<style>
a { background-color: #2861DB; }
a { background-color: rgb(40,97,219); }
div.DivClassName
{
background-color: #2861DB;
}
.BgClassName
{
background-color: #2861DB;
}
</style>
border-color css
<style>
span { border-color: #2861DB; }
span { border-color: rgb(40,97,219); }
td.TdClassName
{
border-color: #2861DB;
}
.TagClassName
{
border-color: #2861DB;
}
</style>