Shades of Medium Blue #2004DF
Tints of Medium Blue #2004DF
RGB
CMYK
RGB Variations
Color information
#2004DF (or 0x2004DF) is known color: Medium Blue. HEX triplet: 20, 04 and DF. RGB value is (32,4,223). Sum of RGB (Red+Green+Blue) = 32+4+223=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #2004DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004DF is #DFFB20. Grayscale: #242424. Windows color (decimal): -14678817 or 14615584. OLE color: 14615584.
HSL color Cylindrical-coordinate representation of color #2004DF: hue angle of 247.67º 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 #2004DF is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 4 | 223 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.13 |
| HSL | 247.67º | 0.96% | 0.45% | - |
| HSV(B) | 247.67º | 0.98% | 0.87% | - |
| XYZ | 13.96 | 5.72 | 70.18 | - |
| YUV | 37.34 | 232.78 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 223 | 0.86 | 0.98 | 0 | 0.13 | 247.67 | 0.96 | 0.45 |
| Hex | 20 | 4 | DF | 56 | 62 | 0 | D | F8 | 60 | 2D |
| Octal | 40 | 4 | 337 | 126 | 142 | 0 | 15 | 370 | 140 | 55 |
| Binary | 100000 | 100 | 11011111 | 1010110 | 1100010 | 0 | 1101 | 11111000 | 1100000 | 101101 |
Color Harmonies of #2004DF
Complementary color
Monochromatic Colors of #2004DF
Black with #2004DF
Text Example
Text Example
White with #2004DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004DF; }
p { color: rgb(32,4,223); }
H1.HeaderClassName
{
color: #2004DF;
}
.AnyTagClassName
{
color: #2004DF;
}
</style>
background-color css
<style>
a { background-color: #2004DF; }
a { background-color: rgb(32,4,223); }
div.DivClassName
{
background-color: #2004DF;
}
.BgClassName
{
background-color: #2004DF;
}
</style>
border-color css
<style>
span { border-color: #2004DF; }
span { border-color: rgb(32,4,223); }
td.TdClassName
{
border-color: #2004DF;
}
.TagClassName
{
border-color: #2004DF;
}
</style>