Shades of Royal Blue #286EEB
Tints of Royal Blue #286EEB
RGB
CMYK
RGB Variations
Color information
#286EEB (or 0x286EEB) is known color: Royal Blue. HEX triplet: 28, 6E and EB. RGB value is (40,110,235). Sum of RGB (Red+Green+Blue) = 40+110+235=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #286EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EEB is #D79114. Grayscale: #666666. Windows color (decimal): -14127381 or 15429160. OLE color: 15429160.
HSL color Cylindrical-coordinate representation of color #286EEB: hue angle of 218.46º 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 #286EEB is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 110 | 235 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.08 |
| HSL | 218.46º | 0.83% | 0.54% | - |
| HSV(B) | 218.46º | 0.83% | 0.92% | - |
| XYZ | 21.45 | 17.6 | 80.86 | - |
| YUV | 103.32 | 202.31 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 235 | 0.83 | 0.53 | 0 | 0.08 | 218.46 | 0.83 | 0.54 |
| Hex | 28 | 6E | EB | 53 | 35 | 0 | 8 | DA | 53 | 36 |
| Octal | 50 | 156 | 353 | 123 | 65 | 0 | 10 | 332 | 123 | 66 |
| Binary | 101000 | 1101110 | 11101011 | 1010011 | 110101 | 0 | 1000 | 11011010 | 1010011 | 110110 |
Color Harmonies of #286EEB
Complementary color
Monochromatic Colors of #286EEB
Black with #286EEB
Text Example
Text Example
White with #286EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EEB; }
p { color: rgb(40,110,235); }
H1.HeaderClassName
{
color: #286EEB;
}
.AnyTagClassName
{
color: #286EEB;
}
</style>
background-color css
<style>
a { background-color: #286EEB; }
a { background-color: rgb(40,110,235); }
div.DivClassName
{
background-color: #286EEB;
}
.BgClassName
{
background-color: #286EEB;
}
</style>
border-color css
<style>
span { border-color: #286EEB; }
span { border-color: rgb(40,110,235); }
td.TdClassName
{
border-color: #286EEB;
}
.TagClassName
{
border-color: #286EEB;
}
</style>