Shades of Royal Blue #286EDA
Tints of Royal Blue #286EDA
RGB
CMYK
RGB Variations
Color information
#286EDA (or 0x286EDA) is known color: Royal Blue. HEX triplet: 28, 6E and DA. RGB value is (40,110,218). Sum of RGB (Red+Green+Blue) = 40+110+218=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #286EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EDA is #D79125. Grayscale: #646464. Windows color (decimal): -14127398 or 14315048. OLE color: 14315048.
HSL color Cylindrical-coordinate representation of color #286EDA: hue angle of 216.4º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286EDA is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 110 | 218 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.15 |
| HSL | 216.4º | 0.71% | 0.51% | - |
| HSV(B) | 216.4º | 0.82% | 0.85% | - |
| XYZ | 19.11 | 16.66 | 68.54 | - |
| YUV | 101.38 | 193.81 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 218 | 0.82 | 0.50 | 0 | 0.15 | 216.4 | 0.71 | 0.51 |
| Hex | 28 | 6E | DA | 52 | 32 | 0 | F | D8 | 47 | 33 |
| Octal | 50 | 156 | 332 | 122 | 62 | 0 | 17 | 330 | 107 | 63 |
| Binary | 101000 | 1101110 | 11011010 | 1010010 | 110010 | 0 | 1111 | 11011000 | 1000111 | 110011 |
Color Harmonies of #286EDA
Complementary color
Monochromatic Colors of #286EDA
Black with #286EDA
Text Example
Text Example
White with #286EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EDA; }
p { color: rgb(40,110,218); }
H1.HeaderClassName
{
color: #286EDA;
}
.AnyTagClassName
{
color: #286EDA;
}
</style>
background-color css
<style>
a { background-color: #286EDA; }
a { background-color: rgb(40,110,218); }
div.DivClassName
{
background-color: #286EDA;
}
.BgClassName
{
background-color: #286EDA;
}
</style>
border-color css
<style>
span { border-color: #286EDA; }
span { border-color: rgb(40,110,218); }
td.TdClassName
{
border-color: #286EDA;
}
.TagClassName
{
border-color: #286EDA;
}
</style>