Shades of Blue #200CEC
Tints of Blue #200CEC
RGB
CMYK
RGB Variations
Color information
#200CEC (or 0x200CEC) is known color: Blue. HEX triplet: 20, 0C and EC. RGB value is (32,12,236). Sum of RGB (Red+Green+Blue) = 32+12+236=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 236 (92.58% from 255 or 84.29% from 280); Max value from RGB is 236 - color contains mainly: blue. Hex color #200CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200CEC is #DFF313. Grayscale: #2A2A2A. Windows color (decimal): -14676756 or 15469600. OLE color: 15469600.
HSL color Cylindrical-coordinate representation of color #200CEC: hue angle of 245.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200CEC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 12 | 236 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.07 |
| HSL | 245.36º | 0.9% | 0.49% | - |
| HSV(B) | 245.36º | 0.95% | 0.93% | - |
| XYZ | 15.87 | 6.63 | 79.8 | - |
| YUV | 43.52 | 236.63 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 236 | 0.86 | 0.95 | 0 | 0.07 | 245.36 | 0.9 | 0.49 |
| Hex | 20 | C | EC | 56 | 5F | 0 | 7 | F5 | 5A | 31 |
| Octal | 40 | 14 | 354 | 126 | 137 | 0 | 7 | 365 | 132 | 61 |
| Binary | 100000 | 1100 | 11101100 | 1010110 | 1011111 | 0 | 111 | 11110101 | 1011010 | 110001 |
Color Harmonies of #200CEC
Complementary color
Monochromatic Colors of #200CEC
Black with #200CEC
Text Example
Text Example
White with #200CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CEC; }
p { color: rgb(32,12,236); }
H1.HeaderClassName
{
color: #200CEC;
}
.AnyTagClassName
{
color: #200CEC;
}
</style>
background-color css
<style>
a { background-color: #200CEC; }
a { background-color: rgb(32,12,236); }
div.DivClassName
{
background-color: #200CEC;
}
.BgClassName
{
background-color: #200CEC;
}
</style>
border-color css
<style>
span { border-color: #200CEC; }
span { border-color: rgb(32,12,236); }
td.TdClassName
{
border-color: #200CEC;
}
.TagClassName
{
border-color: #200CEC;
}
</style>