Shades of Medium Blue #2001CC
Tints of Medium Blue #2001CC
RGB
CMYK
RGB Variations
Color information
#2001CC (or 0x2001CC) is known color: Medium Blue. HEX triplet: 20, 01 and CC. RGB value is (32,1,204). Sum of RGB (Red+Green+Blue) = 32+1+204=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 204 (80.08% from 255 or 86.08% from 237); Max value from RGB is 204 - color contains mainly: blue. Hex color #2001CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2001CC is #DFFE33. Grayscale: #202020. Windows color (decimal): -14679604 or 13369632. OLE color: 13369632.
HSL color Cylindrical-coordinate representation of color #2001CC: hue angle of 249.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2001CC is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 1 | 204 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.2 |
| HSL | 249.16º | 0.99% | 0.4% | - |
| HSV(B) | 249.16º | 1% | 0.8% | - |
| XYZ | 11.51 | 4.69 | 57.43 | - |
| YUV | 33.41 | 224.27 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 204 | 0.84 | 1.00 | 0 | 0.2 | 249.16 | 0.99 | 0.4 |
| Hex | 20 | 1 | CC | 54 | 64 | 0 | 14 | F9 | 63 | 28 |
| Octal | 40 | 1 | 314 | 124 | 144 | 0 | 24 | 371 | 143 | 50 |
| Binary | 100000 | 1 | 11001100 | 1010100 | 1100100 | 0 | 10100 | 11111001 | 1100011 | 101000 |
Color Harmonies of #2001CC
Complementary color
Monochromatic Colors of #2001CC
Black with #2001CC
Text Example
Text Example
White with #2001CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2001CC; }
p { color: rgb(32,1,204); }
H1.HeaderClassName
{
color: #2001CC;
}
.AnyTagClassName
{
color: #2001CC;
}
</style>
background-color css
<style>
a { background-color: #2001CC; }
a { background-color: rgb(32,1,204); }
div.DivClassName
{
background-color: #2001CC;
}
.BgClassName
{
background-color: #2001CC;
}
</style>
border-color css
<style>
span { border-color: #2001CC; }
span { border-color: rgb(32,1,204); }
td.TdClassName
{
border-color: #2001CC;
}
.TagClassName
{
border-color: #2001CC;
}
</style>