Shades of Royal Blue #287BDB
Tints of Royal Blue #287BDB
RGB
CMYK
RGB Variations
Color information
#287BDB (or 0x287BDB) is known color: Royal Blue. HEX triplet: 28, 7B and DB. RGB value is (40,123,219). Sum of RGB (Red+Green+Blue) = 40+123+219=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #287BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287BDB is #D78424. Grayscale: #6C6C6C. Windows color (decimal): -14124069 or 14383912. OLE color: 14383912.
HSL color Cylindrical-coordinate representation of color #287BDB: hue angle of 212.18º 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 #287BDB is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 123 | 219 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.14 |
| HSL | 212.18º | 0.71% | 0.51% | - |
| HSV(B) | 212.18º | 0.82% | 0.86% | - |
| XYZ | 20.74 | 19.73 | 69.73 | - |
| YUV | 109.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 219 | 0.82 | 0.44 | 0 | 0.14 | 212.18 | 0.71 | 0.51 |
| Hex | 28 | 7B | DB | 52 | 2C | 0 | E | D4 | 47 | 33 |
| Octal | 50 | 173 | 333 | 122 | 54 | 0 | 16 | 324 | 107 | 63 |
| Binary | 101000 | 1111011 | 11011011 | 1010010 | 101100 | 0 | 1110 | 11010100 | 1000111 | 110011 |
Color Harmonies of #287BDB
Complementary color
Monochromatic Colors of #287BDB
Black with #287BDB
Text Example
Text Example
White with #287BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BDB; }
p { color: rgb(40,123,219); }
H1.HeaderClassName
{
color: #287BDB;
}
.AnyTagClassName
{
color: #287BDB;
}
</style>
background-color css
<style>
a { background-color: #287BDB; }
a { background-color: rgb(40,123,219); }
div.DivClassName
{
background-color: #287BDB;
}
.BgClassName
{
background-color: #287BDB;
}
</style>
border-color css
<style>
span { border-color: #287BDB; }
span { border-color: rgb(40,123,219); }
td.TdClassName
{
border-color: #287BDB;
}
.TagClassName
{
border-color: #287BDB;
}
</style>