Shades of Royal Blue #286FFA
Tints of Royal Blue #286FFA
RGB
CMYK
RGB Variations
Color information
#286FFA (or 0x286FFA) is known color: Royal Blue. HEX triplet: 28, 6F and FA. RGB value is (40,111,250). Sum of RGB (Red+Green+Blue) = 40+111+250=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #286FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FFA is #D79005. Grayscale: #686868. Windows color (decimal): -14127110 or 16412456. OLE color: 16412456.
HSL color Cylindrical-coordinate representation of color #286FFA: hue angle of 219.71º degrees, saturation: 0.95, 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 #286FFA is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 111 | 250 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.02 |
| HSL | 219.71º | 0.95% | 0.57% | - |
| HSV(B) | 219.71º | 0.84% | 0.98% | - |
| XYZ | 23.81 | 18.72 | 92.8 | - |
| YUV | 105.62 | 209.48 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 250 | 0.84 | 0.56 | 0 | 0.02 | 219.71 | 0.95 | 0.57 |
| Hex | 28 | 6F | FA | 54 | 38 | 0 | 2 | DC | 5F | 39 |
| Octal | 50 | 157 | 372 | 124 | 70 | 0 | 2 | 334 | 137 | 71 |
| Binary | 101000 | 1101111 | 11111010 | 1010100 | 111000 | 0 | 10 | 11011100 | 1011111 | 111001 |
Color Harmonies of #286FFA
Complementary color
Monochromatic Colors of #286FFA
Black with #286FFA
Text Example
Text Example
White with #286FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FFA; }
p { color: rgb(40,111,250); }
H1.HeaderClassName
{
color: #286FFA;
}
.AnyTagClassName
{
color: #286FFA;
}
</style>
background-color css
<style>
a { background-color: #286FFA; }
a { background-color: rgb(40,111,250); }
div.DivClassName
{
background-color: #286FFA;
}
.BgClassName
{
background-color: #286FFA;
}
</style>
border-color css
<style>
span { border-color: #286FFA; }
span { border-color: rgb(40,111,250); }
td.TdClassName
{
border-color: #286FFA;
}
.TagClassName
{
border-color: #286FFA;
}
</style>