Shades of Royal Blue #286BDB
Tints of Royal Blue #286BDB
RGB
CMYK
RGB Variations
Color information
#286BDB (or 0x286BDB) is known color: Royal Blue. HEX triplet: 28, 6B and DB. RGB value is (40,107,219). Sum of RGB (Red+Green+Blue) = 40+107+219=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #286BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BDB is #D79424. Grayscale: #636363. Windows color (decimal): -14128165 or 14379816. OLE color: 14379816.
HSL color Cylindrical-coordinate representation of color #286BDB: hue angle of 217.54º 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 #286BDB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 107 | 219 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.14 |
| HSL | 217.54º | 0.71% | 0.51% | - |
| HSV(B) | 217.54º | 0.82% | 0.86% | - |
| XYZ | 18.92 | 16.08 | 69.12 | - |
| YUV | 99.74 | 195.3 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 219 | 0.82 | 0.51 | 0 | 0.14 | 217.54 | 0.71 | 0.51 |
| Hex | 28 | 6B | DB | 52 | 33 | 0 | E | DA | 47 | 33 |
| Octal | 50 | 153 | 333 | 122 | 63 | 0 | 16 | 332 | 107 | 63 |
| Binary | 101000 | 1101011 | 11011011 | 1010010 | 110011 | 0 | 1110 | 11011010 | 1000111 | 110011 |
Color Harmonies of #286BDB
Complementary color
Monochromatic Colors of #286BDB
Black with #286BDB
Text Example
Text Example
White with #286BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BDB; }
p { color: rgb(40,107,219); }
H1.HeaderClassName
{
color: #286BDB;
}
.AnyTagClassName
{
color: #286BDB;
}
</style>
background-color css
<style>
a { background-color: #286BDB; }
a { background-color: rgb(40,107,219); }
div.DivClassName
{
background-color: #286BDB;
}
.BgClassName
{
background-color: #286BDB;
}
</style>
border-color css
<style>
span { border-color: #286BDB; }
span { border-color: rgb(40,107,219); }
td.TdClassName
{
border-color: #286BDB;
}
.TagClassName
{
border-color: #286BDB;
}
</style>