Shades of Medium Blue #2415DD
Tints of Medium Blue #2415DD
RGB
CMYK
RGB Variations
Color information
#2415DD (or 0x2415DD) is known color: Medium Blue. HEX triplet: 24, 15 and DD. RGB value is (36,21,221). Sum of RGB (Red+Green+Blue) = 36+21+221=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #2415DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415DD is #DBEA22. Grayscale: #2F2F2F. Windows color (decimal): -14412323 or 14488868. OLE color: 14488868.
HSL color Cylindrical-coordinate representation of color #2415DD: hue angle of 244.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2415DD is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 21 | 221 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.13 |
| HSL | 244.5º | 0.83% | 0.47% | - |
| HSV(B) | 244.5º | 0.9% | 0.87% | - |
| XYZ | 14.05 | 6.13 | 68.85 | - |
| YUV | 48.29 | 225.47 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 221 | 0.84 | 0.90 | 0 | 0.13 | 244.5 | 0.83 | 0.47 |
| Hex | 24 | 15 | DD | 54 | 5A | 0 | D | F4 | 53 | 2F |
| Octal | 44 | 25 | 335 | 124 | 132 | 0 | 15 | 364 | 123 | 57 |
| Binary | 100100 | 10101 | 11011101 | 1010100 | 1011010 | 0 | 1101 | 11110100 | 1010011 | 101111 |
Color Harmonies of #2415DD
Complementary color
Monochromatic Colors of #2415DD
Black with #2415DD
Text Example
Text Example
White with #2415DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2415DD; }
p { color: rgb(36,21,221); }
H1.HeaderClassName
{
color: #2415DD;
}
.AnyTagClassName
{
color: #2415DD;
}
</style>
background-color css
<style>
a { background-color: #2415DD; }
a { background-color: rgb(36,21,221); }
div.DivClassName
{
background-color: #2415DD;
}
.BgClassName
{
background-color: #2415DD;
}
</style>
border-color css
<style>
span { border-color: #2415DD; }
span { border-color: rgb(36,21,221); }
td.TdClassName
{
border-color: #2415DD;
}
.TagClassName
{
border-color: #2415DD;
}
</style>