Shades of Royal Blue #284EEC
Tints of Royal Blue #284EEC
RGB
CMYK
RGB Variations
Color information
#284EEC (or 0x284EEC) is known color: Royal Blue. HEX triplet: 28, 4E and EC. RGB value is (40,78,236). Sum of RGB (Red+Green+Blue) = 40+78+236=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #284EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284EEC is #D7B113. Grayscale: #535353. Windows color (decimal): -14135572 or 15486504. OLE color: 15486504.
HSL color Cylindrical-coordinate representation of color #284EEC: hue angle of 228.37º 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 #284EEC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 78 | 236 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.07 |
| HSL | 228.37º | 0.84% | 0.54% | - |
| HSV(B) | 228.37º | 0.83% | 0.93% | - |
| XYZ | 18.74 | 11.96 | 80.68 | - |
| YUV | 84.65 | 213.41 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 236 | 0.83 | 0.67 | 0 | 0.07 | 228.37 | 0.84 | 0.54 |
| Hex | 28 | 4E | EC | 53 | 43 | 0 | 7 | E4 | 54 | 36 |
| Octal | 50 | 116 | 354 | 123 | 103 | 0 | 7 | 344 | 124 | 66 |
| Binary | 101000 | 1001110 | 11101100 | 1010011 | 1000011 | 0 | 111 | 11100100 | 1010100 | 110110 |
Color Harmonies of #284EEC
Complementary color
Monochromatic Colors of #284EEC
Black with #284EEC
Text Example
Text Example
White with #284EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284EEC; }
p { color: rgb(40,78,236); }
H1.HeaderClassName
{
color: #284EEC;
}
.AnyTagClassName
{
color: #284EEC;
}
</style>
background-color css
<style>
a { background-color: #284EEC; }
a { background-color: rgb(40,78,236); }
div.DivClassName
{
background-color: #284EEC;
}
.BgClassName
{
background-color: #284EEC;
}
</style>
border-color css
<style>
span { border-color: #284EEC; }
span { border-color: rgb(40,78,236); }
td.TdClassName
{
border-color: #284EEC;
}
.TagClassName
{
border-color: #284EEC;
}
</style>