Shades of Medium Blue #200FD8
Tints of Medium Blue #200FD8
RGB
CMYK
RGB Variations
Color information
#200FD8 (or 0x200FD8) is known color: Medium Blue. HEX triplet: 20, 0F and D8. RGB value is (32,15,216). Sum of RGB (Red+Green+Blue) = 32+15+216=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 216 (84.77% from 255 or 82.13% from 263); Max value from RGB is 216 - color contains mainly: blue. Hex color #200FD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FD8 is #DFF027. Grayscale: #2A2A2A. Windows color (decimal): -14676008 or 14159648. OLE color: 14159648.
HSL color Cylindrical-coordinate representation of color #200FD8: hue angle of 245.07º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200FD8 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 15 | 216 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.15 |
| HSL | 245.07º | 0.87% | 0.45% | - |
| HSV(B) | 245.07º | 0.93% | 0.85% | - |
| XYZ | 13.16 | 5.61 | 65.35 | - |
| YUV | 43 | 225.63 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 216 | 0.85 | 0.93 | 0 | 0.15 | 245.07 | 0.87 | 0.45 |
| Hex | 20 | F | D8 | 55 | 5D | 0 | F | F5 | 57 | 2D |
| Octal | 40 | 17 | 330 | 125 | 135 | 0 | 17 | 365 | 127 | 55 |
| Binary | 100000 | 1111 | 11011000 | 1010101 | 1011101 | 0 | 1111 | 11110101 | 1010111 | 101101 |
Color Harmonies of #200FD8
Complementary color
Monochromatic Colors of #200FD8
Black with #200FD8
Text Example
Text Example
White with #200FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FD8; }
p { color: rgb(32,15,216); }
H1.HeaderClassName
{
color: #200FD8;
}
.AnyTagClassName
{
color: #200FD8;
}
</style>
background-color css
<style>
a { background-color: #200FD8; }
a { background-color: rgb(32,15,216); }
div.DivClassName
{
background-color: #200FD8;
}
.BgClassName
{
background-color: #200FD8;
}
</style>
border-color css
<style>
span { border-color: #200FD8; }
span { border-color: rgb(32,15,216); }
td.TdClassName
{
border-color: #200FD8;
}
.TagClassName
{
border-color: #200FD8;
}
</style>