Shades of Blue #200DEB
Tints of Blue #200DEB
RGB
CMYK
RGB Variations
Color information
#200DEB (or 0x200DEB) is known color: Blue. HEX triplet: 20, 0D and EB. RGB value is (32,13,235). Sum of RGB (Red+Green+Blue) = 32+13+235=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 235 (92.19% from 255 or 83.93% from 280); Max value from RGB is 235 - color contains mainly: blue. Hex color #200DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200DEB is #DFF214. Grayscale: #2B2B2B. Windows color (decimal): -14676501 or 15404320. OLE color: 15404320.
HSL color Cylindrical-coordinate representation of color #200DEB: hue angle of 245.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200DEB is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 13 | 235 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.08 |
| HSL | 245.14º | 0.9% | 0.49% | - |
| HSV(B) | 245.14º | 0.94% | 0.92% | - |
| XYZ | 15.73 | 6.59 | 79.04 | - |
| YUV | 43.99 | 235.79 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 235 | 0.86 | 0.94 | 0 | 0.08 | 245.14 | 0.9 | 0.49 |
| Hex | 20 | D | EB | 56 | 5E | 0 | 8 | F5 | 5A | 31 |
| Octal | 40 | 15 | 353 | 126 | 136 | 0 | 10 | 365 | 132 | 61 |
| Binary | 100000 | 1101 | 11101011 | 1010110 | 1011110 | 0 | 1000 | 11110101 | 1011010 | 110001 |
Color Harmonies of #200DEB
Complementary color
Monochromatic Colors of #200DEB
Black with #200DEB
Text Example
Text Example
White with #200DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200DEB; }
p { color: rgb(32,13,235); }
H1.HeaderClassName
{
color: #200DEB;
}
.AnyTagClassName
{
color: #200DEB;
}
</style>
background-color css
<style>
a { background-color: #200DEB; }
a { background-color: rgb(32,13,235); }
div.DivClassName
{
background-color: #200DEB;
}
.BgClassName
{
background-color: #200DEB;
}
</style>
border-color css
<style>
span { border-color: #200DEB; }
span { border-color: rgb(32,13,235); }
td.TdClassName
{
border-color: #200DEB;
}
.TagClassName
{
border-color: #200DEB;
}
</style>