Shades of Medium Blue #200CDB
Tints of Medium Blue #200CDB
RGB
CMYK
RGB Variations
Color information
#200CDB (or 0x200CDB) is known color: Medium Blue. HEX triplet: 20, 0C and DB. RGB value is (32,12,219). Sum of RGB (Red+Green+Blue) = 32+12+219=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #200CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CDB is #DFF324. Grayscale: #282828. Windows color (decimal): -14676773 or 14355488. OLE color: 14355488.
HSL color Cylindrical-coordinate representation of color #200CDB: hue angle of 245.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200CDB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 12 | 219 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.14 |
| HSL | 245.8º | 0.9% | 0.45% | - |
| HSV(B) | 245.8º | 0.95% | 0.86% | - |
| XYZ | 13.51 | 5.68 | 67.4 | - |
| YUV | 41.58 | 228.13 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 219 | 0.85 | 0.95 | 0 | 0.14 | 245.8 | 0.9 | 0.45 |
| Hex | 20 | C | DB | 55 | 5F | 0 | E | F6 | 5A | 2D |
| Octal | 40 | 14 | 333 | 125 | 137 | 0 | 16 | 366 | 132 | 55 |
| Binary | 100000 | 1100 | 11011011 | 1010101 | 1011111 | 0 | 1110 | 11110110 | 1011010 | 101101 |
Color Harmonies of #200CDB
Complementary color
Monochromatic Colors of #200CDB
Black with #200CDB
Text Example
Text Example
White with #200CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CDB; }
p { color: rgb(32,12,219); }
H1.HeaderClassName
{
color: #200CDB;
}
.AnyTagClassName
{
color: #200CDB;
}
</style>
background-color css
<style>
a { background-color: #200CDB; }
a { background-color: rgb(32,12,219); }
div.DivClassName
{
background-color: #200CDB;
}
.BgClassName
{
background-color: #200CDB;
}
</style>
border-color css
<style>
span { border-color: #200CDB; }
span { border-color: rgb(32,12,219); }
td.TdClassName
{
border-color: #200CDB;
}
.TagClassName
{
border-color: #200CDB;
}
</style>