Shades of Royal Blue #286BEB
Tints of Royal Blue #286BEB
RGB
CMYK
RGB Variations
Color information
#286BEB (or 0x286BEB) is known color: Royal Blue. HEX triplet: 28, 6B and EB. RGB value is (40,107,235). Sum of RGB (Red+Green+Blue) = 40+107+235=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #286BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BEB is #D79414. Grayscale: #646464. Windows color (decimal): -14128149 or 15428392. OLE color: 15428392.
HSL color Cylindrical-coordinate representation of color #286BEB: hue angle of 219.38º degrees, saturation: 0.83, 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 #286BEB is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 107 | 235 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.08 |
| HSL | 219.38º | 0.83% | 0.54% | - |
| HSV(B) | 219.38º | 0.83% | 0.92% | - |
| XYZ | 21.13 | 16.96 | 80.76 | - |
| YUV | 101.56 | 203.3 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 235 | 0.83 | 0.54 | 0 | 0.08 | 219.38 | 0.83 | 0.54 |
| Hex | 28 | 6B | EB | 53 | 36 | 0 | 8 | DB | 53 | 36 |
| Octal | 50 | 153 | 353 | 123 | 66 | 0 | 10 | 333 | 123 | 66 |
| Binary | 101000 | 1101011 | 11101011 | 1010011 | 110110 | 0 | 1000 | 11011011 | 1010011 | 110110 |
Color Harmonies of #286BEB
Complementary color
Monochromatic Colors of #286BEB
Black with #286BEB
Text Example
Text Example
White with #286BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BEB; }
p { color: rgb(40,107,235); }
H1.HeaderClassName
{
color: #286BEB;
}
.AnyTagClassName
{
color: #286BEB;
}
</style>
background-color css
<style>
a { background-color: #286BEB; }
a { background-color: rgb(40,107,235); }
div.DivClassName
{
background-color: #286BEB;
}
.BgClassName
{
background-color: #286BEB;
}
</style>
border-color css
<style>
span { border-color: #286BEB; }
span { border-color: rgb(40,107,235); }
td.TdClassName
{
border-color: #286BEB;
}
.TagClassName
{
border-color: #286BEB;
}
</style>