Shades of Medium Blue #2416E0
Tints of Medium Blue #2416E0
RGB
CMYK
RGB Variations
Color information
#2416E0 (or 0x2416E0) is known color: Medium Blue. HEX triplet: 24, 16 and E0. RGB value is (36,22,224). Sum of RGB (Red+Green+Blue) = 36+22+224=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 224 (87.89% from 255 or 79.43% from 282); Max value from RGB is 224 - color contains mainly: blue. Hex color #2416E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2416E0 is #DBE91F. Grayscale: #303030. Windows color (decimal): -14412064 or 14685732. OLE color: 14685732.
HSL color Cylindrical-coordinate representation of color #2416E0: hue angle of 244.16º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2416E0 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 22 | 224 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.12 |
| HSL | 244.16º | 0.82% | 0.48% | - |
| HSV(B) | 244.16º | 0.9% | 0.88% | - |
| XYZ | 14.47 | 6.33 | 70.98 | - |
| YUV | 49.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 224 | 0.84 | 0.90 | 0 | 0.12 | 244.16 | 0.82 | 0.48 |
| Hex | 24 | 16 | E0 | 54 | 5A | 0 | C | F4 | 52 | 30 |
| Octal | 44 | 26 | 340 | 124 | 132 | 0 | 14 | 364 | 122 | 60 |
| Binary | 100100 | 10110 | 11100000 | 1010100 | 1011010 | 0 | 1100 | 11110100 | 1010010 | 110000 |
Color Harmonies of #2416E0
Complementary color
Monochromatic Colors of #2416E0
Black with #2416E0
Text Example
Text Example
White with #2416E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2416E0; }
p { color: rgb(36,22,224); }
H1.HeaderClassName
{
color: #2416E0;
}
.AnyTagClassName
{
color: #2416E0;
}
</style>
background-color css
<style>
a { background-color: #2416E0; }
a { background-color: rgb(36,22,224); }
div.DivClassName
{
background-color: #2416E0;
}
.BgClassName
{
background-color: #2416E0;
}
</style>
border-color css
<style>
span { border-color: #2416E0; }
span { border-color: rgb(36,22,224); }
td.TdClassName
{
border-color: #2416E0;
}
.TagClassName
{
border-color: #2416E0;
}
</style>