Shades of Royal Blue #285CEC
Tints of Royal Blue #285CEC
RGB
CMYK
RGB Variations
Color information
#285CEC (or 0x285CEC) is known color: Royal Blue. HEX triplet: 28, 5C and EC. RGB value is (40,92,236). Sum of RGB (Red+Green+Blue) = 40+92+236=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #285CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CEC is #D7A313. Grayscale: #5C5C5C. Windows color (decimal): -14131988 or 15490088. OLE color: 15490088.
HSL color Cylindrical-coordinate representation of color #285CEC: hue angle of 224.08º 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 #285CEC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 92 | 236 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.07 |
| HSL | 224.08º | 0.84% | 0.54% | - |
| HSV(B) | 224.08º | 0.83% | 0.93% | - |
| XYZ | 19.84 | 14.16 | 81.04 | - |
| YUV | 92.87 | 208.77 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 236 | 0.83 | 0.61 | 0 | 0.07 | 224.08 | 0.84 | 0.54 |
| Hex | 28 | 5C | EC | 53 | 3D | 0 | 7 | E0 | 54 | 36 |
| Octal | 50 | 134 | 354 | 123 | 75 | 0 | 7 | 340 | 124 | 66 |
| Binary | 101000 | 1011100 | 11101100 | 1010011 | 111101 | 0 | 111 | 11100000 | 1010100 | 110110 |
Color Harmonies of #285CEC
Complementary color
Monochromatic Colors of #285CEC
Black with #285CEC
Text Example
Text Example
White with #285CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285CEC; }
p { color: rgb(40,92,236); }
H1.HeaderClassName
{
color: #285CEC;
}
.AnyTagClassName
{
color: #285CEC;
}
</style>
background-color css
<style>
a { background-color: #285CEC; }
a { background-color: rgb(40,92,236); }
div.DivClassName
{
background-color: #285CEC;
}
.BgClassName
{
background-color: #285CEC;
}
</style>
border-color css
<style>
span { border-color: #285CEC; }
span { border-color: rgb(40,92,236); }
td.TdClassName
{
border-color: #285CEC;
}
.TagClassName
{
border-color: #285CEC;
}
</style>