Shades of Royal Blue #286FE8
Tints of Royal Blue #286FE8
RGB
CMYK
RGB Variations
Color information
#286FE8 (or 0x286FE8) is known color: Royal Blue. HEX triplet: 28, 6F and E8. RGB value is (40,111,232). Sum of RGB (Red+Green+Blue) = 40+111+232=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 232 (91.02% from 255 or 60.57% from 383); Max value from RGB is 232 - color contains mainly: blue. Hex color #286FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FE8 is #D79017. Grayscale: #676767. Windows color (decimal): -14127128 or 15232808. OLE color: 15232808.
HSL color Cylindrical-coordinate representation of color #286FE8: hue angle of 217.81º 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 #286FE8 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 111 | 232 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.09 |
| HSL | 217.81º | 0.81% | 0.53% | - |
| HSV(B) | 217.81º | 0.83% | 0.91% | - |
| XYZ | 21.13 | 17.65 | 78.64 | - |
| YUV | 103.57 | 200.48 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 232 | 0.83 | 0.52 | 0 | 0.09 | 217.81 | 0.81 | 0.53 |
| Hex | 28 | 6F | E8 | 53 | 34 | 0 | 9 | DA | 51 | 35 |
| Octal | 50 | 157 | 350 | 123 | 64 | 0 | 11 | 332 | 121 | 65 |
| Binary | 101000 | 1101111 | 11101000 | 1010011 | 110100 | 0 | 1001 | 11011010 | 1010001 | 110101 |
Color Harmonies of #286FE8
Complementary color
Monochromatic Colors of #286FE8
Black with #286FE8
Text Example
Text Example
White with #286FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FE8; }
p { color: rgb(40,111,232); }
H1.HeaderClassName
{
color: #286FE8;
}
.AnyTagClassName
{
color: #286FE8;
}
</style>
background-color css
<style>
a { background-color: #286FE8; }
a { background-color: rgb(40,111,232); }
div.DivClassName
{
background-color: #286FE8;
}
.BgClassName
{
background-color: #286FE8;
}
</style>
border-color css
<style>
span { border-color: #286FE8; }
span { border-color: rgb(40,111,232); }
td.TdClassName
{
border-color: #286FE8;
}
.TagClassName
{
border-color: #286FE8;
}
</style>