Shades of Royal Blue #286CFA
Tints of Royal Blue #286CFA
RGB
CMYK
RGB Variations
Color information
#286CFA (or 0x286CFA) is known color: Royal Blue. HEX triplet: 28, 6C and FA. RGB value is (40,108,250). Sum of RGB (Red+Green+Blue) = 40+108+250=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #286CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CFA is #D79305. Grayscale: #676767. Windows color (decimal): -14127878 or 16411688. OLE color: 16411688.
HSL color Cylindrical-coordinate representation of color #286CFA: hue angle of 220.57º 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 #286CFA is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 108 | 250 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.02 |
| HSL | 220.57º | 0.95% | 0.57% | - |
| HSV(B) | 220.57º | 0.84% | 0.98% | - |
| XYZ | 23.49 | 18.08 | 92.69 | - |
| YUV | 103.86 | 210.47 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 250 | 0.84 | 0.57 | 0 | 0.02 | 220.57 | 0.95 | 0.57 |
| Hex | 28 | 6C | FA | 54 | 39 | 0 | 2 | DD | 5F | 39 |
| Octal | 50 | 154 | 372 | 124 | 71 | 0 | 2 | 335 | 137 | 71 |
| Binary | 101000 | 1101100 | 11111010 | 1010100 | 111001 | 0 | 10 | 11011101 | 1011111 | 111001 |
Color Harmonies of #286CFA
Complementary color
Monochromatic Colors of #286CFA
Black with #286CFA
Text Example
Text Example
White with #286CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CFA; }
p { color: rgb(40,108,250); }
H1.HeaderClassName
{
color: #286CFA;
}
.AnyTagClassName
{
color: #286CFA;
}
</style>
background-color css
<style>
a { background-color: #286CFA; }
a { background-color: rgb(40,108,250); }
div.DivClassName
{
background-color: #286CFA;
}
.BgClassName
{
background-color: #286CFA;
}
</style>
border-color css
<style>
span { border-color: #286CFA; }
span { border-color: rgb(40,108,250); }
td.TdClassName
{
border-color: #286CFA;
}
.TagClassName
{
border-color: #286CFA;
}
</style>