Shades of Royal Blue #286AFC
Tints of Royal Blue #286AFC
RGB
CMYK
RGB Variations
Color information
#286AFC (or 0x286AFC) is known color: Royal Blue. HEX triplet: 28, 6A and FC. RGB value is (40,106,252). Sum of RGB (Red+Green+Blue) = 40+106+252=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #286AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AFC is #D79503. Grayscale: #666666. Windows color (decimal): -14128388 or 16542248. OLE color: 16542248.
HSL color Cylindrical-coordinate representation of color #286AFC: hue angle of 221.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286AFC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 106 | 252 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.01 |
| HSL | 221.32º | 0.97% | 0.57% | - |
| HSV(B) | 221.32º | 0.84% | 0.99% | - |
| XYZ | 23.6 | 17.79 | 94.28 | - |
| YUV | 102.91 | 212.13 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 252 | 0.84 | 0.58 | 0 | 0.01 | 221.32 | 0.97 | 0.57 |
| Hex | 28 | 6A | FC | 54 | 3A | 0 | 1 | DD | 61 | 39 |
| Octal | 50 | 152 | 374 | 124 | 72 | 0 | 1 | 335 | 141 | 71 |
| Binary | 101000 | 1101010 | 11111100 | 1010100 | 111010 | 0 | 1 | 11011101 | 1100001 | 111001 |
Color Harmonies of #286AFC
Complementary color
Monochromatic Colors of #286AFC
Black with #286AFC
Text Example
Text Example
White with #286AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286AFC; }
p { color: rgb(40,106,252); }
H1.HeaderClassName
{
color: #286AFC;
}
.AnyTagClassName
{
color: #286AFC;
}
</style>
background-color css
<style>
a { background-color: #286AFC; }
a { background-color: rgb(40,106,252); }
div.DivClassName
{
background-color: #286AFC;
}
.BgClassName
{
background-color: #286AFC;
}
</style>
border-color css
<style>
span { border-color: #286AFC; }
span { border-color: rgb(40,106,252); }
td.TdClassName
{
border-color: #286AFC;
}
.TagClassName
{
border-color: #286AFC;
}
</style>