Shades of Royal Blue #286BE7
Tints of Royal Blue #286BE7
RGB
CMYK
RGB Variations
Color information
#286BE7 (or 0x286BE7) is known color: Royal Blue. HEX triplet: 28, 6B and E7. RGB value is (40,107,231). Sum of RGB (Red+Green+Blue) = 40+107+231=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #286BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BE7 is #D79418. Grayscale: #646464. Windows color (decimal): -14128153 or 15166248. OLE color: 15166248.
HSL color Cylindrical-coordinate representation of color #286BE7: hue angle of 218.95º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286BE7 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 107 | 231 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.09 |
| HSL | 218.95º | 0.8% | 0.53% | - |
| HSV(B) | 218.95º | 0.83% | 0.91% | - |
| XYZ | 20.56 | 16.74 | 77.75 | - |
| YUV | 101.1 | 201.3 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 231 | 0.83 | 0.54 | 0 | 0.09 | 218.95 | 0.8 | 0.53 |
| Hex | 28 | 6B | E7 | 53 | 36 | 0 | 9 | DB | 50 | 35 |
| Octal | 50 | 153 | 347 | 123 | 66 | 0 | 11 | 333 | 120 | 65 |
| Binary | 101000 | 1101011 | 11100111 | 1010011 | 110110 | 0 | 1001 | 11011011 | 1010000 | 110101 |
Color Harmonies of #286BE7
Complementary color
Monochromatic Colors of #286BE7
Black with #286BE7
Text Example
Text Example
White with #286BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BE7; }
p { color: rgb(40,107,231); }
H1.HeaderClassName
{
color: #286BE7;
}
.AnyTagClassName
{
color: #286BE7;
}
</style>
background-color css
<style>
a { background-color: #286BE7; }
a { background-color: rgb(40,107,231); }
div.DivClassName
{
background-color: #286BE7;
}
.BgClassName
{
background-color: #286BE7;
}
</style>
border-color css
<style>
span { border-color: #286BE7; }
span { border-color: rgb(40,107,231); }
td.TdClassName
{
border-color: #286BE7;
}
.TagClassName
{
border-color: #286BE7;
}
</style>