Shades of Royal Blue #285FEC
Tints of Royal Blue #285FEC
RGB
CMYK
RGB Variations
Color information
#285FEC (or 0x285FEC) is known color: Royal Blue. HEX triplet: 28, 5F and EC. RGB value is (40,95,236). Sum of RGB (Red+Green+Blue) = 40+95+236=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #285FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285FEC is #D7A013. Grayscale: #5E5E5E. Windows color (decimal): -14131220 or 15490856. OLE color: 15490856.
HSL color Cylindrical-coordinate representation of color #285FEC: hue angle of 223.16º degrees, saturation: 0.84, 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 #285FEC is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 95 | 236 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.07 |
| HSL | 223.16º | 0.84% | 0.54% | - |
| HSV(B) | 223.16º | 0.83% | 0.93% | - |
| XYZ | 20.11 | 14.69 | 81.13 | - |
| YUV | 94.63 | 207.78 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 236 | 0.83 | 0.60 | 0 | 0.07 | 223.16 | 0.84 | 0.54 |
| Hex | 28 | 5F | EC | 53 | 3C | 0 | 7 | DF | 54 | 36 |
| Octal | 50 | 137 | 354 | 123 | 74 | 0 | 7 | 337 | 124 | 66 |
| Binary | 101000 | 1011111 | 11101100 | 1010011 | 111100 | 0 | 111 | 11011111 | 1010100 | 110110 |
Color Harmonies of #285FEC
Complementary color
Monochromatic Colors of #285FEC
Black with #285FEC
Text Example
Text Example
White with #285FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285FEC; }
p { color: rgb(40,95,236); }
H1.HeaderClassName
{
color: #285FEC;
}
.AnyTagClassName
{
color: #285FEC;
}
</style>
background-color css
<style>
a { background-color: #285FEC; }
a { background-color: rgb(40,95,236); }
div.DivClassName
{
background-color: #285FEC;
}
.BgClassName
{
background-color: #285FEC;
}
</style>
border-color css
<style>
span { border-color: #285FEC; }
span { border-color: rgb(40,95,236); }
td.TdClassName
{
border-color: #285FEC;
}
.TagClassName
{
border-color: #285FEC;
}
</style>