Shades of Royal Blue #286BDE
Tints of Royal Blue #286BDE
RGB
CMYK
RGB Variations
Color information
#286BDE (or 0x286BDE) is known color: Royal Blue. HEX triplet: 28, 6B and DE. RGB value is (40,107,222). Sum of RGB (Red+Green+Blue) = 40+107+222=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #286BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BDE is #D79421. Grayscale: #636363. Windows color (decimal): -14128162 or 14576424. OLE color: 14576424.
HSL color Cylindrical-coordinate representation of color #286BDE: hue angle of 217.91º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286BDE is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 107 | 222 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.13 |
| HSL | 217.91º | 0.73% | 0.51% | - |
| HSV(B) | 217.91º | 0.82% | 0.87% | - |
| XYZ | 19.32 | 16.24 | 71.22 | - |
| YUV | 100.08 | 196.8 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 222 | 0.82 | 0.52 | 0 | 0.13 | 217.91 | 0.73 | 0.51 |
| Hex | 28 | 6B | DE | 52 | 34 | 0 | D | DA | 49 | 33 |
| Octal | 50 | 153 | 336 | 122 | 64 | 0 | 15 | 332 | 111 | 63 |
| Binary | 101000 | 1101011 | 11011110 | 1010010 | 110100 | 0 | 1101 | 11011010 | 1001001 | 110011 |
Color Harmonies of #286BDE
Complementary color
Monochromatic Colors of #286BDE
Black with #286BDE
Text Example
Text Example
White with #286BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BDE; }
p { color: rgb(40,107,222); }
H1.HeaderClassName
{
color: #286BDE;
}
.AnyTagClassName
{
color: #286BDE;
}
</style>
background-color css
<style>
a { background-color: #286BDE; }
a { background-color: rgb(40,107,222); }
div.DivClassName
{
background-color: #286BDE;
}
.BgClassName
{
background-color: #286BDE;
}
</style>
border-color css
<style>
span { border-color: #286BDE; }
span { border-color: rgb(40,107,222); }
td.TdClassName
{
border-color: #286BDE;
}
.TagClassName
{
border-color: #286BDE;
}
</style>