Shades of Royal Blue #286EFD
Tints of Royal Blue #286EFD
RGB
CMYK
RGB Variations
Color information
#286EFD (or 0x286EFD) is known color: Royal Blue. HEX triplet: 28, 6E and FD. RGB value is (40,110,253). Sum of RGB (Red+Green+Blue) = 40+110+253=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #286EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EFD is #D79102. Grayscale: #686868. Windows color (decimal): -14127363 or 16608808. OLE color: 16608808.
HSL color Cylindrical-coordinate representation of color #286EFD: hue angle of 220.28º degrees, saturation: 0.98, 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 #286EFD is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 110 | 253 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.01 |
| HSL | 220.28º | 0.98% | 0.57% | - |
| HSV(B) | 220.28º | 0.84% | 0.99% | - |
| XYZ | 24.18 | 18.69 | 95.26 | - |
| YUV | 105.37 | 211.31 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 253 | 0.84 | 0.57 | 0 | 0.01 | 220.28 | 0.98 | 0.57 |
| Hex | 28 | 6E | FD | 54 | 39 | 0 | 1 | DC | 62 | 39 |
| Octal | 50 | 156 | 375 | 124 | 71 | 0 | 1 | 334 | 142 | 71 |
| Binary | 101000 | 1101110 | 11111101 | 1010100 | 111001 | 0 | 1 | 11011100 | 1100010 | 111001 |
Color Harmonies of #286EFD
Complementary color
Monochromatic Colors of #286EFD
Black with #286EFD
Text Example
Text Example
White with #286EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EFD; }
p { color: rgb(40,110,253); }
H1.HeaderClassName
{
color: #286EFD;
}
.AnyTagClassName
{
color: #286EFD;
}
</style>
background-color css
<style>
a { background-color: #286EFD; }
a { background-color: rgb(40,110,253); }
div.DivClassName
{
background-color: #286EFD;
}
.BgClassName
{
background-color: #286EFD;
}
</style>
border-color css
<style>
span { border-color: #286EFD; }
span { border-color: rgb(40,110,253); }
td.TdClassName
{
border-color: #286EFD;
}
.TagClassName
{
border-color: #286EFD;
}
</style>