Shades of Royal Blue #286DEB
Tints of Royal Blue #286DEB
RGB
CMYK
RGB Variations
Color information
#286DEB (or 0x286DEB) is known color: Royal Blue. HEX triplet: 28, 6D and EB. RGB value is (40,109,235). Sum of RGB (Red+Green+Blue) = 40+109+235=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #286DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286DEB is #D79214. Grayscale: #666666. Windows color (decimal): -14127637 or 15428904. OLE color: 15428904.
HSL color Cylindrical-coordinate representation of color #286DEB: hue angle of 218.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286DEB is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 109 | 235 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.08 |
| HSL | 218.77º | 0.83% | 0.54% | - |
| HSV(B) | 218.77º | 0.83% | 0.92% | - |
| XYZ | 21.34 | 17.39 | 80.83 | - |
| YUV | 102.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 235 | 0.83 | 0.54 | 0 | 0.08 | 218.77 | 0.83 | 0.54 |
| Hex | 28 | 6D | EB | 53 | 36 | 0 | 8 | DB | 53 | 36 |
| Octal | 50 | 155 | 353 | 123 | 66 | 0 | 10 | 333 | 123 | 66 |
| Binary | 101000 | 1101101 | 11101011 | 1010011 | 110110 | 0 | 1000 | 11011011 | 1010011 | 110110 |
Color Harmonies of #286DEB
Complementary color
Monochromatic Colors of #286DEB
Black with #286DEB
Text Example
Text Example
White with #286DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DEB; }
p { color: rgb(40,109,235); }
H1.HeaderClassName
{
color: #286DEB;
}
.AnyTagClassName
{
color: #286DEB;
}
</style>
background-color css
<style>
a { background-color: #286DEB; }
a { background-color: rgb(40,109,235); }
div.DivClassName
{
background-color: #286DEB;
}
.BgClassName
{
background-color: #286DEB;
}
</style>
border-color css
<style>
span { border-color: #286DEB; }
span { border-color: rgb(40,109,235); }
td.TdClassName
{
border-color: #286DEB;
}
.TagClassName
{
border-color: #286DEB;
}
</style>