Shades of Royal Blue #2866DB
Tints of Royal Blue #2866DB
RGB
CMYK
RGB Variations
Color information
#2866DB (or 0x2866DB) is known color: Royal Blue. HEX triplet: 28, 66 and DB. RGB value is (40,102,219). Sum of RGB (Red+Green+Blue) = 40+102+219=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #2866DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2866DB is #D79924. Grayscale: #606060. Windows color (decimal): -14129445 or 14378536. OLE color: 14378536.
HSL color Cylindrical-coordinate representation of color #2866DB: hue angle of 219.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 #2866DB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 102 | 219 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.14 |
| HSL | 219.22º | 0.71% | 0.51% | - |
| HSV(B) | 219.22º | 0.82% | 0.86% | - |
| XYZ | 18.41 | 15.07 | 68.96 | - |
| YUV | 96.8 | 196.96 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 219 | 0.82 | 0.53 | 0 | 0.14 | 219.22 | 0.71 | 0.51 |
| Hex | 28 | 66 | DB | 52 | 35 | 0 | E | DB | 47 | 33 |
| Octal | 50 | 146 | 333 | 122 | 65 | 0 | 16 | 333 | 107 | 63 |
| Binary | 101000 | 1100110 | 11011011 | 1010010 | 110101 | 0 | 1110 | 11011011 | 1000111 | 110011 |
Color Harmonies of #2866DB
Complementary color
Monochromatic Colors of #2866DB
Black with #2866DB
Text Example
Text Example
White with #2866DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2866DB; }
p { color: rgb(40,102,219); }
H1.HeaderClassName
{
color: #2866DB;
}
.AnyTagClassName
{
color: #2866DB;
}
</style>
background-color css
<style>
a { background-color: #2866DB; }
a { background-color: rgb(40,102,219); }
div.DivClassName
{
background-color: #2866DB;
}
.BgClassName
{
background-color: #2866DB;
}
</style>
border-color css
<style>
span { border-color: #2866DB; }
span { border-color: rgb(40,102,219); }
td.TdClassName
{
border-color: #2866DB;
}
.TagClassName
{
border-color: #2866DB;
}
</style>