Shades of Medium Blue #2419DF
Tints of Medium Blue #2419DF
RGB
CMYK
RGB Variations
Color information
#2419DF (or 0x2419DF) is known color: Medium Blue. HEX triplet: 24, 19 and DF. RGB value is (36,25,223). Sum of RGB (Red+Green+Blue) = 36+25+223=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #2419DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419DF is #DBE620. Grayscale: #323232. Windows color (decimal): -14411297 or 14620964. OLE color: 14620964.
HSL color Cylindrical-coordinate representation of color #2419DF: hue angle of 243.33º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2419DF is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 25 | 223 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.13 |
| HSL | 243.33º | 0.8% | 0.49% | - |
| HSV(B) | 243.33º | 0.89% | 0.87% | - |
| XYZ | 14.39 | 6.4 | 70.29 | - |
| YUV | 50.86 | 225.14 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 223 | 0.84 | 0.89 | 0 | 0.13 | 243.33 | 0.8 | 0.49 |
| Hex | 24 | 19 | DF | 54 | 59 | 0 | D | F3 | 50 | 31 |
| Octal | 44 | 31 | 337 | 124 | 131 | 0 | 15 | 363 | 120 | 61 |
| Binary | 100100 | 11001 | 11011111 | 1010100 | 1011001 | 0 | 1101 | 11110011 | 1010000 | 110001 |
Color Harmonies of #2419DF
Complementary color
Monochromatic Colors of #2419DF
Black with #2419DF
Text Example
Text Example
White with #2419DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2419DF; }
p { color: rgb(36,25,223); }
H1.HeaderClassName
{
color: #2419DF;
}
.AnyTagClassName
{
color: #2419DF;
}
</style>
background-color css
<style>
a { background-color: #2419DF; }
a { background-color: rgb(36,25,223); }
div.DivClassName
{
background-color: #2419DF;
}
.BgClassName
{
background-color: #2419DF;
}
</style>
border-color css
<style>
span { border-color: #2419DF; }
span { border-color: rgb(36,25,223); }
td.TdClassName
{
border-color: #2419DF;
}
.TagClassName
{
border-color: #2419DF;
}
</style>