Shades of Medium Blue #200FDA
Tints of Medium Blue #200FDA
RGB
CMYK
RGB Variations
Color information
#200FDA (or 0x200FDA) is known color: Medium Blue. HEX triplet: 20, 0F and DA. RGB value is (32,15,218). Sum of RGB (Red+Green+Blue) = 32+15+218=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #200FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FDA is #DFF025. Grayscale: #2A2A2A. Windows color (decimal): -14676006 or 14290720. OLE color: 14290720.
HSL color Cylindrical-coordinate representation of color #200FDA: hue angle of 245.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200FDA is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 15 | 218 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.15 |
| HSL | 245.02º | 0.87% | 0.46% | - |
| HSV(B) | 245.02º | 0.93% | 0.85% | - |
| XYZ | 13.42 | 5.71 | 66.72 | - |
| YUV | 43.23 | 226.63 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 218 | 0.85 | 0.93 | 0 | 0.15 | 245.02 | 0.87 | 0.46 |
| Hex | 20 | F | DA | 55 | 5D | 0 | F | F5 | 57 | 2E |
| Octal | 40 | 17 | 332 | 125 | 135 | 0 | 17 | 365 | 127 | 56 |
| Binary | 100000 | 1111 | 11011010 | 1010101 | 1011101 | 0 | 1111 | 11110101 | 1010111 | 101110 |
Color Harmonies of #200FDA
Complementary color
Monochromatic Colors of #200FDA
Black with #200FDA
Text Example
Text Example
White with #200FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FDA; }
p { color: rgb(32,15,218); }
H1.HeaderClassName
{
color: #200FDA;
}
.AnyTagClassName
{
color: #200FDA;
}
</style>
background-color css
<style>
a { background-color: #200FDA; }
a { background-color: rgb(32,15,218); }
div.DivClassName
{
background-color: #200FDA;
}
.BgClassName
{
background-color: #200FDA;
}
</style>
border-color css
<style>
span { border-color: #200FDA; }
span { border-color: rgb(32,15,218); }
td.TdClassName
{
border-color: #200FDA;
}
.TagClassName
{
border-color: #200FDA;
}
</style>