Shades of Royal Blue #286CDB
Tints of Royal Blue #286CDB
RGB
CMYK
RGB Variations
Color information
#286CDB (or 0x286CDB) is known color: Royal Blue. HEX triplet: 28, 6C and DB. RGB value is (40,108,219). Sum of RGB (Red+Green+Blue) = 40+108+219=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #286CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CDB is #D79324. Grayscale: #636363. Windows color (decimal): -14127909 or 14380072. OLE color: 14380072.
HSL color Cylindrical-coordinate representation of color #286CDB: hue angle of 217.21º 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 #286CDB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 108 | 219 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.14 |
| HSL | 217.21º | 0.71% | 0.51% | - |
| HSV(B) | 217.21º | 0.82% | 0.86% | - |
| XYZ | 19.02 | 16.29 | 69.16 | - |
| YUV | 100.32 | 194.97 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 219 | 0.82 | 0.51 | 0 | 0.14 | 217.21 | 0.71 | 0.51 |
| Hex | 28 | 6C | DB | 52 | 33 | 0 | E | D9 | 47 | 33 |
| Octal | 50 | 154 | 333 | 122 | 63 | 0 | 16 | 331 | 107 | 63 |
| Binary | 101000 | 1101100 | 11011011 | 1010010 | 110011 | 0 | 1110 | 11011001 | 1000111 | 110011 |
Color Harmonies of #286CDB
Complementary color
Monochromatic Colors of #286CDB
Black with #286CDB
Text Example
Text Example
White with #286CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CDB; }
p { color: rgb(40,108,219); }
H1.HeaderClassName
{
color: #286CDB;
}
.AnyTagClassName
{
color: #286CDB;
}
</style>
background-color css
<style>
a { background-color: #286CDB; }
a { background-color: rgb(40,108,219); }
div.DivClassName
{
background-color: #286CDB;
}
.BgClassName
{
background-color: #286CDB;
}
</style>
border-color css
<style>
span { border-color: #286CDB; }
span { border-color: rgb(40,108,219); }
td.TdClassName
{
border-color: #286CDB;
}
.TagClassName
{
border-color: #286CDB;
}
</style>