Shades of Royal Blue #286ED6
Tints of Royal Blue #286ED6
RGB
CMYK
RGB Variations
Color information
#286ED6 (or 0x286ED6) is known color: Royal Blue. HEX triplet: 28, 6E and D6. RGB value is (40,110,214). Sum of RGB (Red+Green+Blue) = 40+110+214=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 214 (83.98% from 255 or 58.79% from 364); Max value from RGB is 214 - color contains mainly: blue. Hex color #286ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286ED6 is #D79129. Grayscale: #646464. Windows color (decimal): -14127402 or 14052904. OLE color: 14052904.
HSL color Cylindrical-coordinate representation of color #286ED6: hue angle of 215.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286ED6 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 110 | 214 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.16 |
| HSL | 215.86º | 0.69% | 0.5% | - |
| HSV(B) | 215.86º | 0.81% | 0.84% | - |
| XYZ | 18.59 | 16.46 | 65.82 | - |
| YUV | 100.93 | 191.81 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 214 | 0.81 | 0.49 | 0 | 0.16 | 215.86 | 0.69 | 0.5 |
| Hex | 28 | 6E | D6 | 51 | 31 | 0 | 10 | D8 | 45 | 32 |
| Octal | 50 | 156 | 326 | 121 | 61 | 0 | 20 | 330 | 105 | 62 |
| Binary | 101000 | 1101110 | 11010110 | 1010001 | 110001 | 0 | 10000 | 11011000 | 1000101 | 110010 |
Color Harmonies of #286ED6
Complementary color
Monochromatic Colors of #286ED6
Black with #286ED6
Text Example
Text Example
White with #286ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286ED6; }
p { color: rgb(40,110,214); }
H1.HeaderClassName
{
color: #286ED6;
}
.AnyTagClassName
{
color: #286ED6;
}
</style>
background-color css
<style>
a { background-color: #286ED6; }
a { background-color: rgb(40,110,214); }
div.DivClassName
{
background-color: #286ED6;
}
.BgClassName
{
background-color: #286ED6;
}
</style>
border-color css
<style>
span { border-color: #286ED6; }
span { border-color: rgb(40,110,214); }
td.TdClassName
{
border-color: #286ED6;
}
.TagClassName
{
border-color: #286ED6;
}
</style>