Shades of Medium Blue #2415E1
Tints of Medium Blue #2415E1
RGB
CMYK
RGB Variations
Color information
#2415E1 (or 0x2415E1) is known color: Medium Blue. HEX triplet: 24, 15 and E1. RGB value is (36,21,225). Sum of RGB (Red+Green+Blue) = 36+21+225=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 225 (88.28% from 255 or 79.79% from 282); Max value from RGB is 225 - color contains mainly: blue. Hex color #2415E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415E1 is #DBEA1E. Grayscale: #2F2F2F. Windows color (decimal): -14412319 or 14751012. OLE color: 14751012.
HSL color Cylindrical-coordinate representation of color #2415E1: hue angle of 244.41º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2415E1 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 21 | 225 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.12 |
| HSL | 244.41º | 0.83% | 0.48% | - |
| HSV(B) | 244.41º | 0.91% | 0.88% | - |
| XYZ | 14.59 | 6.35 | 71.69 | - |
| YUV | 48.74 | 227.47 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 225 | 0.84 | 0.91 | 0 | 0.12 | 244.41 | 0.83 | 0.48 |
| Hex | 24 | 15 | E1 | 54 | 5B | 0 | C | F4 | 53 | 30 |
| Octal | 44 | 25 | 341 | 124 | 133 | 0 | 14 | 364 | 123 | 60 |
| Binary | 100100 | 10101 | 11100001 | 1010100 | 1011011 | 0 | 1100 | 11110100 | 1010011 | 110000 |
Color Harmonies of #2415E1
Complementary color
Monochromatic Colors of #2415E1
Black with #2415E1
Text Example
Text Example
White with #2415E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2415E1; }
p { color: rgb(36,21,225); }
H1.HeaderClassName
{
color: #2415E1;
}
.AnyTagClassName
{
color: #2415E1;
}
</style>
background-color css
<style>
a { background-color: #2415E1; }
a { background-color: rgb(36,21,225); }
div.DivClassName
{
background-color: #2415E1;
}
.BgClassName
{
background-color: #2415E1;
}
</style>
border-color css
<style>
span { border-color: #2415E1; }
span { border-color: rgb(36,21,225); }
td.TdClassName
{
border-color: #2415E1;
}
.TagClassName
{
border-color: #2415E1;
}
</style>