Shades of Royal Blue #286FE7
Tints of Royal Blue #286FE7
RGB
CMYK
RGB Variations
Color information
#286FE7 (or 0x286FE7) is known color: Royal Blue. HEX triplet: 28, 6F and E7. RGB value is (40,111,231). Sum of RGB (Red+Green+Blue) = 40+111+231=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #286FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FE7 is #D79018. Grayscale: #666666. Windows color (decimal): -14127129 or 15167272. OLE color: 15167272.
HSL color Cylindrical-coordinate representation of color #286FE7: hue angle of 217.7º 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 #286FE7 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 111 | 231 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.09 |
| HSL | 217.7º | 0.8% | 0.53% | - |
| HSV(B) | 217.7º | 0.83% | 0.91% | - |
| XYZ | 20.98 | 17.59 | 77.89 | - |
| YUV | 103.45 | 199.98 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 231 | 0.83 | 0.52 | 0 | 0.09 | 217.7 | 0.8 | 0.53 |
| Hex | 28 | 6F | E7 | 53 | 34 | 0 | 9 | DA | 50 | 35 |
| Octal | 50 | 157 | 347 | 123 | 64 | 0 | 11 | 332 | 120 | 65 |
| Binary | 101000 | 1101111 | 11100111 | 1010011 | 110100 | 0 | 1001 | 11011010 | 1010000 | 110101 |
Color Harmonies of #286FE7
Complementary color
Monochromatic Colors of #286FE7
Black with #286FE7
Text Example
Text Example
White with #286FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FE7; }
p { color: rgb(40,111,231); }
H1.HeaderClassName
{
color: #286FE7;
}
.AnyTagClassName
{
color: #286FE7;
}
</style>
background-color css
<style>
a { background-color: #286FE7; }
a { background-color: rgb(40,111,231); }
div.DivClassName
{
background-color: #286FE7;
}
.BgClassName
{
background-color: #286FE7;
}
</style>
border-color css
<style>
span { border-color: #286FE7; }
span { border-color: rgb(40,111,231); }
td.TdClassName
{
border-color: #286FE7;
}
.TagClassName
{
border-color: #286FE7;
}
</style>