Shades of Royal Blue #286DF7
Tints of Royal Blue #286DF7
RGB
CMYK
RGB Variations
Color information
#286DF7 (or 0x286DF7) is known color: Royal Blue. HEX triplet: 28, 6D and F7. RGB value is (40,109,247). Sum of RGB (Red+Green+Blue) = 40+109+247=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 247 (96.88% from 255 or 62.37% from 396); Max value from RGB is 247 - color contains mainly: blue. Hex color #286DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286DF7 is #D79208. Grayscale: #676767. Windows color (decimal): -14127625 or 16215336. OLE color: 16215336.
HSL color Cylindrical-coordinate representation of color #286DF7: hue angle of 220º degrees, saturation: 0.93, 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 #286DF7 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 109 | 247 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.03 |
| HSL | 220º | 0.93% | 0.56% | - |
| HSV(B) | 220º | 0.84% | 0.97% | - |
| XYZ | 23.13 | 18.1 | 90.27 | - |
| YUV | 104.1 | 208.64 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 247 | 0.84 | 0.56 | 0 | 0.03 | 220 | 0.93 | 0.56 |
| Hex | 28 | 6D | F7 | 54 | 38 | 0 | 3 | DC | 5D | 38 |
| Octal | 50 | 155 | 367 | 124 | 70 | 0 | 3 | 334 | 135 | 70 |
| Binary | 101000 | 1101101 | 11110111 | 1010100 | 111000 | 0 | 11 | 11011100 | 1011101 | 111000 |
Color Harmonies of #286DF7
Complementary color
Monochromatic Colors of #286DF7
Black with #286DF7
Text Example
Text Example
White with #286DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DF7; }
p { color: rgb(40,109,247); }
H1.HeaderClassName
{
color: #286DF7;
}
.AnyTagClassName
{
color: #286DF7;
}
</style>
background-color css
<style>
a { background-color: #286DF7; }
a { background-color: rgb(40,109,247); }
div.DivClassName
{
background-color: #286DF7;
}
.BgClassName
{
background-color: #286DF7;
}
</style>
border-color css
<style>
span { border-color: #286DF7; }
span { border-color: rgb(40,109,247); }
td.TdClassName
{
border-color: #286DF7;
}
.TagClassName
{
border-color: #286DF7;
}
</style>