Shades of Royal Blue #285BDE
Tints of Royal Blue #285BDE
RGB
CMYK
RGB Variations
Color information
#285BDE (or 0x285BDE) is known color: Royal Blue. HEX triplet: 28, 5B and DE. RGB value is (40,91,222). Sum of RGB (Red+Green+Blue) = 40+91+222=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #285BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BDE is #D7A421. Grayscale: #5A5A5A. Windows color (decimal): -14132258 or 14572328. OLE color: 14572328.
HSL color Cylindrical-coordinate representation of color #285BDE: hue angle of 223.19º 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 #285BDE is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 91 | 222 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.13 |
| HSL | 223.19º | 0.73% | 0.51% | - |
| HSV(B) | 223.19º | 0.82% | 0.87% | - |
| XYZ | 17.8 | 13.21 | 70.72 | - |
| YUV | 90.69 | 202.1 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 222 | 0.82 | 0.59 | 0 | 0.13 | 223.19 | 0.73 | 0.51 |
| Hex | 28 | 5B | DE | 52 | 3B | 0 | D | DF | 49 | 33 |
| Octal | 50 | 133 | 336 | 122 | 73 | 0 | 15 | 337 | 111 | 63 |
| Binary | 101000 | 1011011 | 11011110 | 1010010 | 111011 | 0 | 1101 | 11011111 | 1001001 | 110011 |
Color Harmonies of #285BDE
Complementary color
Monochromatic Colors of #285BDE
Black with #285BDE
Text Example
Text Example
White with #285BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BDE; }
p { color: rgb(40,91,222); }
H1.HeaderClassName
{
color: #285BDE;
}
.AnyTagClassName
{
color: #285BDE;
}
</style>
background-color css
<style>
a { background-color: #285BDE; }
a { background-color: rgb(40,91,222); }
div.DivClassName
{
background-color: #285BDE;
}
.BgClassName
{
background-color: #285BDE;
}
</style>
border-color css
<style>
span { border-color: #285BDE; }
span { border-color: rgb(40,91,222); }
td.TdClassName
{
border-color: #285BDE;
}
.TagClassName
{
border-color: #285BDE;
}
</style>