Shades of Blue #2012FF
Tints of Blue #2012FF
RGB
CMYK
RGB Variations
Color information
#2012FF (or 0x2012FF) is known color: Blue. HEX triplet: 20, 12 and FF. RGB value is (32,18,255). Sum of RGB (Red+Green+Blue) = 32+18+255=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #2012FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2012FF is #DFED00. Grayscale: #303030. Windows color (decimal): -14675201 or 16716320. OLE color: 16716320.
HSL color Cylindrical-coordinate representation of color #2012FF: hue angle of 243.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2012FF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 18 | 255 | - |
| CMYK | 0.87 | 0.93 | 0 | 0 |
| HSL | 243.54º | 1% | 0.54% | - |
| HSV(B) | 243.54º | 0.93% | 1% | - |
| XYZ | 18.86 | 7.96 | 95.15 | - |
| YUV | 49.2 | 244.14 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 255 | 0.87 | 0.93 | 0 | 0 | 243.54 | 1 | 0.54 |
| Hex | 20 | 12 | FF | 57 | 5D | 0 | 0 | F4 | 64 | 36 |
| Octal | 40 | 22 | 377 | 127 | 135 | 0 | 0 | 364 | 144 | 66 |
| Binary | 100000 | 10010 | 11111111 | 1010111 | 1011101 | 0 | 0 | 11110100 | 1100100 | 110110 |
Color Harmonies of #2012FF
Complementary color
Monochromatic Colors of #2012FF
Black with #2012FF
Text Example
Text Example
White with #2012FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012FF; }
p { color: rgb(32,18,255); }
H1.HeaderClassName
{
color: #2012FF;
}
.AnyTagClassName
{
color: #2012FF;
}
</style>
background-color css
<style>
a { background-color: #2012FF; }
a { background-color: rgb(32,18,255); }
div.DivClassName
{
background-color: #2012FF;
}
.BgClassName
{
background-color: #2012FF;
}
</style>
border-color css
<style>
span { border-color: #2012FF; }
span { border-color: rgb(32,18,255); }
td.TdClassName
{
border-color: #2012FF;
}
.TagClassName
{
border-color: #2012FF;
}
</style>