Shades of Medium Blue #2012DA
Tints of Medium Blue #2012DA
RGB
CMYK
RGB Variations
Color information
#2012DA (or 0x2012DA) is known color: Medium Blue. HEX triplet: 20, 12 and DA. RGB value is (32,18,218). Sum of RGB (Red+Green+Blue) = 32+18+218=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #2012DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012DA is #DFED25. Grayscale: #2C2C2C. Windows color (decimal): -14675238 or 14291488. OLE color: 14291488.
HSL color Cylindrical-coordinate representation of color #2012DA: hue angle of 244.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2012DA is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 18 | 218 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.15 |
| HSL | 244.2º | 0.85% | 0.46% | - |
| HSV(B) | 244.2º | 0.92% | 0.85% | - |
| XYZ | 13.47 | 5.8 | 66.74 | - |
| YUV | 44.99 | 225.64 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 218 | 0.85 | 0.92 | 0 | 0.15 | 244.2 | 0.85 | 0.46 |
| Hex | 20 | 12 | DA | 55 | 5C | 0 | F | F4 | 55 | 2E |
| Octal | 40 | 22 | 332 | 125 | 134 | 0 | 17 | 364 | 125 | 56 |
| Binary | 100000 | 10010 | 11011010 | 1010101 | 1011100 | 0 | 1111 | 11110100 | 1010101 | 101110 |
Color Harmonies of #2012DA
Complementary color
Monochromatic Colors of #2012DA
Black with #2012DA
Text Example
Text Example
White with #2012DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012DA; }
p { color: rgb(32,18,218); }
H1.HeaderClassName
{
color: #2012DA;
}
.AnyTagClassName
{
color: #2012DA;
}
</style>
background-color css
<style>
a { background-color: #2012DA; }
a { background-color: rgb(32,18,218); }
div.DivClassName
{
background-color: #2012DA;
}
.BgClassName
{
background-color: #2012DA;
}
</style>
border-color css
<style>
span { border-color: #2012DA; }
span { border-color: rgb(32,18,218); }
td.TdClassName
{
border-color: #2012DA;
}
.TagClassName
{
border-color: #2012DA;
}
</style>