Shades of Royal Blue #285AED
Tints of Royal Blue #285AED
RGB
CMYK
RGB Variations
Color information
#285AED (or 0x285AED) is known color: Royal Blue. HEX triplet: 28, 5A and ED. RGB value is (40,90,237). Sum of RGB (Red+Green+Blue) = 40+90+237=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #285AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285AED is #D7A512. Grayscale: #5B5B5B. Windows color (decimal): -14132499 or 15555112. OLE color: 15555112.
HSL color Cylindrical-coordinate representation of color #285AED: hue angle of 224.77º 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 #285AED is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 90 | 237 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.07 |
| HSL | 224.77º | 0.85% | 0.54% | - |
| HSV(B) | 224.77º | 0.83% | 0.93% | - |
| XYZ | 19.82 | 13.88 | 81.75 | - |
| YUV | 91.81 | 209.94 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 237 | 0.83 | 0.62 | 0 | 0.07 | 224.77 | 0.85 | 0.54 |
| Hex | 28 | 5A | ED | 53 | 3E | 0 | 7 | E1 | 55 | 36 |
| Octal | 50 | 132 | 355 | 123 | 76 | 0 | 7 | 341 | 125 | 66 |
| Binary | 101000 | 1011010 | 11101101 | 1010011 | 111110 | 0 | 111 | 11100001 | 1010101 | 110110 |
Color Harmonies of #285AED
Complementary color
Monochromatic Colors of #285AED
Black with #285AED
Text Example
Text Example
White with #285AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AED; }
p { color: rgb(40,90,237); }
H1.HeaderClassName
{
color: #285AED;
}
.AnyTagClassName
{
color: #285AED;
}
</style>
background-color css
<style>
a { background-color: #285AED; }
a { background-color: rgb(40,90,237); }
div.DivClassName
{
background-color: #285AED;
}
.BgClassName
{
background-color: #285AED;
}
</style>
border-color css
<style>
span { border-color: #285AED; }
span { border-color: rgb(40,90,237); }
td.TdClassName
{
border-color: #285AED;
}
.TagClassName
{
border-color: #285AED;
}
</style>