Shades of Medium Blue #200FDB
Tints of Medium Blue #200FDB
RGB
CMYK
RGB Variations
Color information
#200FDB (or 0x200FDB) is known color: Medium Blue. HEX triplet: 20, 0F and DB. RGB value is (32,15,219). Sum of RGB (Red+Green+Blue) = 32+15+219=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #200FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FDB is #DFF024. Grayscale: #2A2A2A. Windows color (decimal): -14676005 or 14356256. OLE color: 14356256.
HSL color Cylindrical-coordinate representation of color #200FDB: hue angle of 245º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200FDB is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 15 | 219 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.14 |
| HSL | 245º | 0.87% | 0.46% | - |
| HSV(B) | 245º | 0.93% | 0.86% | - |
| XYZ | 13.55 | 5.76 | 67.42 | - |
| YUV | 43.34 | 227.13 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 219 | 0.85 | 0.93 | 0 | 0.14 | 245 | 0.87 | 0.46 |
| Hex | 20 | F | DB | 55 | 5D | 0 | E | F5 | 57 | 2E |
| Octal | 40 | 17 | 333 | 125 | 135 | 0 | 16 | 365 | 127 | 56 |
| Binary | 100000 | 1111 | 11011011 | 1010101 | 1011101 | 0 | 1110 | 11110101 | 1010111 | 101110 |
Color Harmonies of #200FDB
Complementary color
Monochromatic Colors of #200FDB
Black with #200FDB
Text Example
Text Example
White with #200FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FDB; }
p { color: rgb(32,15,219); }
H1.HeaderClassName
{
color: #200FDB;
}
.AnyTagClassName
{
color: #200FDB;
}
</style>
background-color css
<style>
a { background-color: #200FDB; }
a { background-color: rgb(32,15,219); }
div.DivClassName
{
background-color: #200FDB;
}
.BgClassName
{
background-color: #200FDB;
}
</style>
border-color css
<style>
span { border-color: #200FDB; }
span { border-color: rgb(32,15,219); }
td.TdClassName
{
border-color: #200FDB;
}
.TagClassName
{
border-color: #200FDB;
}
</style>