Shades of Royal Blue #287EDE
Tints of Royal Blue #287EDE
RGB
CMYK
RGB Variations
Color information
#287EDE (or 0x287EDE) is known color: Royal Blue. HEX triplet: 28, 7E and DE. RGB value is (40,126,222). Sum of RGB (Red+Green+Blue) = 40+126+222=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #287EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287EDE is #D78121. Grayscale: #6E6E6E. Windows color (decimal): -14123298 or 14581288. OLE color: 14581288.
HSL color Cylindrical-coordinate representation of color #287EDE: hue angle of 211.65º 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 #287EDE is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 126 | 222 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.13 |
| HSL | 211.65º | 0.73% | 0.51% | - |
| HSV(B) | 211.65º | 0.82% | 0.87% | - |
| XYZ | 21.52 | 20.65 | 71.96 | - |
| YUV | 111.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 222 | 0.82 | 0.43 | 0 | 0.13 | 211.65 | 0.73 | 0.51 |
| Hex | 28 | 7E | DE | 52 | 2B | 0 | D | D4 | 49 | 33 |
| Octal | 50 | 176 | 336 | 122 | 53 | 0 | 15 | 324 | 111 | 63 |
| Binary | 101000 | 1111110 | 11011110 | 1010010 | 101011 | 0 | 1101 | 11010100 | 1001001 | 110011 |
Color Harmonies of #287EDE
Complementary color
Monochromatic Colors of #287EDE
Black with #287EDE
Text Example
Text Example
White with #287EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EDE; }
p { color: rgb(40,126,222); }
H1.HeaderClassName
{
color: #287EDE;
}
.AnyTagClassName
{
color: #287EDE;
}
</style>
background-color css
<style>
a { background-color: #287EDE; }
a { background-color: rgb(40,126,222); }
div.DivClassName
{
background-color: #287EDE;
}
.BgClassName
{
background-color: #287EDE;
}
</style>
border-color css
<style>
span { border-color: #287EDE; }
span { border-color: rgb(40,126,222); }
td.TdClassName
{
border-color: #287EDE;
}
.TagClassName
{
border-color: #287EDE;
}
</style>