Shades of Royal Blue #286AFA
Tints of Royal Blue #286AFA
RGB
CMYK
RGB Variations
Color information
#286AFA (or 0x286AFA) is known color: Royal Blue. HEX triplet: 28, 6A and FA. RGB value is (40,106,250). Sum of RGB (Red+Green+Blue) = 40+106+250=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #286AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AFA is #D79505. Grayscale: #666666. Windows color (decimal): -14128390 or 16411176. OLE color: 16411176.
HSL color Cylindrical-coordinate representation of color #286AFA: hue angle of 221.14º 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 #286AFA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 106 | 250 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.02 |
| HSL | 221.14º | 0.95% | 0.57% | - |
| HSV(B) | 221.14º | 0.84% | 0.98% | - |
| XYZ | 23.28 | 17.66 | 92.62 | - |
| YUV | 102.68 | 211.13 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 250 | 0.84 | 0.58 | 0 | 0.02 | 221.14 | 0.95 | 0.57 |
| Hex | 28 | 6A | FA | 54 | 3A | 0 | 2 | DD | 5F | 39 |
| Octal | 50 | 152 | 372 | 124 | 72 | 0 | 2 | 335 | 137 | 71 |
| Binary | 101000 | 1101010 | 11111010 | 1010100 | 111010 | 0 | 10 | 11011101 | 1011111 | 111001 |
Color Harmonies of #286AFA
Complementary color
Monochromatic Colors of #286AFA
Black with #286AFA
Text Example
Text Example
White with #286AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286AFA; }
p { color: rgb(40,106,250); }
H1.HeaderClassName
{
color: #286AFA;
}
.AnyTagClassName
{
color: #286AFA;
}
</style>
background-color css
<style>
a { background-color: #286AFA; }
a { background-color: rgb(40,106,250); }
div.DivClassName
{
background-color: #286AFA;
}
.BgClassName
{
background-color: #286AFA;
}
</style>
border-color css
<style>
span { border-color: #286AFA; }
span { border-color: rgb(40,106,250); }
td.TdClassName
{
border-color: #286AFA;
}
.TagClassName
{
border-color: #286AFA;
}
</style>