Shades of Medium Blue #2404DF
Tints of Medium Blue #2404DF
RGB
CMYK
RGB Variations
Color information
#2404DF (or 0x2404DF) is known color: Medium Blue. HEX triplet: 24, 04 and DF. RGB value is (36,4,223). Sum of RGB (Red+Green+Blue) = 36+4+223=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 223 (87.5% from 255 or 84.79% from 263); Max value from RGB is 223 - color contains mainly: blue. Hex color #2404DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404DF is #DBFB20. Grayscale: #252525. Windows color (decimal): -14416673 or 14615588. OLE color: 14615588.
HSL color Cylindrical-coordinate representation of color #2404DF: hue angle of 248.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404DF is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 4 | 223 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.13 |
| HSL | 248.77º | 0.96% | 0.45% | - |
| HSV(B) | 248.77º | 0.98% | 0.87% | - |
| XYZ | 14.09 | 5.79 | 70.19 | - |
| YUV | 38.53 | 232.1 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 223 | 0.84 | 0.98 | 0 | 0.13 | 248.77 | 0.96 | 0.45 |
| Hex | 24 | 4 | DF | 54 | 62 | 0 | D | F9 | 60 | 2D |
| Octal | 44 | 4 | 337 | 124 | 142 | 0 | 15 | 371 | 140 | 55 |
| Binary | 100100 | 100 | 11011111 | 1010100 | 1100010 | 0 | 1101 | 11111001 | 1100000 | 101101 |
Color Harmonies of #2404DF
Complementary color
Monochromatic Colors of #2404DF
Black with #2404DF
Text Example
Text Example
White with #2404DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2404DF; }
p { color: rgb(36,4,223); }
H1.HeaderClassName
{
color: #2404DF;
}
.AnyTagClassName
{
color: #2404DF;
}
</style>
background-color css
<style>
a { background-color: #2404DF; }
a { background-color: rgb(36,4,223); }
div.DivClassName
{
background-color: #2404DF;
}
.BgClassName
{
background-color: #2404DF;
}
</style>
border-color css
<style>
span { border-color: #2404DF; }
span { border-color: rgb(36,4,223); }
td.TdClassName
{
border-color: #2404DF;
}
.TagClassName
{
border-color: #2404DF;
}
</style>