Shades of Royal Blue #286CF5
Tints of Royal Blue #286CF5
RGB
CMYK
RGB Variations
Color information
#286CF5 (or 0x286CF5) is known color: Royal Blue. HEX triplet: 28, 6C and F5. RGB value is (40,108,245). Sum of RGB (Red+Green+Blue) = 40+108+245=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 245 (96.09% from 255 or 62.34% from 393); Max value from RGB is 245 - color contains mainly: blue. Hex color #286CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CF5 is #D7930A. Grayscale: #666666. Windows color (decimal): -14127883 or 16084008. OLE color: 16084008.
HSL color Cylindrical-coordinate representation of color #286CF5: hue angle of 220.1º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286CF5 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 108 | 245 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.04 |
| HSL | 220.1º | 0.91% | 0.56% | - |
| HSV(B) | 220.1º | 0.84% | 0.96% | - |
| XYZ | 22.72 | 17.77 | 88.62 | - |
| YUV | 103.29 | 207.97 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 245 | 0.84 | 0.56 | 0 | 0.04 | 220.1 | 0.91 | 0.56 |
| Hex | 28 | 6C | F5 | 54 | 38 | 0 | 4 | DC | 5B | 38 |
| Octal | 50 | 154 | 365 | 124 | 70 | 0 | 4 | 334 | 133 | 70 |
| Binary | 101000 | 1101100 | 11110101 | 1010100 | 111000 | 0 | 100 | 11011100 | 1011011 | 111000 |
Color Harmonies of #286CF5
Complementary color
Monochromatic Colors of #286CF5
Black with #286CF5
Text Example
Text Example
White with #286CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CF5; }
p { color: rgb(40,108,245); }
H1.HeaderClassName
{
color: #286CF5;
}
.AnyTagClassName
{
color: #286CF5;
}
</style>
background-color css
<style>
a { background-color: #286CF5; }
a { background-color: rgb(40,108,245); }
div.DivClassName
{
background-color: #286CF5;
}
.BgClassName
{
background-color: #286CF5;
}
</style>
border-color css
<style>
span { border-color: #286CF5; }
span { border-color: rgb(40,108,245); }
td.TdClassName
{
border-color: #286CF5;
}
.TagClassName
{
border-color: #286CF5;
}
</style>