Shades of Royal Blue #286CED
Tints of Royal Blue #286CED
RGB
CMYK
RGB Variations
Color information
#286CED (or 0x286CED) is known color: Royal Blue. HEX triplet: 28, 6C and ED. RGB value is (40,108,237). Sum of RGB (Red+Green+Blue) = 40+108+237=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #286CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CED is #D79312. Grayscale: #656565. Windows color (decimal): -14127891 or 15559720. OLE color: 15559720.
HSL color Cylindrical-coordinate representation of color #286CED: hue angle of 219.29º 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 #286CED is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 108 | 237 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.07 |
| HSL | 219.29º | 0.85% | 0.54% | - |
| HSV(B) | 219.29º | 0.83% | 0.93% | - |
| XYZ | 21.52 | 17.29 | 82.32 | - |
| YUV | 102.37 | 203.97 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 237 | 0.83 | 0.54 | 0 | 0.07 | 219.29 | 0.85 | 0.54 |
| Hex | 28 | 6C | ED | 53 | 36 | 0 | 7 | DB | 55 | 36 |
| Octal | 50 | 154 | 355 | 123 | 66 | 0 | 7 | 333 | 125 | 66 |
| Binary | 101000 | 1101100 | 11101101 | 1010011 | 110110 | 0 | 111 | 11011011 | 1010101 | 110110 |
Color Harmonies of #286CED
Complementary color
Monochromatic Colors of #286CED
Black with #286CED
Text Example
Text Example
White with #286CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CED; }
p { color: rgb(40,108,237); }
H1.HeaderClassName
{
color: #286CED;
}
.AnyTagClassName
{
color: #286CED;
}
</style>
background-color css
<style>
a { background-color: #286CED; }
a { background-color: rgb(40,108,237); }
div.DivClassName
{
background-color: #286CED;
}
.BgClassName
{
background-color: #286CED;
}
</style>
border-color css
<style>
span { border-color: #286CED; }
span { border-color: rgb(40,108,237); }
td.TdClassName
{
border-color: #286CED;
}
.TagClassName
{
border-color: #286CED;
}
</style>