Shades of Royal Blue #286DED
Tints of Royal Blue #286DED
RGB
CMYK
RGB Variations
Color information
#286DED (or 0x286DED) is known color: Royal Blue. HEX triplet: 28, 6D and ED. RGB value is (40,109,237). Sum of RGB (Red+Green+Blue) = 40+109+237=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #286DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286DED is #D79212. Grayscale: #666666. Windows color (decimal): -14127635 or 15559976. OLE color: 15559976.
HSL color Cylindrical-coordinate representation of color #286DED: hue angle of 218.98º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286DED is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 109 | 237 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.07 |
| HSL | 218.98º | 0.85% | 0.54% | - |
| HSV(B) | 218.98º | 0.83% | 0.93% | - |
| XYZ | 21.63 | 17.5 | 82.36 | - |
| YUV | 102.96 | 203.64 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 237 | 0.83 | 0.54 | 0 | 0.07 | 218.98 | 0.85 | 0.54 |
| Hex | 28 | 6D | ED | 53 | 36 | 0 | 7 | DB | 55 | 36 |
| Octal | 50 | 155 | 355 | 123 | 66 | 0 | 7 | 333 | 125 | 66 |
| Binary | 101000 | 1101101 | 11101101 | 1010011 | 110110 | 0 | 111 | 11011011 | 1010101 | 110110 |
Color Harmonies of #286DED
Complementary color
Monochromatic Colors of #286DED
Black with #286DED
Text Example
Text Example
White with #286DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DED; }
p { color: rgb(40,109,237); }
H1.HeaderClassName
{
color: #286DED;
}
.AnyTagClassName
{
color: #286DED;
}
</style>
background-color css
<style>
a { background-color: #286DED; }
a { background-color: rgb(40,109,237); }
div.DivClassName
{
background-color: #286DED;
}
.BgClassName
{
background-color: #286DED;
}
</style>
border-color css
<style>
span { border-color: #286DED; }
span { border-color: rgb(40,109,237); }
td.TdClassName
{
border-color: #286DED;
}
.TagClassName
{
border-color: #286DED;
}
</style>