Shades of Royal Blue #286EFC
Tints of Royal Blue #286EFC
RGB
CMYK
RGB Variations
Color information
#286EFC (or 0x286EFC) is known color: Royal Blue. HEX triplet: 28, 6E and FC. RGB value is (40,110,252). Sum of RGB (Red+Green+Blue) = 40+110+252=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #286EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EFC is #D79103. Grayscale: #686868. Windows color (decimal): -14127364 or 16543272. OLE color: 16543272.
HSL color Cylindrical-coordinate representation of color #286EFC: hue angle of 220.19º 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 #286EFC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 110 | 252 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.01 |
| HSL | 220.19º | 0.97% | 0.57% | - |
| HSV(B) | 220.19º | 0.84% | 0.99% | - |
| XYZ | 24.02 | 18.63 | 94.43 | - |
| YUV | 105.26 | 210.81 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 252 | 0.84 | 0.56 | 0 | 0.01 | 220.19 | 0.97 | 0.57 |
| Hex | 28 | 6E | FC | 54 | 38 | 0 | 1 | DC | 61 | 39 |
| Octal | 50 | 156 | 374 | 124 | 70 | 0 | 1 | 334 | 141 | 71 |
| Binary | 101000 | 1101110 | 11111100 | 1010100 | 111000 | 0 | 1 | 11011100 | 1100001 | 111001 |
Color Harmonies of #286EFC
Complementary color
Monochromatic Colors of #286EFC
Black with #286EFC
Text Example
Text Example
White with #286EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EFC; }
p { color: rgb(40,110,252); }
H1.HeaderClassName
{
color: #286EFC;
}
.AnyTagClassName
{
color: #286EFC;
}
</style>
background-color css
<style>
a { background-color: #286EFC; }
a { background-color: rgb(40,110,252); }
div.DivClassName
{
background-color: #286EFC;
}
.BgClassName
{
background-color: #286EFC;
}
</style>
border-color css
<style>
span { border-color: #286EFC; }
span { border-color: rgb(40,110,252); }
td.TdClassName
{
border-color: #286EFC;
}
.TagClassName
{
border-color: #286EFC;
}
</style>