Shades of Royal Blue #285DED
Tints of Royal Blue #285DED
RGB
CMYK
RGB Variations
Color information
#285DED (or 0x285DED) is known color: Royal Blue. HEX triplet: 28, 5D and ED. RGB value is (40,93,237). Sum of RGB (Red+Green+Blue) = 40+93+237=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #285DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DED is #D7A212. Grayscale: #5C5C5C. Windows color (decimal): -14131731 or 15555880. OLE color: 15555880.
HSL color Cylindrical-coordinate representation of color #285DED: hue angle of 223.86º 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 #285DED is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 93 | 237 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.07 |
| HSL | 223.86º | 0.85% | 0.54% | - |
| HSV(B) | 223.86º | 0.83% | 0.93% | - |
| XYZ | 20.08 | 14.39 | 81.84 | - |
| YUV | 93.57 | 208.94 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 237 | 0.83 | 0.61 | 0 | 0.07 | 223.86 | 0.85 | 0.54 |
| Hex | 28 | 5D | ED | 53 | 3D | 0 | 7 | E0 | 55 | 36 |
| Octal | 50 | 135 | 355 | 123 | 75 | 0 | 7 | 340 | 125 | 66 |
| Binary | 101000 | 1011101 | 11101101 | 1010011 | 111101 | 0 | 111 | 11100000 | 1010101 | 110110 |
Color Harmonies of #285DED
Complementary color
Monochromatic Colors of #285DED
Black with #285DED
Text Example
Text Example
White with #285DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DED; }
p { color: rgb(40,93,237); }
H1.HeaderClassName
{
color: #285DED;
}
.AnyTagClassName
{
color: #285DED;
}
</style>
background-color css
<style>
a { background-color: #285DED; }
a { background-color: rgb(40,93,237); }
div.DivClassName
{
background-color: #285DED;
}
.BgClassName
{
background-color: #285DED;
}
</style>
border-color css
<style>
span { border-color: #285DED; }
span { border-color: rgb(40,93,237); }
td.TdClassName
{
border-color: #285DED;
}
.TagClassName
{
border-color: #285DED;
}
</style>