Shades of Royal Blue #285EDA
Tints of Royal Blue #285EDA
RGB
CMYK
RGB Variations
Color information
#285EDA (or 0x285EDA) is known color: Royal Blue. HEX triplet: 28, 5E and DA. RGB value is (40,94,218). Sum of RGB (Red+Green+Blue) = 40+94+218=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #285EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285EDA is #D7A125. Grayscale: #5B5B5B. Windows color (decimal): -14131494 or 14310952. OLE color: 14310952.
HSL color Cylindrical-coordinate representation of color #285EDA: hue angle of 221.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285EDA is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 94 | 218 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.15 |
| HSL | 221.8º | 0.71% | 0.51% | - |
| HSV(B) | 221.8º | 0.82% | 0.85% | - |
| XYZ | 17.53 | 13.52 | 68.01 | - |
| YUV | 91.99 | 199.11 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 218 | 0.82 | 0.57 | 0 | 0.15 | 221.8 | 0.71 | 0.51 |
| Hex | 28 | 5E | DA | 52 | 39 | 0 | F | DE | 47 | 33 |
| Octal | 50 | 136 | 332 | 122 | 71 | 0 | 17 | 336 | 107 | 63 |
| Binary | 101000 | 1011110 | 11011010 | 1010010 | 111001 | 0 | 1111 | 11011110 | 1000111 | 110011 |
Color Harmonies of #285EDA
Complementary color
Monochromatic Colors of #285EDA
Black with #285EDA
Text Example
Text Example
White with #285EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EDA; }
p { color: rgb(40,94,218); }
H1.HeaderClassName
{
color: #285EDA;
}
.AnyTagClassName
{
color: #285EDA;
}
</style>
background-color css
<style>
a { background-color: #285EDA; }
a { background-color: rgb(40,94,218); }
div.DivClassName
{
background-color: #285EDA;
}
.BgClassName
{
background-color: #285EDA;
}
</style>
border-color css
<style>
span { border-color: #285EDA; }
span { border-color: rgb(40,94,218); }
td.TdClassName
{
border-color: #285EDA;
}
.TagClassName
{
border-color: #285EDA;
}
</style>