Shades of Royal Blue #286FED
Tints of Royal Blue #286FED
RGB
CMYK
RGB Variations
Color information
#286FED (or 0x286FED) is known color: Royal Blue. HEX triplet: 28, 6F and ED. RGB value is (40,111,237). Sum of RGB (Red+Green+Blue) = 40+111+237=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #286FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FED is #D79012. Grayscale: #676767. Windows color (decimal): -14127123 or 15560488. OLE color: 15560488.
HSL color Cylindrical-coordinate representation of color #286FED: hue angle of 218.38º 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 #286FED is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 111 | 237 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.07 |
| HSL | 218.38º | 0.85% | 0.54% | - |
| HSV(B) | 218.38º | 0.83% | 0.93% | - |
| XYZ | 21.85 | 17.93 | 82.43 | - |
| YUV | 104.14 | 202.98 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 237 | 0.83 | 0.53 | 0 | 0.07 | 218.38 | 0.85 | 0.54 |
| Hex | 28 | 6F | ED | 53 | 35 | 0 | 7 | DA | 55 | 36 |
| Octal | 50 | 157 | 355 | 123 | 65 | 0 | 7 | 332 | 125 | 66 |
| Binary | 101000 | 1101111 | 11101101 | 1010011 | 110101 | 0 | 111 | 11011010 | 1010101 | 110110 |
Color Harmonies of #286FED
Complementary color
Monochromatic Colors of #286FED
Black with #286FED
Text Example
Text Example
White with #286FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FED; }
p { color: rgb(40,111,237); }
H1.HeaderClassName
{
color: #286FED;
}
.AnyTagClassName
{
color: #286FED;
}
</style>
background-color css
<style>
a { background-color: #286FED; }
a { background-color: rgb(40,111,237); }
div.DivClassName
{
background-color: #286FED;
}
.BgClassName
{
background-color: #286FED;
}
</style>
border-color css
<style>
span { border-color: #286FED; }
span { border-color: rgb(40,111,237); }
td.TdClassName
{
border-color: #286FED;
}
.TagClassName
{
border-color: #286FED;
}
</style>