Shades of Royal Blue #286BE6
Tints of Royal Blue #286BE6
RGB
CMYK
RGB Variations
Color information
#286BE6 (or 0x286BE6) is known color: Royal Blue. HEX triplet: 28, 6B and E6. RGB value is (40,107,230). Sum of RGB (Red+Green+Blue) = 40+107+230=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 230 (90.23% from 255 or 61.01% from 377); Max value from RGB is 230 - color contains mainly: blue. Hex color #286BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BE6 is #D79419. Grayscale: #646464. Windows color (decimal): -14128154 or 15100712. OLE color: 15100712.
HSL color Cylindrical-coordinate representation of color #286BE6: hue angle of 218.84º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286BE6 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 107 | 230 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.10 |
| HSL | 218.84º | 0.79% | 0.53% | - |
| HSV(B) | 218.84º | 0.83% | 0.9% | - |
| XYZ | 20.42 | 16.68 | 77.01 | - |
| YUV | 100.99 | 200.8 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 230 | 0.83 | 0.53 | 0 | 0.10 | 218.84 | 0.79 | 0.53 |
| Hex | 28 | 6B | E6 | 53 | 35 | 0 | A | DB | 4F | 35 |
| Octal | 50 | 153 | 346 | 123 | 65 | 0 | 12 | 333 | 117 | 65 |
| Binary | 101000 | 1101011 | 11100110 | 1010011 | 110101 | 0 | 1010 | 11011011 | 1001111 | 110101 |
Color Harmonies of #286BE6
Complementary color
Monochromatic Colors of #286BE6
Black with #286BE6
Text Example
Text Example
White with #286BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BE6; }
p { color: rgb(40,107,230); }
H1.HeaderClassName
{
color: #286BE6;
}
.AnyTagClassName
{
color: #286BE6;
}
</style>
background-color css
<style>
a { background-color: #286BE6; }
a { background-color: rgb(40,107,230); }
div.DivClassName
{
background-color: #286BE6;
}
.BgClassName
{
background-color: #286BE6;
}
</style>
border-color css
<style>
span { border-color: #286BE6; }
span { border-color: rgb(40,107,230); }
td.TdClassName
{
border-color: #286BE6;
}
.TagClassName
{
border-color: #286BE6;
}
</style>