Shades of Royal Blue #286CFC
Tints of Royal Blue #286CFC
RGB
CMYK
RGB Variations
Color information
#286CFC (or 0x286CFC) is known color: Royal Blue. HEX triplet: 28, 6C and FC. RGB value is (40,108,252). Sum of RGB (Red+Green+Blue) = 40+108+252=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #286CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CFC is #D79303. Grayscale: #676767. Windows color (decimal): -14127876 or 16542760. OLE color: 16542760.
HSL color Cylindrical-coordinate representation of color #286CFC: hue angle of 220.75º 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 #286CFC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 108 | 252 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.01 |
| HSL | 220.75º | 0.97% | 0.57% | - |
| HSV(B) | 220.75º | 0.84% | 0.99% | - |
| XYZ | 23.81 | 18.2 | 94.35 | - |
| YUV | 104.08 | 211.47 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 252 | 0.84 | 0.57 | 0 | 0.01 | 220.75 | 0.97 | 0.57 |
| Hex | 28 | 6C | FC | 54 | 39 | 0 | 1 | DD | 61 | 39 |
| Octal | 50 | 154 | 374 | 124 | 71 | 0 | 1 | 335 | 141 | 71 |
| Binary | 101000 | 1101100 | 11111100 | 1010100 | 111001 | 0 | 1 | 11011101 | 1100001 | 111001 |
Color Harmonies of #286CFC
Complementary color
Monochromatic Colors of #286CFC
Black with #286CFC
Text Example
Text Example
White with #286CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CFC; }
p { color: rgb(40,108,252); }
H1.HeaderClassName
{
color: #286CFC;
}
.AnyTagClassName
{
color: #286CFC;
}
</style>
background-color css
<style>
a { background-color: #286CFC; }
a { background-color: rgb(40,108,252); }
div.DivClassName
{
background-color: #286CFC;
}
.BgClassName
{
background-color: #286CFC;
}
</style>
border-color css
<style>
span { border-color: #286CFC; }
span { border-color: rgb(40,108,252); }
td.TdClassName
{
border-color: #286CFC;
}
.TagClassName
{
border-color: #286CFC;
}
</style>