Shades of Royal Blue #286EEF
Tints of Royal Blue #286EEF
RGB
CMYK
RGB Variations
Color information
#286EEF (or 0x286EEF) is known color: Royal Blue. HEX triplet: 28, 6E and EF. RGB value is (40,110,239). Sum of RGB (Red+Green+Blue) = 40+110+239=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #286EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EEF is #D79110. Grayscale: #676767. Windows color (decimal): -14127377 or 15691304. OLE color: 15691304.
HSL color Cylindrical-coordinate representation of color #286EEF: hue angle of 218.89º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286EEF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 110 | 239 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.06 |
| HSL | 218.89º | 0.86% | 0.55% | - |
| HSV(B) | 218.89º | 0.83% | 0.94% | - |
| XYZ | 22.03 | 17.83 | 83.94 | - |
| YUV | 103.78 | 204.31 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 239 | 0.83 | 0.54 | 0 | 0.06 | 218.89 | 0.86 | 0.55 |
| Hex | 28 | 6E | EF | 53 | 36 | 0 | 6 | DB | 56 | 37 |
| Octal | 50 | 156 | 357 | 123 | 66 | 0 | 6 | 333 | 126 | 67 |
| Binary | 101000 | 1101110 | 11101111 | 1010011 | 110110 | 0 | 110 | 11011011 | 1010110 | 110111 |
Color Harmonies of #286EEF
Complementary color
Monochromatic Colors of #286EEF
Black with #286EEF
Text Example
Text Example
White with #286EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EEF; }
p { color: rgb(40,110,239); }
H1.HeaderClassName
{
color: #286EEF;
}
.AnyTagClassName
{
color: #286EEF;
}
</style>
background-color css
<style>
a { background-color: #286EEF; }
a { background-color: rgb(40,110,239); }
div.DivClassName
{
background-color: #286EEF;
}
.BgClassName
{
background-color: #286EEF;
}
</style>
border-color css
<style>
span { border-color: #286EEF; }
span { border-color: rgb(40,110,239); }
td.TdClassName
{
border-color: #286EEF;
}
.TagClassName
{
border-color: #286EEF;
}
</style>