Shades of Medium Blue #2012D7
Tints of Medium Blue #2012D7
RGB
CMYK
RGB Variations
Color information
#2012D7 (or 0x2012D7) is known color: Medium Blue. HEX triplet: 20, 12 and D7. RGB value is (32,18,215). Sum of RGB (Red+Green+Blue) = 32+18+215=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 215 (84.38% from 255 or 81.13% from 265); Max value from RGB is 215 - color contains mainly: blue. Hex color #2012D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012D7 is #DFED28. Grayscale: #2B2B2B. Windows color (decimal): -14675241 or 14094880. OLE color: 14094880.
HSL color Cylindrical-coordinate representation of color #2012D7: hue angle of 244.26º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2012D7 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 18 | 215 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.16 |
| HSL | 244.26º | 0.85% | 0.46% | - |
| HSV(B) | 244.26º | 0.92% | 0.84% | - |
| XYZ | 13.08 | 5.65 | 64.69 | - |
| YUV | 44.64 | 224.14 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 215 | 0.85 | 0.92 | 0 | 0.16 | 244.26 | 0.85 | 0.46 |
| Hex | 20 | 12 | D7 | 55 | 5C | 0 | 10 | F4 | 55 | 2E |
| Octal | 40 | 22 | 327 | 125 | 134 | 0 | 20 | 364 | 125 | 56 |
| Binary | 100000 | 10010 | 11010111 | 1010101 | 1011100 | 0 | 10000 | 11110100 | 1010101 | 101110 |
Color Harmonies of #2012D7
Complementary color
Monochromatic Colors of #2012D7
Black with #2012D7
Text Example
Text Example
White with #2012D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012D7; }
p { color: rgb(32,18,215); }
H1.HeaderClassName
{
color: #2012D7;
}
.AnyTagClassName
{
color: #2012D7;
}
</style>
background-color css
<style>
a { background-color: #2012D7; }
a { background-color: rgb(32,18,215); }
div.DivClassName
{
background-color: #2012D7;
}
.BgClassName
{
background-color: #2012D7;
}
</style>
border-color css
<style>
span { border-color: #2012D7; }
span { border-color: rgb(32,18,215); }
td.TdClassName
{
border-color: #2012D7;
}
.TagClassName
{
border-color: #2012D7;
}
</style>