Shades of Blue #2014EE
Tints of Blue #2014EE
RGB
CMYK
RGB Variations
Color information
#2014EE (or 0x2014EE) is known color: Blue. HEX triplet: 20, 14 and EE. RGB value is (32,20,238). Sum of RGB (Red+Green+Blue) = 32+20+238=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #2014EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2014EE is #DFEB11. Grayscale: #2F2F2F. Windows color (decimal): -14674706 or 15602720. OLE color: 15602720.
HSL color Cylindrical-coordinate representation of color #2014EE: hue angle of 243.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2014EE is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 20 | 238 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.07 |
| HSL | 243.3º | 0.87% | 0.51% | - |
| HSV(B) | 243.3º | 0.92% | 0.93% | - |
| XYZ | 16.28 | 6.98 | 81.38 | - |
| YUV | 48.44 | 234.98 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 238 | 0.87 | 0.92 | 0 | 0.07 | 243.3 | 0.87 | 0.51 |
| Hex | 20 | 14 | EE | 57 | 5C | 0 | 7 | F3 | 57 | 33 |
| Octal | 40 | 24 | 356 | 127 | 134 | 0 | 7 | 363 | 127 | 63 |
| Binary | 100000 | 10100 | 11101110 | 1010111 | 1011100 | 0 | 111 | 11110011 | 1010111 | 110011 |
Color Harmonies of #2014EE
Complementary color
Monochromatic Colors of #2014EE
Black with #2014EE
Text Example
Text Example
White with #2014EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014EE; }
p { color: rgb(32,20,238); }
H1.HeaderClassName
{
color: #2014EE;
}
.AnyTagClassName
{
color: #2014EE;
}
</style>
background-color css
<style>
a { background-color: #2014EE; }
a { background-color: rgb(32,20,238); }
div.DivClassName
{
background-color: #2014EE;
}
.BgClassName
{
background-color: #2014EE;
}
</style>
border-color css
<style>
span { border-color: #2014EE; }
span { border-color: rgb(32,20,238); }
td.TdClassName
{
border-color: #2014EE;
}
.TagClassName
{
border-color: #2014EE;
}
</style>