Shades of Medium Blue #2010CC
Tints of Medium Blue #2010CC
RGB
CMYK
RGB Variations
Color information
#2010CC (or 0x2010CC) is known color: Medium Blue. HEX triplet: 20, 10 and CC. RGB value is (32,16,204). Sum of RGB (Red+Green+Blue) = 32+16+204=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #2010CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010CC is #DFEF33. Grayscale: #292929. Windows color (decimal): -14675764 or 13373472. OLE color: 13373472.
HSL color Cylindrical-coordinate representation of color #2010CC: hue angle of 245.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010CC is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 16 | 204 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.2 |
| HSL | 245.11º | 0.85% | 0.43% | - |
| HSV(B) | 245.11º | 0.92% | 0.8% | - |
| XYZ | 11.68 | 5.04 | 57.48 | - |
| YUV | 42.22 | 219.3 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 204 | 0.84 | 0.92 | 0 | 0.2 | 245.11 | 0.85 | 0.43 |
| Hex | 20 | 10 | CC | 54 | 5C | 0 | 14 | F5 | 55 | 2B |
| Octal | 40 | 20 | 314 | 124 | 134 | 0 | 24 | 365 | 125 | 53 |
| Binary | 100000 | 10000 | 11001100 | 1010100 | 1011100 | 0 | 10100 | 11110101 | 1010101 | 101011 |
Color Harmonies of #2010CC
Complementary color
Monochromatic Colors of #2010CC
Black with #2010CC
Text Example
Text Example
White with #2010CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010CC; }
p { color: rgb(32,16,204); }
H1.HeaderClassName
{
color: #2010CC;
}
.AnyTagClassName
{
color: #2010CC;
}
</style>
background-color css
<style>
a { background-color: #2010CC; }
a { background-color: rgb(32,16,204); }
div.DivClassName
{
background-color: #2010CC;
}
.BgClassName
{
background-color: #2010CC;
}
</style>
border-color css
<style>
span { border-color: #2010CC; }
span { border-color: rgb(32,16,204); }
td.TdClassName
{
border-color: #2010CC;
}
.TagClassName
{
border-color: #2010CC;
}
</style>