Shades of Royal Blue #286BFD
Tints of Royal Blue #286BFD
RGB
CMYK
RGB Variations
Color information
#286BFD (or 0x286BFD) is known color: Royal Blue. HEX triplet: 28, 6B and FD. RGB value is (40,107,253). Sum of RGB (Red+Green+Blue) = 40+107+253=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #286BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BFD is #D79402. Grayscale: #666666. Windows color (decimal): -14128131 or 16608040. OLE color: 16608040.
HSL color Cylindrical-coordinate representation of color #286BFD: hue angle of 221.13º 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 #286BFD is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 107 | 253 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.01 |
| HSL | 221.13º | 0.98% | 0.57% | - |
| HSV(B) | 221.13º | 0.84% | 0.99% | - |
| XYZ | 23.86 | 18.06 | 95.16 | - |
| YUV | 103.61 | 212.3 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 253 | 0.84 | 0.58 | 0 | 0.01 | 221.13 | 0.98 | 0.57 |
| Hex | 28 | 6B | FD | 54 | 3A | 0 | 1 | DD | 62 | 39 |
| Octal | 50 | 153 | 375 | 124 | 72 | 0 | 1 | 335 | 142 | 71 |
| Binary | 101000 | 1101011 | 11111101 | 1010100 | 111010 | 0 | 1 | 11011101 | 1100010 | 111001 |
Color Harmonies of #286BFD
Complementary color
Monochromatic Colors of #286BFD
Black with #286BFD
Text Example
Text Example
White with #286BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BFD; }
p { color: rgb(40,107,253); }
H1.HeaderClassName
{
color: #286BFD;
}
.AnyTagClassName
{
color: #286BFD;
}
</style>
background-color css
<style>
a { background-color: #286BFD; }
a { background-color: rgb(40,107,253); }
div.DivClassName
{
background-color: #286BFD;
}
.BgClassName
{
background-color: #286BFD;
}
</style>
border-color css
<style>
span { border-color: #286BFD; }
span { border-color: rgb(40,107,253); }
td.TdClassName
{
border-color: #286BFD;
}
.TagClassName
{
border-color: #286BFD;
}
</style>