Shades of Royal Blue #285AE0
Tints of Royal Blue #285AE0
RGB
CMYK
RGB Variations
Color information
#285AE0 (or 0x285AE0) is known color: Royal Blue. HEX triplet: 28, 5A and E0. RGB value is (40,90,224). Sum of RGB (Red+Green+Blue) = 40+90+224=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #285AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285AE0 is #D7A51F. Grayscale: #595959. Windows color (decimal): -14132512 or 14703144. OLE color: 14703144.
HSL color Cylindrical-coordinate representation of color #285AE0: hue angle of 223.7º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285AE0 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 90 | 224 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.12 |
| HSL | 223.7º | 0.75% | 0.52% | - |
| HSV(B) | 223.7º | 0.82% | 0.88% | - |
| XYZ | 17.99 | 13.15 | 72.11 | - |
| YUV | 90.33 | 203.44 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 224 | 0.82 | 0.60 | 0 | 0.12 | 223.7 | 0.75 | 0.52 |
| Hex | 28 | 5A | E0 | 52 | 3C | 0 | C | E0 | 4B | 34 |
| Octal | 50 | 132 | 340 | 122 | 74 | 0 | 14 | 340 | 113 | 64 |
| Binary | 101000 | 1011010 | 11100000 | 1010010 | 111100 | 0 | 1100 | 11100000 | 1001011 | 110100 |
Color Harmonies of #285AE0
Complementary color
Monochromatic Colors of #285AE0
Black with #285AE0
Text Example
Text Example
White with #285AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AE0; }
p { color: rgb(40,90,224); }
H1.HeaderClassName
{
color: #285AE0;
}
.AnyTagClassName
{
color: #285AE0;
}
</style>
background-color css
<style>
a { background-color: #285AE0; }
a { background-color: rgb(40,90,224); }
div.DivClassName
{
background-color: #285AE0;
}
.BgClassName
{
background-color: #285AE0;
}
</style>
border-color css
<style>
span { border-color: #285AE0; }
span { border-color: rgb(40,90,224); }
td.TdClassName
{
border-color: #285AE0;
}
.TagClassName
{
border-color: #285AE0;
}
</style>