Shades of Royal Blue #287EDD
Tints of Royal Blue #287EDD
RGB
CMYK
RGB Variations
Color information
#287EDD (or 0x287EDD) is known color: Royal Blue. HEX triplet: 28, 7E and DD. RGB value is (40,126,221). Sum of RGB (Red+Green+Blue) = 40+126+221=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #287EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287EDD is #D78122. Grayscale: #6E6E6E. Windows color (decimal): -14123299 or 14515752. OLE color: 14515752.
HSL color Cylindrical-coordinate representation of color #287EDD: hue angle of 211.49º 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 #287EDD is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 126 | 221 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.13 |
| HSL | 211.49º | 0.73% | 0.51% | - |
| HSV(B) | 211.49º | 0.82% | 0.87% | - |
| XYZ | 21.39 | 20.59 | 71.25 | - |
| YUV | 111.12 | 190.01 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 221 | 0.82 | 0.43 | 0 | 0.13 | 211.49 | 0.73 | 0.51 |
| Hex | 28 | 7E | DD | 52 | 2B | 0 | D | D3 | 49 | 33 |
| Octal | 50 | 176 | 335 | 122 | 53 | 0 | 15 | 323 | 111 | 63 |
| Binary | 101000 | 1111110 | 11011101 | 1010010 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #287EDD
Complementary color
Monochromatic Colors of #287EDD
Black with #287EDD
Text Example
Text Example
White with #287EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EDD; }
p { color: rgb(40,126,221); }
H1.HeaderClassName
{
color: #287EDD;
}
.AnyTagClassName
{
color: #287EDD;
}
</style>
background-color css
<style>
a { background-color: #287EDD; }
a { background-color: rgb(40,126,221); }
div.DivClassName
{
background-color: #287EDD;
}
.BgClassName
{
background-color: #287EDD;
}
</style>
border-color css
<style>
span { border-color: #287EDD; }
span { border-color: rgb(40,126,221); }
td.TdClassName
{
border-color: #287EDD;
}
.TagClassName
{
border-color: #287EDD;
}
</style>