Shades of Blue #200DF6
Tints of Blue #200DF6
RGB
CMYK
RGB Variations
Color information
#200DF6 (or 0x200DF6) is known color: Blue. HEX triplet: 20, 0D and F6. RGB value is (32,13,246). Sum of RGB (Red+Green+Blue) = 32+13+246=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 246 (96.48% from 255 or 84.54% from 291); Max value from RGB is 246 - color contains mainly: blue. Hex color #200DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200DF6 is #DFF209. Grayscale: #2C2C2C. Windows color (decimal): -14676490 or 16125216. OLE color: 16125216.
HSL color Cylindrical-coordinate representation of color #200DF6: hue angle of 244.89º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200DF6 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 13 | 246 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.04 |
| HSL | 244.89º | 0.93% | 0.51% | - |
| HSV(B) | 244.89º | 0.95% | 0.96% | - |
| XYZ | 17.37 | 7.25 | 87.67 | - |
| YUV | 45.24 | 241.29 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 246 | 0.87 | 0.95 | 0 | 0.04 | 244.89 | 0.93 | 0.51 |
| Hex | 20 | D | F6 | 57 | 5F | 0 | 4 | F5 | 5D | 33 |
| Octal | 40 | 15 | 366 | 127 | 137 | 0 | 4 | 365 | 135 | 63 |
| Binary | 100000 | 1101 | 11110110 | 1010111 | 1011111 | 0 | 100 | 11110101 | 1011101 | 110011 |
Color Harmonies of #200DF6
Complementary color
Monochromatic Colors of #200DF6
Black with #200DF6
Text Example
Text Example
White with #200DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200DF6; }
p { color: rgb(32,13,246); }
H1.HeaderClassName
{
color: #200DF6;
}
.AnyTagClassName
{
color: #200DF6;
}
</style>
background-color css
<style>
a { background-color: #200DF6; }
a { background-color: rgb(32,13,246); }
div.DivClassName
{
background-color: #200DF6;
}
.BgClassName
{
background-color: #200DF6;
}
</style>
border-color css
<style>
span { border-color: #200DF6; }
span { border-color: rgb(32,13,246); }
td.TdClassName
{
border-color: #200DF6;
}
.TagClassName
{
border-color: #200DF6;
}
</style>