Shades of Medium Blue #2004CD
Tints of Medium Blue #2004CD
RGB
CMYK
RGB Variations
Color information
#2004CD (or 0x2004CD) is known color: Medium Blue. HEX triplet: 20, 04 and CD. RGB value is (32,4,205). Sum of RGB (Red+Green+Blue) = 32+4+205=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #2004CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004CD is #DFFB32. Grayscale: #222222. Windows color (decimal): -14678835 or 13435936. OLE color: 13435936.
HSL color Cylindrical-coordinate representation of color #2004CD: hue angle of 248.36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004CD is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 4 | 205 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.20 |
| HSL | 248.36º | 0.96% | 0.41% | - |
| HSV(B) | 248.36º | 0.98% | 0.8% | - |
| XYZ | 11.66 | 4.8 | 58.07 | - |
| YUV | 35.29 | 223.78 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 205 | 0.84 | 0.98 | 0 | 0.20 | 248.36 | 0.96 | 0.41 |
| Hex | 20 | 4 | CD | 54 | 62 | 0 | 14 | F8 | 60 | 29 |
| Octal | 40 | 4 | 315 | 124 | 142 | 0 | 24 | 370 | 140 | 51 |
| Binary | 100000 | 100 | 11001101 | 1010100 | 1100010 | 0 | 10100 | 11111000 | 1100000 | 101001 |
Color Harmonies of #2004CD
Complementary color
Monochromatic Colors of #2004CD
Black with #2004CD
Text Example
Text Example
White with #2004CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004CD; }
p { color: rgb(32,4,205); }
H1.HeaderClassName
{
color: #2004CD;
}
.AnyTagClassName
{
color: #2004CD;
}
</style>
background-color css
<style>
a { background-color: #2004CD; }
a { background-color: rgb(32,4,205); }
div.DivClassName
{
background-color: #2004CD;
}
.BgClassName
{
background-color: #2004CD;
}
</style>
border-color css
<style>
span { border-color: #2004CD; }
span { border-color: rgb(32,4,205); }
td.TdClassName
{
border-color: #2004CD;
}
.TagClassName
{
border-color: #2004CD;
}
</style>