Shades of Royal Blue #287CDD
Tints of Royal Blue #287CDD
RGB
CMYK
RGB Variations
Color information
#287CDD (or 0x287CDD) is known color: Royal Blue. HEX triplet: 28, 7C and DD. RGB value is (40,124,221). Sum of RGB (Red+Green+Blue) = 40+124+221=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #287CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CDD is #D78322. Grayscale: #6D6D6D. Windows color (decimal): -14123811 or 14515240. OLE color: 14515240.
HSL color Cylindrical-coordinate representation of color #287CDD: hue angle of 212.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287CDD is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 124 | 221 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.13 |
| HSL | 212.15º | 0.73% | 0.51% | - |
| HSV(B) | 212.15º | 0.82% | 0.87% | - |
| XYZ | 21.13 | 20.09 | 71.17 | - |
| YUV | 109.94 | 190.67 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 221 | 0.82 | 0.44 | 0 | 0.13 | 212.15 | 0.73 | 0.51 |
| Hex | 28 | 7C | DD | 52 | 2C | 0 | D | D4 | 49 | 33 |
| Octal | 50 | 174 | 335 | 122 | 54 | 0 | 15 | 324 | 111 | 63 |
| Binary | 101000 | 1111100 | 11011101 | 1010010 | 101100 | 0 | 1101 | 11010100 | 1001001 | 110011 |
Color Harmonies of #287CDD
Complementary color
Monochromatic Colors of #287CDD
Black with #287CDD
Text Example
Text Example
White with #287CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CDD; }
p { color: rgb(40,124,221); }
H1.HeaderClassName
{
color: #287CDD;
}
.AnyTagClassName
{
color: #287CDD;
}
</style>
background-color css
<style>
a { background-color: #287CDD; }
a { background-color: rgb(40,124,221); }
div.DivClassName
{
background-color: #287CDD;
}
.BgClassName
{
background-color: #287CDD;
}
</style>
border-color css
<style>
span { border-color: #287CDD; }
span { border-color: rgb(40,124,221); }
td.TdClassName
{
border-color: #287CDD;
}
.TagClassName
{
border-color: #287CDD;
}
</style>