Shades of Royal Blue #286DF8
Tints of Royal Blue #286DF8
RGB
CMYK
RGB Variations
Color information
#286DF8 (or 0x286DF8) is known color: Royal Blue. HEX triplet: 28, 6D and F8. RGB value is (40,109,248). Sum of RGB (Red+Green+Blue) = 40+109+248=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #286DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286DF8 is #D79207. Grayscale: #676767. Windows color (decimal): -14127624 or 16280872. OLE color: 16280872.
HSL color Cylindrical-coordinate representation of color #286DF8: hue angle of 220.1º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286DF8 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 109 | 248 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.03 |
| HSL | 220.1º | 0.94% | 0.56% | - |
| HSV(B) | 220.1º | 0.84% | 0.97% | - |
| XYZ | 23.29 | 18.17 | 91.09 | - |
| YUV | 104.22 | 209.14 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 248 | 0.84 | 0.56 | 0 | 0.03 | 220.1 | 0.94 | 0.56 |
| Hex | 28 | 6D | F8 | 54 | 38 | 0 | 3 | DC | 5E | 38 |
| Octal | 50 | 155 | 370 | 124 | 70 | 0 | 3 | 334 | 136 | 70 |
| Binary | 101000 | 1101101 | 11111000 | 1010100 | 111000 | 0 | 11 | 11011100 | 1011110 | 111000 |
Color Harmonies of #286DF8
Complementary color
Monochromatic Colors of #286DF8
Black with #286DF8
Text Example
Text Example
White with #286DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DF8; }
p { color: rgb(40,109,248); }
H1.HeaderClassName
{
color: #286DF8;
}
.AnyTagClassName
{
color: #286DF8;
}
</style>
background-color css
<style>
a { background-color: #286DF8; }
a { background-color: rgb(40,109,248); }
div.DivClassName
{
background-color: #286DF8;
}
.BgClassName
{
background-color: #286DF8;
}
</style>
border-color css
<style>
span { border-color: #286DF8; }
span { border-color: rgb(40,109,248); }
td.TdClassName
{
border-color: #286DF8;
}
.TagClassName
{
border-color: #286DF8;
}
</style>