Shades of Royal Blue #286EDE
Tints of Royal Blue #286EDE
RGB
CMYK
RGB Variations
Color information
#286EDE (or 0x286EDE) is known color: Royal Blue. HEX triplet: 28, 6E and DE. RGB value is (40,110,222). Sum of RGB (Red+Green+Blue) = 40+110+222=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #286EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EDE is #D79121. Grayscale: #656565. Windows color (decimal): -14127394 or 14577192. OLE color: 14577192.
HSL color Cylindrical-coordinate representation of color #286EDE: hue angle of 216.92º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286EDE is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 110 | 222 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.13 |
| HSL | 216.92º | 0.73% | 0.51% | - |
| HSV(B) | 216.92º | 0.82% | 0.87% | - |
| XYZ | 19.64 | 16.88 | 71.33 | - |
| YUV | 101.84 | 195.81 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 222 | 0.82 | 0.50 | 0 | 0.13 | 216.92 | 0.73 | 0.51 |
| Hex | 28 | 6E | DE | 52 | 32 | 0 | D | D9 | 49 | 33 |
| Octal | 50 | 156 | 336 | 122 | 62 | 0 | 15 | 331 | 111 | 63 |
| Binary | 101000 | 1101110 | 11011110 | 1010010 | 110010 | 0 | 1101 | 11011001 | 1001001 | 110011 |
Color Harmonies of #286EDE
Complementary color
Monochromatic Colors of #286EDE
Black with #286EDE
Text Example
Text Example
White with #286EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EDE; }
p { color: rgb(40,110,222); }
H1.HeaderClassName
{
color: #286EDE;
}
.AnyTagClassName
{
color: #286EDE;
}
</style>
background-color css
<style>
a { background-color: #286EDE; }
a { background-color: rgb(40,110,222); }
div.DivClassName
{
background-color: #286EDE;
}
.BgClassName
{
background-color: #286EDE;
}
</style>
border-color css
<style>
span { border-color: #286EDE; }
span { border-color: rgb(40,110,222); }
td.TdClassName
{
border-color: #286EDE;
}
.TagClassName
{
border-color: #286EDE;
}
</style>