Shades of Blue #2010EF
Tints of Blue #2010EF
RGB
CMYK
RGB Variations
Color information
#2010EF (or 0x2010EF) is known color: Blue. HEX triplet: 20, 10 and EF. RGB value is (32,16,239). Sum of RGB (Red+Green+Blue) = 32+16+239=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 239 (93.75% from 255 or 83.28% from 287); Max value from RGB is 239 - color contains mainly: blue. Hex color #2010EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2010EF is #DFEF10. Grayscale: #2D2D2D. Windows color (decimal): -14675729 or 15667232. OLE color: 15667232.
HSL color Cylindrical-coordinate representation of color #2010EF: hue angle of 244.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2010EF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 16 | 239 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.06 |
| HSL | 244.3º | 0.87% | 0.5% | - |
| HSV(B) | 244.3º | 0.93% | 0.94% | - |
| XYZ | 16.36 | 6.91 | 82.13 | - |
| YUV | 46.21 | 236.8 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 239 | 0.87 | 0.93 | 0 | 0.06 | 244.3 | 0.87 | 0.5 |
| Hex | 20 | 10 | EF | 57 | 5D | 0 | 6 | F4 | 57 | 32 |
| Octal | 40 | 20 | 357 | 127 | 135 | 0 | 6 | 364 | 127 | 62 |
| Binary | 100000 | 10000 | 11101111 | 1010111 | 1011101 | 0 | 110 | 11110100 | 1010111 | 110010 |
Color Harmonies of #2010EF
Complementary color
Monochromatic Colors of #2010EF
Black with #2010EF
Text Example
Text Example
White with #2010EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010EF; }
p { color: rgb(32,16,239); }
H1.HeaderClassName
{
color: #2010EF;
}
.AnyTagClassName
{
color: #2010EF;
}
</style>
background-color css
<style>
a { background-color: #2010EF; }
a { background-color: rgb(32,16,239); }
div.DivClassName
{
background-color: #2010EF;
}
.BgClassName
{
background-color: #2010EF;
}
</style>
border-color css
<style>
span { border-color: #2010EF; }
span { border-color: rgb(32,16,239); }
td.TdClassName
{
border-color: #2010EF;
}
.TagClassName
{
border-color: #2010EF;
}
</style>