Shades of Royal Blue #287DD9
Tints of Royal Blue #287DD9
RGB
CMYK
RGB Variations
Color information
#287DD9 (or 0x287DD9) is known color: Royal Blue. HEX triplet: 28, 7D and D9. RGB value is (40,125,217). Sum of RGB (Red+Green+Blue) = 40+125+217=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #287DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287DD9 is #D78226. Grayscale: #6D6D6D. Windows color (decimal): -14123559 or 14253352. OLE color: 14253352.
HSL color Cylindrical-coordinate representation of color #287DD9: hue angle of 211.19º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287DD9 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 125 | 217 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.15 |
| HSL | 211.19º | 0.7% | 0.5% | - |
| HSV(B) | 211.19º | 0.82% | 0.85% | - |
| XYZ | 20.73 | 20.13 | 68.44 | - |
| YUV | 110.07 | 188.34 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 217 | 0.82 | 0.42 | 0 | 0.15 | 211.19 | 0.7 | 0.5 |
| Hex | 28 | 7D | D9 | 52 | 2A | 0 | F | D3 | 46 | 32 |
| Octal | 50 | 175 | 331 | 122 | 52 | 0 | 17 | 323 | 106 | 62 |
| Binary | 101000 | 1111101 | 11011001 | 1010010 | 101010 | 0 | 1111 | 11010011 | 1000110 | 110010 |
Color Harmonies of #287DD9
Complementary color
Monochromatic Colors of #287DD9
Black with #287DD9
Text Example
Text Example
White with #287DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DD9; }
p { color: rgb(40,125,217); }
H1.HeaderClassName
{
color: #287DD9;
}
.AnyTagClassName
{
color: #287DD9;
}
</style>
background-color css
<style>
a { background-color: #287DD9; }
a { background-color: rgb(40,125,217); }
div.DivClassName
{
background-color: #287DD9;
}
.BgClassName
{
background-color: #287DD9;
}
</style>
border-color css
<style>
span { border-color: #287DD9; }
span { border-color: rgb(40,125,217); }
td.TdClassName
{
border-color: #287DD9;
}
.TagClassName
{
border-color: #287DD9;
}
</style>