Shades of Blue #2012EA
Tints of Blue #2012EA
RGB
CMYK
RGB Variations
Color information
#2012EA (or 0x2012EA) is known color: Blue. HEX triplet: 20, 12 and EA. RGB value is (32,18,234). Sum of RGB (Red+Green+Blue) = 32+18+234=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 234 (91.80% from 255 or 82.39% from 284); Max value from RGB is 234 - color contains mainly: blue. Hex color #2012EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2012EA is #DFED15. Grayscale: #2D2D2D. Windows color (decimal): -14675222 or 15340064. OLE color: 15340064.
HSL color Cylindrical-coordinate representation of color #2012EA: hue angle of 243.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2012EA is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 18 | 234 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.08 |
| HSL | 243.89º | 0.86% | 0.49% | - |
| HSV(B) | 243.89º | 0.92% | 0.92% | - |
| XYZ | 15.66 | 6.68 | 78.31 | - |
| YUV | 46.81 | 233.64 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 234 | 0.86 | 0.92 | 0 | 0.08 | 243.89 | 0.86 | 0.49 |
| Hex | 20 | 12 | EA | 56 | 5C | 0 | 8 | F4 | 56 | 31 |
| Octal | 40 | 22 | 352 | 126 | 134 | 0 | 10 | 364 | 126 | 61 |
| Binary | 100000 | 10010 | 11101010 | 1010110 | 1011100 | 0 | 1000 | 11110100 | 1010110 | 110001 |
Color Harmonies of #2012EA
Complementary color
Monochromatic Colors of #2012EA
Black with #2012EA
Text Example
Text Example
White with #2012EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012EA; }
p { color: rgb(32,18,234); }
H1.HeaderClassName
{
color: #2012EA;
}
.AnyTagClassName
{
color: #2012EA;
}
</style>
background-color css
<style>
a { background-color: #2012EA; }
a { background-color: rgb(32,18,234); }
div.DivClassName
{
background-color: #2012EA;
}
.BgClassName
{
background-color: #2012EA;
}
</style>
border-color css
<style>
span { border-color: #2012EA; }
span { border-color: rgb(32,18,234); }
td.TdClassName
{
border-color: #2012EA;
}
.TagClassName
{
border-color: #2012EA;
}
</style>