Shades of Royal Blue #286BE8
Tints of Royal Blue #286BE8
RGB
CMYK
RGB Variations
Color information
#286BE8 (or 0x286BE8) is known color: Royal Blue. HEX triplet: 28, 6B and E8. RGB value is (40,107,232). Sum of RGB (Red+Green+Blue) = 40+107+232=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #286BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BE8 is #D79417. Grayscale: #646464. Windows color (decimal): -14128152 or 15231784. OLE color: 15231784.
HSL color Cylindrical-coordinate representation of color #286BE8: hue angle of 219.06º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286BE8 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 107 | 232 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.09 |
| HSL | 219.06º | 0.81% | 0.53% | - |
| HSV(B) | 219.06º | 0.83% | 0.91% | - |
| XYZ | 20.7 | 16.79 | 78.49 | - |
| YUV | 101.22 | 201.8 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 232 | 0.83 | 0.54 | 0 | 0.09 | 219.06 | 0.81 | 0.53 |
| Hex | 28 | 6B | E8 | 53 | 36 | 0 | 9 | DB | 51 | 35 |
| Octal | 50 | 153 | 350 | 123 | 66 | 0 | 11 | 333 | 121 | 65 |
| Binary | 101000 | 1101011 | 11101000 | 1010011 | 110110 | 0 | 1001 | 11011011 | 1010001 | 110101 |
Color Harmonies of #286BE8
Complementary color
Monochromatic Colors of #286BE8
Black with #286BE8
Text Example
Text Example
White with #286BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BE8; }
p { color: rgb(40,107,232); }
H1.HeaderClassName
{
color: #286BE8;
}
.AnyTagClassName
{
color: #286BE8;
}
</style>
background-color css
<style>
a { background-color: #286BE8; }
a { background-color: rgb(40,107,232); }
div.DivClassName
{
background-color: #286BE8;
}
.BgClassName
{
background-color: #286BE8;
}
</style>
border-color css
<style>
span { border-color: #286BE8; }
span { border-color: rgb(40,107,232); }
td.TdClassName
{
border-color: #286BE8;
}
.TagClassName
{
border-color: #286BE8;
}
</style>