Shades of Medium Blue #2004D3
Tints of Medium Blue #2004D3
RGB
CMYK
RGB Variations
Color information
#2004D3 (or 0x2004D3) is known color: Medium Blue. HEX triplet: 20, 04 and D3. RGB value is (32,4,211). Sum of RGB (Red+Green+Blue) = 32+4+211=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 211 (82.81% from 255 or 85.43% from 247); Max value from RGB is 211 - color contains mainly: blue. Hex color #2004D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004D3 is #DFFB2C. Grayscale: #232323. Windows color (decimal): -14678829 or 13829152. OLE color: 13829152.
HSL color Cylindrical-coordinate representation of color #2004D3: hue angle of 248.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004D3 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 4 | 211 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.17 |
| HSL | 248.12º | 0.96% | 0.42% | - |
| HSV(B) | 248.12º | 0.98% | 0.83% | - |
| XYZ | 12.4 | 5.1 | 61.96 | - |
| YUV | 35.97 | 226.78 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 211 | 0.85 | 0.98 | 0 | 0.17 | 248.12 | 0.96 | 0.42 |
| Hex | 20 | 4 | D3 | 55 | 62 | 0 | 11 | F8 | 60 | 2A |
| Octal | 40 | 4 | 323 | 125 | 142 | 0 | 21 | 370 | 140 | 52 |
| Binary | 100000 | 100 | 11010011 | 1010101 | 1100010 | 0 | 10001 | 11111000 | 1100000 | 101010 |
Color Harmonies of #2004D3
Complementary color
Monochromatic Colors of #2004D3
Black with #2004D3
Text Example
Text Example
White with #2004D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004D3; }
p { color: rgb(32,4,211); }
H1.HeaderClassName
{
color: #2004D3;
}
.AnyTagClassName
{
color: #2004D3;
}
</style>
background-color css
<style>
a { background-color: #2004D3; }
a { background-color: rgb(32,4,211); }
div.DivClassName
{
background-color: #2004D3;
}
.BgClassName
{
background-color: #2004D3;
}
</style>
border-color css
<style>
span { border-color: #2004D3; }
span { border-color: rgb(32,4,211); }
td.TdClassName
{
border-color: #2004D3;
}
.TagClassName
{
border-color: #2004D3;
}
</style>