Shades of Medium Blue #2001CE
Tints of Medium Blue #2001CE
RGB
CMYK
RGB Variations
Color information
#2001CE (or 0x2001CE) is known color: Medium Blue. HEX triplet: 20, 01 and CE. RGB value is (32,1,206). Sum of RGB (Red+Green+Blue) = 32+1+206=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #2001CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2001CE is #DFFE31. Grayscale: #202020. Windows color (decimal): -14679602 or 13500704. OLE color: 13500704.
HSL color Cylindrical-coordinate representation of color #2001CE: hue angle of 249.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2001CE is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 1 | 206 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.19 |
| HSL | 249.07º | 0.99% | 0.41% | - |
| HSV(B) | 249.07º | 1% | 0.81% | - |
| XYZ | 11.75 | 4.79 | 58.7 | - |
| YUV | 33.64 | 225.27 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 206 | 0.84 | 1.00 | 0 | 0.19 | 249.07 | 0.99 | 0.41 |
| Hex | 20 | 1 | CE | 54 | 64 | 0 | 13 | F9 | 63 | 29 |
| Octal | 40 | 1 | 316 | 124 | 144 | 0 | 23 | 371 | 143 | 51 |
| Binary | 100000 | 1 | 11001110 | 1010100 | 1100100 | 0 | 10011 | 11111001 | 1100011 | 101001 |
Color Harmonies of #2001CE
Complementary color
Monochromatic Colors of #2001CE
Black with #2001CE
Text Example
Text Example
White with #2001CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2001CE; }
p { color: rgb(32,1,206); }
H1.HeaderClassName
{
color: #2001CE;
}
.AnyTagClassName
{
color: #2001CE;
}
</style>
background-color css
<style>
a { background-color: #2001CE; }
a { background-color: rgb(32,1,206); }
div.DivClassName
{
background-color: #2001CE;
}
.BgClassName
{
background-color: #2001CE;
}
</style>
border-color css
<style>
span { border-color: #2001CE; }
span { border-color: rgb(32,1,206); }
td.TdClassName
{
border-color: #2001CE;
}
.TagClassName
{
border-color: #2001CE;
}
</style>