Shades of Blue #2004ED
Tints of Blue #2004ED
RGB
CMYK
RGB Variations
Color information
#2004ED (or 0x2004ED) is known color: Blue. HEX triplet: 20, 04 and ED. RGB value is (32,4,237). Sum of RGB (Red+Green+Blue) = 32+4+237=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 237 (92.97% from 255 or 86.81% from 273); Max value from RGB is 237 - color contains mainly: blue. Hex color #2004ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2004ED is #DFFB12. Grayscale: #262626. Windows color (decimal): -14678803 or 15533088. OLE color: 15533088.
HSL color Cylindrical-coordinate representation of color #2004ED: hue angle of 247.21º 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 #2004ED is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 4 | 237 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.07 |
| HSL | 247.21º | 0.97% | 0.47% | - |
| HSV(B) | 247.21º | 0.98% | 0.93% | - |
| XYZ | 15.93 | 6.51 | 80.54 | - |
| YUV | 38.93 | 239.78 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 237 | 0.86 | 0.98 | 0 | 0.07 | 247.21 | 0.97 | 0.47 |
| Hex | 20 | 4 | ED | 56 | 62 | 0 | 7 | F7 | 61 | 2F |
| Octal | 40 | 4 | 355 | 126 | 142 | 0 | 7 | 367 | 141 | 57 |
| Binary | 100000 | 100 | 11101101 | 1010110 | 1100010 | 0 | 111 | 11110111 | 1100001 | 101111 |
Color Harmonies of #2004ED
Complementary color
Monochromatic Colors of #2004ED
Black with #2004ED
Text Example
Text Example
White with #2004ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004ED; }
p { color: rgb(32,4,237); }
H1.HeaderClassName
{
color: #2004ED;
}
.AnyTagClassName
{
color: #2004ED;
}
</style>
background-color css
<style>
a { background-color: #2004ED; }
a { background-color: rgb(32,4,237); }
div.DivClassName
{
background-color: #2004ED;
}
.BgClassName
{
background-color: #2004ED;
}
</style>
border-color css
<style>
span { border-color: #2004ED; }
span { border-color: rgb(32,4,237); }
td.TdClassName
{
border-color: #2004ED;
}
.TagClassName
{
border-color: #2004ED;
}
</style>