Shades of Royal Blue #285ADE
Tints of Royal Blue #285ADE
RGB
CMYK
RGB Variations
Color information
#285ADE (or 0x285ADE) is known color: Royal Blue. HEX triplet: 28, 5A and DE. RGB value is (40,90,222). Sum of RGB (Red+Green+Blue) = 40+90+222=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #285ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ADE is #D7A521. Grayscale: #595959. Windows color (decimal): -14132514 or 14572072. OLE color: 14572072.
HSL color Cylindrical-coordinate representation of color #285ADE: hue angle of 223.52º 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 #285ADE is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 90 | 222 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.13 |
| HSL | 223.52º | 0.73% | 0.51% | - |
| HSV(B) | 223.52º | 0.82% | 0.87% | - |
| XYZ | 17.72 | 13.04 | 70.69 | - |
| YUV | 90.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 222 | 0.82 | 0.59 | 0 | 0.13 | 223.52 | 0.73 | 0.51 |
| Hex | 28 | 5A | DE | 52 | 3B | 0 | D | E0 | 49 | 33 |
| Octal | 50 | 132 | 336 | 122 | 73 | 0 | 15 | 340 | 111 | 63 |
| Binary | 101000 | 1011010 | 11011110 | 1010010 | 111011 | 0 | 1101 | 11100000 | 1001001 | 110011 |
Color Harmonies of #285ADE
Complementary color
Monochromatic Colors of #285ADE
Black with #285ADE
Text Example
Text Example
White with #285ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285ADE; }
p { color: rgb(40,90,222); }
H1.HeaderClassName
{
color: #285ADE;
}
.AnyTagClassName
{
color: #285ADE;
}
</style>
background-color css
<style>
a { background-color: #285ADE; }
a { background-color: rgb(40,90,222); }
div.DivClassName
{
background-color: #285ADE;
}
.BgClassName
{
background-color: #285ADE;
}
</style>
border-color css
<style>
span { border-color: #285ADE; }
span { border-color: rgb(40,90,222); }
td.TdClassName
{
border-color: #285ADE;
}
.TagClassName
{
border-color: #285ADE;
}
</style>