Shades of Royal Blue #286EF8
Tints of Royal Blue #286EF8
RGB
CMYK
RGB Variations
Color information
#286EF8 (or 0x286EF8) is known color: Royal Blue. HEX triplet: 28, 6E and F8. RGB value is (40,110,248). Sum of RGB (Red+Green+Blue) = 40+110+248=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #286EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EF8 is #D79107. Grayscale: #686868. Windows color (decimal): -14127368 or 16281128. OLE color: 16281128.
HSL color Cylindrical-coordinate representation of color #286EF8: hue angle of 219.81º 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 #286EF8 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 110 | 248 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.03 |
| HSL | 219.81º | 0.94% | 0.56% | - |
| HSV(B) | 219.81º | 0.84% | 0.97% | - |
| XYZ | 23.39 | 18.38 | 91.12 | - |
| YUV | 104.8 | 208.81 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 248 | 0.84 | 0.56 | 0 | 0.03 | 219.81 | 0.94 | 0.56 |
| Hex | 28 | 6E | F8 | 54 | 38 | 0 | 3 | DC | 5E | 38 |
| Octal | 50 | 156 | 370 | 124 | 70 | 0 | 3 | 334 | 136 | 70 |
| Binary | 101000 | 1101110 | 11111000 | 1010100 | 111000 | 0 | 11 | 11011100 | 1011110 | 111000 |
Color Harmonies of #286EF8
Complementary color
Monochromatic Colors of #286EF8
Black with #286EF8
Text Example
Text Example
White with #286EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EF8; }
p { color: rgb(40,110,248); }
H1.HeaderClassName
{
color: #286EF8;
}
.AnyTagClassName
{
color: #286EF8;
}
</style>
background-color css
<style>
a { background-color: #286EF8; }
a { background-color: rgb(40,110,248); }
div.DivClassName
{
background-color: #286EF8;
}
.BgClassName
{
background-color: #286EF8;
}
</style>
border-color css
<style>
span { border-color: #286EF8; }
span { border-color: rgb(40,110,248); }
td.TdClassName
{
border-color: #286EF8;
}
.TagClassName
{
border-color: #286EF8;
}
</style>