Shades of Royal Blue #286FFB
Tints of Royal Blue #286FFB
RGB
CMYK
RGB Variations
Color information
#286FFB (or 0x286FFB) is known color: Royal Blue. HEX triplet: 28, 6F and FB. RGB value is (40,111,251). Sum of RGB (Red+Green+Blue) = 40+111+251=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #286FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FFB is #D79004. Grayscale: #696969. Windows color (decimal): -14127109 or 16477992. OLE color: 16477992.
HSL color Cylindrical-coordinate representation of color #286FFB: hue angle of 219.81º 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 #286FFB is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 111 | 251 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.02 |
| HSL | 219.81º | 0.96% | 0.57% | - |
| HSV(B) | 219.81º | 0.84% | 0.98% | - |
| XYZ | 23.97 | 18.79 | 93.63 | - |
| YUV | 105.73 | 209.98 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 251 | 0.84 | 0.56 | 0 | 0.02 | 219.81 | 0.96 | 0.57 |
| Hex | 28 | 6F | FB | 54 | 38 | 0 | 2 | DC | 60 | 39 |
| Octal | 50 | 157 | 373 | 124 | 70 | 0 | 2 | 334 | 140 | 71 |
| Binary | 101000 | 1101111 | 11111011 | 1010100 | 111000 | 0 | 10 | 11011100 | 1100000 | 111001 |
Color Harmonies of #286FFB
Complementary color
Monochromatic Colors of #286FFB
Black with #286FFB
Text Example
Text Example
White with #286FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FFB; }
p { color: rgb(40,111,251); }
H1.HeaderClassName
{
color: #286FFB;
}
.AnyTagClassName
{
color: #286FFB;
}
</style>
background-color css
<style>
a { background-color: #286FFB; }
a { background-color: rgb(40,111,251); }
div.DivClassName
{
background-color: #286FFB;
}
.BgClassName
{
background-color: #286FFB;
}
</style>
border-color css
<style>
span { border-color: #286FFB; }
span { border-color: rgb(40,111,251); }
td.TdClassName
{
border-color: #286FFB;
}
.TagClassName
{
border-color: #286FFB;
}
</style>