Shades of Blue #2012EF
Tints of Blue #2012EF
RGB
CMYK
RGB Variations
Color information
#2012EF (or 0x2012EF) is known color: Blue. HEX triplet: 20, 12 and EF. RGB value is (32,18,239). Sum of RGB (Red+Green+Blue) = 32+18+239=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #2012EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2012EF is #DFED10. Grayscale: #2E2E2E. Windows color (decimal): -14675217 or 15667744. OLE color: 15667744.
HSL color Cylindrical-coordinate representation of color #2012EF: hue angle of 243.8º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2012EF is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 18 | 239 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.06 |
| HSL | 243.8º | 0.87% | 0.5% | - |
| HSV(B) | 243.8º | 0.92% | 0.94% | - |
| XYZ | 16.39 | 6.97 | 82.14 | - |
| YUV | 47.38 | 236.14 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 239 | 0.87 | 0.92 | 0 | 0.06 | 243.8 | 0.87 | 0.5 |
| Hex | 20 | 12 | EF | 57 | 5C | 0 | 6 | F4 | 57 | 32 |
| Octal | 40 | 22 | 357 | 127 | 134 | 0 | 6 | 364 | 127 | 62 |
| Binary | 100000 | 10010 | 11101111 | 1010111 | 1011100 | 0 | 110 | 11110100 | 1010111 | 110010 |
Color Harmonies of #2012EF
Complementary color
Monochromatic Colors of #2012EF
Black with #2012EF
Text Example
Text Example
White with #2012EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012EF; }
p { color: rgb(32,18,239); }
H1.HeaderClassName
{
color: #2012EF;
}
.AnyTagClassName
{
color: #2012EF;
}
</style>
background-color css
<style>
a { background-color: #2012EF; }
a { background-color: rgb(32,18,239); }
div.DivClassName
{
background-color: #2012EF;
}
.BgClassName
{
background-color: #2012EF;
}
</style>
border-color css
<style>
span { border-color: #2012EF; }
span { border-color: rgb(32,18,239); }
td.TdClassName
{
border-color: #2012EF;
}
.TagClassName
{
border-color: #2012EF;
}
</style>