Shades of Royal Blue #286EE2
Tints of Royal Blue #286EE2
RGB
CMYK
RGB Variations
Color information
#286EE2 (or 0x286EE2) is known color: Royal Blue. HEX triplet: 28, 6E and E2. RGB value is (40,110,226). Sum of RGB (Red+Green+Blue) = 40+110+226=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 226 (88.67% from 255 or 60.11% from 376); Max value from RGB is 226 - color contains mainly: blue. Hex color #286EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EE2 is #D7911D. Grayscale: #656565. Windows color (decimal): -14127390 or 14839336. OLE color: 14839336.
HSL color Cylindrical-coordinate representation of color #286EE2: hue angle of 217.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286EE2 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 110 | 226 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.11 |
| HSL | 217.42º | 0.76% | 0.52% | - |
| HSV(B) | 217.42º | 0.82% | 0.89% | - |
| XYZ | 20.18 | 17.09 | 74.19 | - |
| YUV | 102.29 | 197.81 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 226 | 0.82 | 0.51 | 0 | 0.11 | 217.42 | 0.76 | 0.52 |
| Hex | 28 | 6E | E2 | 52 | 33 | 0 | B | D9 | 4C | 34 |
| Octal | 50 | 156 | 342 | 122 | 63 | 0 | 13 | 331 | 114 | 64 |
| Binary | 101000 | 1101110 | 11100010 | 1010010 | 110011 | 0 | 1011 | 11011001 | 1001100 | 110100 |
Color Harmonies of #286EE2
Complementary color
Monochromatic Colors of #286EE2
Black with #286EE2
Text Example
Text Example
White with #286EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EE2; }
p { color: rgb(40,110,226); }
H1.HeaderClassName
{
color: #286EE2;
}
.AnyTagClassName
{
color: #286EE2;
}
</style>
background-color css
<style>
a { background-color: #286EE2; }
a { background-color: rgb(40,110,226); }
div.DivClassName
{
background-color: #286EE2;
}
.BgClassName
{
background-color: #286EE2;
}
</style>
border-color css
<style>
span { border-color: #286EE2; }
span { border-color: rgb(40,110,226); }
td.TdClassName
{
border-color: #286EE2;
}
.TagClassName
{
border-color: #286EE2;
}
</style>