Shades of Royal Blue #287ADB
Tints of Royal Blue #287ADB
RGB
CMYK
RGB Variations
Color information
#287ADB (or 0x287ADB) is known color: Royal Blue. HEX triplet: 28, 7A and DB. RGB value is (40,122,219). Sum of RGB (Red+Green+Blue) = 40+122+219=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #287ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ADB is #D78524. Grayscale: #6C6C6C. Windows color (decimal): -14124325 or 14383656. OLE color: 14383656.
HSL color Cylindrical-coordinate representation of color #287ADB: hue angle of 212.51º 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 #287ADB is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 122 | 219 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.14 |
| HSL | 212.51º | 0.71% | 0.51% | - |
| HSV(B) | 212.51º | 0.82% | 0.86% | - |
| XYZ | 20.62 | 19.48 | 69.69 | - |
| YUV | 108.54 | 190.33 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 219 | 0.82 | 0.44 | 0 | 0.14 | 212.51 | 0.71 | 0.51 |
| Hex | 28 | 7A | DB | 52 | 2C | 0 | E | D5 | 47 | 33 |
| Octal | 50 | 172 | 333 | 122 | 54 | 0 | 16 | 325 | 107 | 63 |
| Binary | 101000 | 1111010 | 11011011 | 1010010 | 101100 | 0 | 1110 | 11010101 | 1000111 | 110011 |
Color Harmonies of #287ADB
Complementary color
Monochromatic Colors of #287ADB
Black with #287ADB
Text Example
Text Example
White with #287ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287ADB; }
p { color: rgb(40,122,219); }
H1.HeaderClassName
{
color: #287ADB;
}
.AnyTagClassName
{
color: #287ADB;
}
</style>
background-color css
<style>
a { background-color: #287ADB; }
a { background-color: rgb(40,122,219); }
div.DivClassName
{
background-color: #287ADB;
}
.BgClassName
{
background-color: #287ADB;
}
</style>
border-color css
<style>
span { border-color: #287ADB; }
span { border-color: rgb(40,122,219); }
td.TdClassName
{
border-color: #287ADB;
}
.TagClassName
{
border-color: #287ADB;
}
</style>