Shades of Royal Blue #286BD8
Tints of Royal Blue #286BD8
RGB
CMYK
RGB Variations
Color information
#286BD8 (or 0x286BD8) is known color: Royal Blue. HEX triplet: 28, 6B and D8. RGB value is (40,107,216). Sum of RGB (Red+Green+Blue) = 40+107+216=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #286BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BD8 is #D79427. Grayscale: #626262. Windows color (decimal): -14128168 or 14183208. OLE color: 14183208.
HSL color Cylindrical-coordinate representation of color #286BD8: hue angle of 217.16º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286BD8 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 107 | 216 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.15 |
| HSL | 217.16º | 0.69% | 0.5% | - |
| HSV(B) | 217.16º | 0.81% | 0.85% | - |
| XYZ | 18.53 | 15.92 | 67.06 | - |
| YUV | 99.39 | 193.8 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 216 | 0.81 | 0.50 | 0 | 0.15 | 217.16 | 0.69 | 0.5 |
| Hex | 28 | 6B | D8 | 51 | 32 | 0 | F | D9 | 45 | 32 |
| Octal | 50 | 153 | 330 | 121 | 62 | 0 | 17 | 331 | 105 | 62 |
| Binary | 101000 | 1101011 | 11011000 | 1010001 | 110010 | 0 | 1111 | 11011001 | 1000101 | 110010 |
Color Harmonies of #286BD8
Complementary color
Monochromatic Colors of #286BD8
Black with #286BD8
Text Example
Text Example
White with #286BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BD8; }
p { color: rgb(40,107,216); }
H1.HeaderClassName
{
color: #286BD8;
}
.AnyTagClassName
{
color: #286BD8;
}
</style>
background-color css
<style>
a { background-color: #286BD8; }
a { background-color: rgb(40,107,216); }
div.DivClassName
{
background-color: #286BD8;
}
.BgClassName
{
background-color: #286BD8;
}
</style>
border-color css
<style>
span { border-color: #286BD8; }
span { border-color: rgb(40,107,216); }
td.TdClassName
{
border-color: #286BD8;
}
.TagClassName
{
border-color: #286BD8;
}
</style>