Shades of Royal Blue #286FEF
Tints of Royal Blue #286FEF
RGB
CMYK
RGB Variations
Color information
#286FEF (or 0x286FEF) is known color: Royal Blue. HEX triplet: 28, 6F and EF. RGB value is (40,111,239). Sum of RGB (Red+Green+Blue) = 40+111+239=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #286FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FEF is #D79010. Grayscale: #676767. Windows color (decimal): -14127121 or 15691560. OLE color: 15691560.
HSL color Cylindrical-coordinate representation of color #286FEF: hue angle of 218.59º 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 #286FEF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 111 | 239 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.06 |
| HSL | 218.59º | 0.86% | 0.55% | - |
| HSV(B) | 218.59º | 0.83% | 0.94% | - |
| XYZ | 22.14 | 18.05 | 83.98 | - |
| YUV | 104.36 | 203.98 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 239 | 0.83 | 0.54 | 0 | 0.06 | 218.59 | 0.86 | 0.55 |
| Hex | 28 | 6F | EF | 53 | 36 | 0 | 6 | DB | 56 | 37 |
| Octal | 50 | 157 | 357 | 123 | 66 | 0 | 6 | 333 | 126 | 67 |
| Binary | 101000 | 1101111 | 11101111 | 1010011 | 110110 | 0 | 110 | 11011011 | 1010110 | 110111 |
Color Harmonies of #286FEF
Complementary color
Monochromatic Colors of #286FEF
Black with #286FEF
Text Example
Text Example
White with #286FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FEF; }
p { color: rgb(40,111,239); }
H1.HeaderClassName
{
color: #286FEF;
}
.AnyTagClassName
{
color: #286FEF;
}
</style>
background-color css
<style>
a { background-color: #286FEF; }
a { background-color: rgb(40,111,239); }
div.DivClassName
{
background-color: #286FEF;
}
.BgClassName
{
background-color: #286FEF;
}
</style>
border-color css
<style>
span { border-color: #286FEF; }
span { border-color: rgb(40,111,239); }
td.TdClassName
{
border-color: #286FEF;
}
.TagClassName
{
border-color: #286FEF;
}
</style>