Shades of Medium Blue #2004CE
Tints of Medium Blue #2004CE
RGB
CMYK
RGB Variations
Color information
#2004CE (or 0x2004CE) is known color: Medium Blue. HEX triplet: 20, 04 and CE. RGB value is (32,4,206). Sum of RGB (Red+Green+Blue) = 32+4+206=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #2004CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004CE is #DFFB31. Grayscale: #222222. Windows color (decimal): -14678834 or 13501472. OLE color: 13501472.
HSL color Cylindrical-coordinate representation of color #2004CE: hue angle of 248.32º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004CE is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 4 | 206 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.19 |
| HSL | 248.32º | 0.96% | 0.41% | - |
| HSV(B) | 248.32º | 0.98% | 0.81% | - |
| XYZ | 11.78 | 4.85 | 58.71 | - |
| YUV | 35.4 | 224.28 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 206 | 0.84 | 0.98 | 0 | 0.19 | 248.32 | 0.96 | 0.41 |
| Hex | 20 | 4 | CE | 54 | 62 | 0 | 13 | F8 | 60 | 29 |
| Octal | 40 | 4 | 316 | 124 | 142 | 0 | 23 | 370 | 140 | 51 |
| Binary | 100000 | 100 | 11001110 | 1010100 | 1100010 | 0 | 10011 | 11111000 | 1100000 | 101001 |
Color Harmonies of #2004CE
Complementary color
Monochromatic Colors of #2004CE
Black with #2004CE
Text Example
Text Example
White with #2004CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004CE; }
p { color: rgb(32,4,206); }
H1.HeaderClassName
{
color: #2004CE;
}
.AnyTagClassName
{
color: #2004CE;
}
</style>
background-color css
<style>
a { background-color: #2004CE; }
a { background-color: rgb(32,4,206); }
div.DivClassName
{
background-color: #2004CE;
}
.BgClassName
{
background-color: #2004CE;
}
</style>
border-color css
<style>
span { border-color: #2004CE; }
span { border-color: rgb(32,4,206); }
td.TdClassName
{
border-color: #2004CE;
}
.TagClassName
{
border-color: #2004CE;
}
</style>