Shades of Blue #2004EE
Tints of Blue #2004EE
RGB
CMYK
RGB Variations
Color information
#2004EE (or 0x2004EE) is known color: Blue. HEX triplet: 20, 04 and EE. RGB value is (32,4,238). Sum of RGB (Red+Green+Blue) = 32+4+238=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 238 (93.36% from 255 or 86.86% from 274); Max value from RGB is 238 - color contains mainly: blue. Hex color #2004EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2004EE is #DFFB11. Grayscale: #262626. Windows color (decimal): -14678802 or 15598624. OLE color: 15598624.
HSL color Cylindrical-coordinate representation of color #2004EE: hue angle of 247.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004EE is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 4 | 238 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.07 |
| HSL | 247.18º | 0.97% | 0.47% | - |
| HSV(B) | 247.18º | 0.98% | 0.93% | - |
| XYZ | 16.07 | 6.57 | 81.31 | - |
| YUV | 39.05 | 240.28 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 238 | 0.87 | 0.98 | 0 | 0.07 | 247.18 | 0.97 | 0.47 |
| Hex | 20 | 4 | EE | 57 | 62 | 0 | 7 | F7 | 61 | 2F |
| Octal | 40 | 4 | 356 | 127 | 142 | 0 | 7 | 367 | 141 | 57 |
| Binary | 100000 | 100 | 11101110 | 1010111 | 1100010 | 0 | 111 | 11110111 | 1100001 | 101111 |
Color Harmonies of #2004EE
Complementary color
Monochromatic Colors of #2004EE
Black with #2004EE
Text Example
Text Example
White with #2004EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004EE; }
p { color: rgb(32,4,238); }
H1.HeaderClassName
{
color: #2004EE;
}
.AnyTagClassName
{
color: #2004EE;
}
</style>
background-color css
<style>
a { background-color: #2004EE; }
a { background-color: rgb(32,4,238); }
div.DivClassName
{
background-color: #2004EE;
}
.BgClassName
{
background-color: #2004EE;
}
</style>
border-color css
<style>
span { border-color: #2004EE; }
span { border-color: rgb(32,4,238); }
td.TdClassName
{
border-color: #2004EE;
}
.TagClassName
{
border-color: #2004EE;
}
</style>