Shades of Royal Blue #286CFB
Tints of Royal Blue #286CFB
RGB
CMYK
RGB Variations
Color information
#286CFB (or 0x286CFB) is known color: Royal Blue. HEX triplet: 28, 6C and FB. RGB value is (40,108,251). Sum of RGB (Red+Green+Blue) = 40+108+251=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #286CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CFB is #D79304. Grayscale: #676767. Windows color (decimal): -14127877 or 16477224. OLE color: 16477224.
HSL color Cylindrical-coordinate representation of color #286CFB: hue angle of 220.66º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286CFB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 108 | 251 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.02 |
| HSL | 220.66º | 0.96% | 0.57% | - |
| HSV(B) | 220.66º | 0.84% | 0.98% | - |
| XYZ | 23.65 | 18.14 | 93.52 | - |
| YUV | 103.97 | 210.97 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 251 | 0.84 | 0.57 | 0 | 0.02 | 220.66 | 0.96 | 0.57 |
| Hex | 28 | 6C | FB | 54 | 39 | 0 | 2 | DD | 60 | 39 |
| Octal | 50 | 154 | 373 | 124 | 71 | 0 | 2 | 335 | 140 | 71 |
| Binary | 101000 | 1101100 | 11111011 | 1010100 | 111001 | 0 | 10 | 11011101 | 1100000 | 111001 |
Color Harmonies of #286CFB
Complementary color
Monochromatic Colors of #286CFB
Black with #286CFB
Text Example
Text Example
White with #286CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CFB; }
p { color: rgb(40,108,251); }
H1.HeaderClassName
{
color: #286CFB;
}
.AnyTagClassName
{
color: #286CFB;
}
</style>
background-color css
<style>
a { background-color: #286CFB; }
a { background-color: rgb(40,108,251); }
div.DivClassName
{
background-color: #286CFB;
}
.BgClassName
{
background-color: #286CFB;
}
</style>
border-color css
<style>
span { border-color: #286CFB; }
span { border-color: rgb(40,108,251); }
td.TdClassName
{
border-color: #286CFB;
}
.TagClassName
{
border-color: #286CFB;
}
</style>