Shades of Royal Blue #287FDB
Tints of Royal Blue #287FDB
RGB
CMYK
RGB Variations
Color information
#287FDB (or 0x287FDB) is known color: Royal Blue. HEX triplet: 28, 7F and DB. RGB value is (40,127,219). Sum of RGB (Red+Green+Blue) = 40+127+219=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #287FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FDB is #D78024. Grayscale: #6F6F6F. Windows color (decimal): -14123045 or 14384936. OLE color: 14384936.
HSL color Cylindrical-coordinate representation of color #287FDB: hue angle of 210.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287FDB is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 127 | 219 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.14 |
| HSL | 210.84º | 0.71% | 0.51% | - |
| HSV(B) | 210.84º | 0.82% | 0.86% | - |
| XYZ | 21.25 | 20.74 | 69.9 | - |
| YUV | 111.48 | 188.68 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 219 | 0.82 | 0.42 | 0 | 0.14 | 210.84 | 0.71 | 0.51 |
| Hex | 28 | 7F | DB | 52 | 2A | 0 | E | D3 | 47 | 33 |
| Octal | 50 | 177 | 333 | 122 | 52 | 0 | 16 | 323 | 107 | 63 |
| Binary | 101000 | 1111111 | 11011011 | 1010010 | 101010 | 0 | 1110 | 11010011 | 1000111 | 110011 |
Color Harmonies of #287FDB
Complementary color
Monochromatic Colors of #287FDB
Black with #287FDB
Text Example
Text Example
White with #287FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FDB; }
p { color: rgb(40,127,219); }
H1.HeaderClassName
{
color: #287FDB;
}
.AnyTagClassName
{
color: #287FDB;
}
</style>
background-color css
<style>
a { background-color: #287FDB; }
a { background-color: rgb(40,127,219); }
div.DivClassName
{
background-color: #287FDB;
}
.BgClassName
{
background-color: #287FDB;
}
</style>
border-color css
<style>
span { border-color: #287FDB; }
span { border-color: rgb(40,127,219); }
td.TdClassName
{
border-color: #287FDB;
}
.TagClassName
{
border-color: #287FDB;
}
</style>