Shades of Medium Blue #2000DD
Tints of Medium Blue #2000DD
RGB
CMYK
RGB Variations
Color information
#2000DD (or 0x2000DD) is known color: Medium Blue. HEX triplet: 20, 00 and DD. RGB value is (32,0,221). Sum of RGB (Red+Green+Blue) = 32+0+221=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #2000DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000DD is #DFFF22. Grayscale: #212121. Windows color (decimal): -14679843 or 14483488. OLE color: 14483488.
HSL color Cylindrical-coordinate representation of color #2000DD: hue angle of 248.69º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000DD is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 0 | 221 | - |
| CMYK | 0.86 | 1 | 0 | 0.13 |
| HSL | 248.69º | 1% | 0.43% | - |
| HSV(B) | 248.69º | 1% | 0.87% | - |
| XYZ | 13.65 | 5.53 | 68.75 | - |
| YUV | 34.76 | 233.1 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 221 | 0.86 | 1 | 0 | 0.13 | 248.69 | 1 | 0.43 |
| Hex | 20 | 0 | DD | 56 | 64 | 0 | D | F9 | 64 | 2B |
| Octal | 40 | 0 | 335 | 126 | 144 | 0 | 15 | 371 | 144 | 53 |
| Binary | 100000 | 0 | 11011101 | 1010110 | 1100100 | 0 | 1101 | 11111001 | 1100100 | 101011 |
Color Harmonies of #2000DD
Complementary color
Monochromatic Colors of #2000DD
Black with #2000DD
Text Example
Text Example
White with #2000DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2000DD; }
p { color: rgb(32,0,221); }
H1.HeaderClassName
{
color: #2000DD;
}
.AnyTagClassName
{
color: #2000DD;
}
</style>
background-color css
<style>
a { background-color: #2000DD; }
a { background-color: rgb(32,0,221); }
div.DivClassName
{
background-color: #2000DD;
}
.BgClassName
{
background-color: #2000DD;
}
</style>
border-color css
<style>
span { border-color: #2000DD; }
span { border-color: rgb(32,0,221); }
td.TdClassName
{
border-color: #2000DD;
}
.TagClassName
{
border-color: #2000DD;
}
</style>