Shades of Blue #200BEC
Tints of Blue #200BEC
RGB
CMYK
RGB Variations
Color information
#200BEC (or 0x200BEC) is known color: Blue. HEX triplet: 20, 0B and EC. RGB value is (32,11,236). Sum of RGB (Red+Green+Blue) = 32+11+236=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #200BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BEC is #DFF413. Grayscale: #2A2A2A. Windows color (decimal): -14677012 or 15469344. OLE color: 15469344.
HSL color Cylindrical-coordinate representation of color #200BEC: hue angle of 245.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BEC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 11 | 236 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.07 |
| HSL | 245.6º | 0.91% | 0.48% | - |
| HSV(B) | 245.6º | 0.95% | 0.93% | - |
| XYZ | 15.86 | 6.6 | 79.8 | - |
| YUV | 42.93 | 236.96 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 236 | 0.86 | 0.95 | 0 | 0.07 | 245.6 | 0.91 | 0.48 |
| Hex | 20 | B | EC | 56 | 5F | 0 | 7 | F6 | 5B | 30 |
| Octal | 40 | 13 | 354 | 126 | 137 | 0 | 7 | 366 | 133 | 60 |
| Binary | 100000 | 1011 | 11101100 | 1010110 | 1011111 | 0 | 111 | 11110110 | 1011011 | 110000 |
Color Harmonies of #200BEC
Complementary color
Monochromatic Colors of #200BEC
Black with #200BEC
Text Example
Text Example
White with #200BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BEC; }
p { color: rgb(32,11,236); }
H1.HeaderClassName
{
color: #200BEC;
}
.AnyTagClassName
{
color: #200BEC;
}
</style>
background-color css
<style>
a { background-color: #200BEC; }
a { background-color: rgb(32,11,236); }
div.DivClassName
{
background-color: #200BEC;
}
.BgClassName
{
background-color: #200BEC;
}
</style>
border-color css
<style>
span { border-color: #200BEC; }
span { border-color: rgb(32,11,236); }
td.TdClassName
{
border-color: #200BEC;
}
.TagClassName
{
border-color: #200BEC;
}
</style>