Shades of Medium Blue #2404DE
Tints of Medium Blue #2404DE
RGB
CMYK
RGB Variations
Color information
#2404DE (or 0x2404DE) is known color: Medium Blue. HEX triplet: 24, 04 and DE. RGB value is (36,4,222). Sum of RGB (Red+Green+Blue) = 36+4+222=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 222 (87.11% from 255 or 84.73% from 262); Max value from RGB is 222 - color contains mainly: blue. Hex color #2404DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404DE is #DBFB21. Grayscale: #252525. Windows color (decimal): -14416674 or 14550052. OLE color: 14550052.
HSL color Cylindrical-coordinate representation of color #2404DE: hue angle of 248.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404DE is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 4 | 222 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.13 |
| HSL | 248.81º | 0.96% | 0.44% | - |
| HSV(B) | 248.81º | 0.98% | 0.87% | - |
| XYZ | 13.96 | 5.74 | 69.48 | - |
| YUV | 38.42 | 231.6 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 222 | 0.84 | 0.98 | 0 | 0.13 | 248.81 | 0.96 | 0.44 |
| Hex | 24 | 4 | DE | 54 | 62 | 0 | D | F9 | 60 | 2C |
| Octal | 44 | 4 | 336 | 124 | 142 | 0 | 15 | 371 | 140 | 54 |
| Binary | 100100 | 100 | 11011110 | 1010100 | 1100010 | 0 | 1101 | 11111001 | 1100000 | 101100 |
Color Harmonies of #2404DE
Complementary color
Monochromatic Colors of #2404DE
Black with #2404DE
Text Example
Text Example
White with #2404DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2404DE; }
p { color: rgb(36,4,222); }
H1.HeaderClassName
{
color: #2404DE;
}
.AnyTagClassName
{
color: #2404DE;
}
</style>
background-color css
<style>
a { background-color: #2404DE; }
a { background-color: rgb(36,4,222); }
div.DivClassName
{
background-color: #2404DE;
}
.BgClassName
{
background-color: #2404DE;
}
</style>
border-color css
<style>
span { border-color: #2404DE; }
span { border-color: rgb(36,4,222); }
td.TdClassName
{
border-color: #2404DE;
}
.TagClassName
{
border-color: #2404DE;
}
</style>