Shades of Royal Blue #286CFE
Tints of Royal Blue #286CFE
RGB
CMYK
RGB Variations
Color information
#286CFE (or 0x286CFE) is known color: Royal Blue. HEX triplet: 28, 6C and FE. RGB value is (40,108,254). Sum of RGB (Red+Green+Blue) = 40+108+254=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #286CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CFE is #D79301. Grayscale: #676767. Windows color (decimal): -14127874 or 16673832. OLE color: 16673832.
HSL color Cylindrical-coordinate representation of color #286CFE: hue angle of 220.93º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286CFE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 108 | 254 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.00 |
| HSL | 220.93º | 0.99% | 0.58% | - |
| HSV(B) | 220.93º | 0.84% | 1% | - |
| XYZ | 24.13 | 18.33 | 96.03 | - |
| YUV | 104.31 | 212.47 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 254 | 0.84 | 0.57 | 0 | 0.00 | 220.93 | 0.99 | 0.58 |
| Hex | 28 | 6C | FE | 54 | 39 | 0 | 0 | DD | 63 | 3A |
| Octal | 50 | 154 | 376 | 124 | 71 | 0 | 0 | 335 | 143 | 72 |
| Binary | 101000 | 1101100 | 11111110 | 1010100 | 111001 | 0 | 0 | 11011101 | 1100011 | 111010 |
Color Harmonies of #286CFE
Complementary color
Monochromatic Colors of #286CFE
Black with #286CFE
Text Example
Text Example
White with #286CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CFE; }
p { color: rgb(40,108,254); }
H1.HeaderClassName
{
color: #286CFE;
}
.AnyTagClassName
{
color: #286CFE;
}
</style>
background-color css
<style>
a { background-color: #286CFE; }
a { background-color: rgb(40,108,254); }
div.DivClassName
{
background-color: #286CFE;
}
.BgClassName
{
background-color: #286CFE;
}
</style>
border-color css
<style>
span { border-color: #286CFE; }
span { border-color: rgb(40,108,254); }
td.TdClassName
{
border-color: #286CFE;
}
.TagClassName
{
border-color: #286CFE;
}
</style>