Shades of Royal Blue #286BFF
Tints of Royal Blue #286BFF
RGB
CMYK
RGB Variations
Color information
#286BFF (or 0x286BFF) is known color: Royal Blue. HEX triplet: 28, 6B and FF. RGB value is (40,107,255). Sum of RGB (Red+Green+Blue) = 40+107+255=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #286BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BFF is #D79400. Grayscale: #676767. Windows color (decimal): -14128129 or 16739112. OLE color: 16739112.
HSL color Cylindrical-coordinate representation of color #286BFF: hue angle of 221.3º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286BFF is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 107 | 255 | - |
| CMYK | 0.84 | 0.58 | 0 | 0 |
| HSL | 221.3º | 1% | 0.58% | - |
| HSV(B) | 221.3º | 0.84% | 1% | - |
| XYZ | 24.18 | 18.19 | 96.84 | - |
| YUV | 103.84 | 213.3 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 255 | 0.84 | 0.58 | 0 | 0 | 221.3 | 1 | 0.58 |
| Hex | 28 | 6B | FF | 54 | 3A | 0 | 0 | DD | 64 | 3A |
| Octal | 50 | 153 | 377 | 124 | 72 | 0 | 0 | 335 | 144 | 72 |
| Binary | 101000 | 1101011 | 11111111 | 1010100 | 111010 | 0 | 0 | 11011101 | 1100100 | 111010 |
Color Harmonies of #286BFF
Complementary color
Monochromatic Colors of #286BFF
Black with #286BFF
Text Example
Text Example
White with #286BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BFF; }
p { color: rgb(40,107,255); }
H1.HeaderClassName
{
color: #286BFF;
}
.AnyTagClassName
{
color: #286BFF;
}
</style>
background-color css
<style>
a { background-color: #286BFF; }
a { background-color: rgb(40,107,255); }
div.DivClassName
{
background-color: #286BFF;
}
.BgClassName
{
background-color: #286BFF;
}
</style>
border-color css
<style>
span { border-color: #286BFF; }
span { border-color: rgb(40,107,255); }
td.TdClassName
{
border-color: #286BFF;
}
.TagClassName
{
border-color: #286BFF;
}
</style>