Shades of Medium Blue #2411DA
Tints of Medium Blue #2411DA
RGB
CMYK
RGB Variations
Color information
#2411DA (or 0x2411DA) is known color: Medium Blue. HEX triplet: 24, 11 and DA. RGB value is (36,17,218). Sum of RGB (Red+Green+Blue) = 36+17+218=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #2411DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2411DA is #DBEE25. Grayscale: #2C2C2C. Windows color (decimal): -14413350 or 14291236. OLE color: 14291236.
HSL color Cylindrical-coordinate representation of color #2411DA: hue angle of 245.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2411DA is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 17 | 218 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.15 |
| HSL | 245.67º | 0.86% | 0.46% | - |
| HSV(B) | 245.67º | 0.92% | 0.85% | - |
| XYZ | 13.58 | 5.84 | 66.74 | - |
| YUV | 45.6 | 225.29 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 218 | 0.83 | 0.92 | 0 | 0.15 | 245.67 | 0.86 | 0.46 |
| Hex | 24 | 11 | DA | 53 | 5C | 0 | F | F6 | 56 | 2E |
| Octal | 44 | 21 | 332 | 123 | 134 | 0 | 17 | 366 | 126 | 56 |
| Binary | 100100 | 10001 | 11011010 | 1010011 | 1011100 | 0 | 1111 | 11110110 | 1010110 | 101110 |
Color Harmonies of #2411DA
Complementary color
Monochromatic Colors of #2411DA
Black with #2411DA
Text Example
Text Example
White with #2411DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2411DA; }
p { color: rgb(36,17,218); }
H1.HeaderClassName
{
color: #2411DA;
}
.AnyTagClassName
{
color: #2411DA;
}
</style>
background-color css
<style>
a { background-color: #2411DA; }
a { background-color: rgb(36,17,218); }
div.DivClassName
{
background-color: #2411DA;
}
.BgClassName
{
background-color: #2411DA;
}
</style>
border-color css
<style>
span { border-color: #2411DA; }
span { border-color: rgb(36,17,218); }
td.TdClassName
{
border-color: #2411DA;
}
.TagClassName
{
border-color: #2411DA;
}
</style>