Shades of Royal Blue #286EEA
Tints of Royal Blue #286EEA
RGB
CMYK
RGB Variations
Color information
#286EEA (or 0x286EEA) is known color: Royal Blue. HEX triplet: 28, 6E and EA. RGB value is (40,110,234). Sum of RGB (Red+Green+Blue) = 40+110+234=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #286EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EEA is #D79115. Grayscale: #666666. Windows color (decimal): -14127382 or 15363624. OLE color: 15363624.
HSL color Cylindrical-coordinate representation of color #286EEA: hue angle of 218.35º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286EEA is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 110 | 234 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.08 |
| HSL | 218.35º | 0.82% | 0.54% | - |
| HSV(B) | 218.35º | 0.83% | 0.92% | - |
| XYZ | 21.3 | 17.54 | 80.11 | - |
| YUV | 103.21 | 201.81 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 234 | 0.83 | 0.53 | 0 | 0.08 | 218.35 | 0.82 | 0.54 |
| Hex | 28 | 6E | EA | 53 | 35 | 0 | 8 | DA | 52 | 36 |
| Octal | 50 | 156 | 352 | 123 | 65 | 0 | 10 | 332 | 122 | 66 |
| Binary | 101000 | 1101110 | 11101010 | 1010011 | 110101 | 0 | 1000 | 11011010 | 1010010 | 110110 |
Color Harmonies of #286EEA
Complementary color
Monochromatic Colors of #286EEA
Black with #286EEA
Text Example
Text Example
White with #286EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EEA; }
p { color: rgb(40,110,234); }
H1.HeaderClassName
{
color: #286EEA;
}
.AnyTagClassName
{
color: #286EEA;
}
</style>
background-color css
<style>
a { background-color: #286EEA; }
a { background-color: rgb(40,110,234); }
div.DivClassName
{
background-color: #286EEA;
}
.BgClassName
{
background-color: #286EEA;
}
</style>
border-color css
<style>
span { border-color: #286EEA; }
span { border-color: rgb(40,110,234); }
td.TdClassName
{
border-color: #286EEA;
}
.TagClassName
{
border-color: #286EEA;
}
</style>