Shades of Royal Blue #285EED
Tints of Royal Blue #285EED
RGB
CMYK
RGB Variations
Color information
#285EED (or 0x285EED) is known color: Royal Blue. HEX triplet: 28, 5E and ED. RGB value is (40,94,237). Sum of RGB (Red+Green+Blue) = 40+94+237=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #285EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285EED is #D7A112. Grayscale: #5D5D5D. Windows color (decimal): -14131475 or 15556136. OLE color: 15556136.
HSL color Cylindrical-coordinate representation of color #285EED: hue angle of 223.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285EED is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 94 | 237 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.07 |
| HSL | 223.55º | 0.85% | 0.54% | - |
| HSV(B) | 223.55º | 0.83% | 0.93% | - |
| XYZ | 20.16 | 14.57 | 81.87 | - |
| YUV | 94.16 | 208.61 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 237 | 0.83 | 0.60 | 0 | 0.07 | 223.55 | 0.85 | 0.54 |
| Hex | 28 | 5E | ED | 53 | 3C | 0 | 7 | E0 | 55 | 36 |
| Octal | 50 | 136 | 355 | 123 | 74 | 0 | 7 | 340 | 125 | 66 |
| Binary | 101000 | 1011110 | 11101101 | 1010011 | 111100 | 0 | 111 | 11100000 | 1010101 | 110110 |
Color Harmonies of #285EED
Complementary color
Monochromatic Colors of #285EED
Black with #285EED
Text Example
Text Example
White with #285EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EED; }
p { color: rgb(40,94,237); }
H1.HeaderClassName
{
color: #285EED;
}
.AnyTagClassName
{
color: #285EED;
}
</style>
background-color css
<style>
a { background-color: #285EED; }
a { background-color: rgb(40,94,237); }
div.DivClassName
{
background-color: #285EED;
}
.BgClassName
{
background-color: #285EED;
}
</style>
border-color css
<style>
span { border-color: #285EED; }
span { border-color: rgb(40,94,237); }
td.TdClassName
{
border-color: #285EED;
}
.TagClassName
{
border-color: #285EED;
}
</style>