Shades of Medium Blue #2004D1
Tints of Medium Blue #2004D1
RGB
CMYK
RGB Variations
Color information
#2004D1 (or 0x2004D1) is known color: Medium Blue. HEX triplet: 20, 04 and D1. RGB value is (32,4,209). Sum of RGB (Red+Green+Blue) = 32+4+209=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 209 (82.03% from 255 or 85.31% from 245); Max value from RGB is 209 - color contains mainly: blue. Hex color #2004D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004D1 is #DFFB2E. Grayscale: #222222. Windows color (decimal): -14678831 or 13698080. OLE color: 13698080.
HSL color Cylindrical-coordinate representation of color #2004D1: hue angle of 248.2º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004D1 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 4 | 209 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.18 |
| HSL | 248.2º | 0.96% | 0.42% | - |
| HSV(B) | 248.2º | 0.98% | 0.82% | - |
| XYZ | 12.15 | 5 | 60.65 | - |
| YUV | 35.74 | 225.78 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 209 | 0.85 | 0.98 | 0 | 0.18 | 248.2 | 0.96 | 0.42 |
| Hex | 20 | 4 | D1 | 55 | 62 | 0 | 12 | F8 | 60 | 2A |
| Octal | 40 | 4 | 321 | 125 | 142 | 0 | 22 | 370 | 140 | 52 |
| Binary | 100000 | 100 | 11010001 | 1010101 | 1100010 | 0 | 10010 | 11111000 | 1100000 | 101010 |
Color Harmonies of #2004D1
Complementary color
Monochromatic Colors of #2004D1
Black with #2004D1
Text Example
Text Example
White with #2004D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004D1; }
p { color: rgb(32,4,209); }
H1.HeaderClassName
{
color: #2004D1;
}
.AnyTagClassName
{
color: #2004D1;
}
</style>
background-color css
<style>
a { background-color: #2004D1; }
a { background-color: rgb(32,4,209); }
div.DivClassName
{
background-color: #2004D1;
}
.BgClassName
{
background-color: #2004D1;
}
</style>
border-color css
<style>
span { border-color: #2004D1; }
span { border-color: rgb(32,4,209); }
td.TdClassName
{
border-color: #2004D1;
}
.TagClassName
{
border-color: #2004D1;
}
</style>