Shades of Royal Blue #286BFE
Tints of Royal Blue #286BFE
RGB
CMYK
RGB Variations
Color information
#286BFE (or 0x286BFE) is known color: Royal Blue. HEX triplet: 28, 6B and FE. RGB value is (40,107,254). Sum of RGB (Red+Green+Blue) = 40+107+254=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #286BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BFE is #D79401. Grayscale: #676767. Windows color (decimal): -14128130 or 16673576. OLE color: 16673576.
HSL color Cylindrical-coordinate representation of color #286BFE: hue angle of 221.21º 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 #286BFE is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 107 | 254 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.00 |
| HSL | 221.22º | 0.99% | 0.58% | - |
| HSV(B) | 221.22º | 0.84% | 1% | - |
| XYZ | 24.02 | 18.12 | 96 | - |
| YUV | 103.73 | 212.8 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 254 | 0.84 | 0.58 | 0 | 0.00 | 221.22 | 0.99 | 0.58 |
| Hex | 28 | 6B | FE | 54 | 3A | 0 | 0 | DD | 63 | 3A |
| Octal | 50 | 153 | 376 | 124 | 72 | 0 | 0 | 335 | 143 | 72 |
| Binary | 101000 | 1101011 | 11111110 | 1010100 | 111010 | 0 | 0 | 11011101 | 1100011 | 111010 |
Color Harmonies of #286BFE
Complementary color
Monochromatic Colors of #286BFE
Black with #286BFE
Text Example
Text Example
White with #286BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BFE; }
p { color: rgb(40,107,254); }
H1.HeaderClassName
{
color: #286BFE;
}
.AnyTagClassName
{
color: #286BFE;
}
</style>
background-color css
<style>
a { background-color: #286BFE; }
a { background-color: rgb(40,107,254); }
div.DivClassName
{
background-color: #286BFE;
}
.BgClassName
{
background-color: #286BFE;
}
</style>
border-color css
<style>
span { border-color: #286BFE; }
span { border-color: rgb(40,107,254); }
td.TdClassName
{
border-color: #286BFE;
}
.TagClassName
{
border-color: #286BFE;
}
</style>