Shades of Medium Blue #200CCC
Tints of Medium Blue #200CCC
RGB
CMYK
RGB Variations
Color information
#200CCC (or 0x200CCC) is known color: Medium Blue. HEX triplet: 20, 0C and CC. RGB value is (32,12,204). Sum of RGB (Red+Green+Blue) = 32+12+204=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #200CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CCC is #DFF333. Grayscale: #272727. Windows color (decimal): -14676788 or 13372448. OLE color: 13372448.
HSL color Cylindrical-coordinate representation of color #200CCC: hue angle of 246.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200CCC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 12 | 204 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.2 |
| HSL | 246.25º | 0.89% | 0.42% | - |
| HSV(B) | 246.25º | 0.94% | 0.8% | - |
| XYZ | 11.63 | 4.93 | 57.47 | - |
| YUV | 39.87 | 220.63 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 204 | 0.84 | 0.94 | 0 | 0.2 | 246.25 | 0.89 | 0.42 |
| Hex | 20 | C | CC | 54 | 5E | 0 | 14 | F6 | 59 | 2A |
| Octal | 40 | 14 | 314 | 124 | 136 | 0 | 24 | 366 | 131 | 52 |
| Binary | 100000 | 1100 | 11001100 | 1010100 | 1011110 | 0 | 10100 | 11110110 | 1011001 | 101010 |
Color Harmonies of #200CCC
Complementary color
Monochromatic Colors of #200CCC
Black with #200CCC
Text Example
Text Example
White with #200CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CCC; }
p { color: rgb(32,12,204); }
H1.HeaderClassName
{
color: #200CCC;
}
.AnyTagClassName
{
color: #200CCC;
}
</style>
background-color css
<style>
a { background-color: #200CCC; }
a { background-color: rgb(32,12,204); }
div.DivClassName
{
background-color: #200CCC;
}
.BgClassName
{
background-color: #200CCC;
}
</style>
border-color css
<style>
span { border-color: #200CCC; }
span { border-color: rgb(32,12,204); }
td.TdClassName
{
border-color: #200CCC;
}
.TagClassName
{
border-color: #200CCC;
}
</style>