Shades of Medium Blue #2003CE
Tints of Medium Blue #2003CE
RGB
CMYK
RGB Variations
Color information
#2003CE (or 0x2003CE) is known color: Medium Blue. HEX triplet: 20, 03 and CE. RGB value is (32,3,206). Sum of RGB (Red+Green+Blue) = 32+3+206=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #2003CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003CE is #DFFC31. Grayscale: #222222. Windows color (decimal): -14679090 or 13501216. OLE color: 13501216.
HSL color Cylindrical-coordinate representation of color #2003CE: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2003CE is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 3 | 206 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.19 |
| HSL | 248.57º | 0.97% | 0.41% | - |
| HSV(B) | 248.57º | 0.99% | 0.81% | - |
| XYZ | 11.77 | 4.83 | 58.7 | - |
| YUV | 34.81 | 224.61 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 206 | 0.84 | 0.99 | 0 | 0.19 | 248.57 | 0.97 | 0.41 |
| Hex | 20 | 3 | CE | 54 | 63 | 0 | 13 | F9 | 61 | 29 |
| Octal | 40 | 3 | 316 | 124 | 143 | 0 | 23 | 371 | 141 | 51 |
| Binary | 100000 | 11 | 11001110 | 1010100 | 1100011 | 0 | 10011 | 11111001 | 1100001 | 101001 |
Color Harmonies of #2003CE
Complementary color
Monochromatic Colors of #2003CE
Black with #2003CE
Text Example
Text Example
White with #2003CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003CE; }
p { color: rgb(32,3,206); }
H1.HeaderClassName
{
color: #2003CE;
}
.AnyTagClassName
{
color: #2003CE;
}
</style>
background-color css
<style>
a { background-color: #2003CE; }
a { background-color: rgb(32,3,206); }
div.DivClassName
{
background-color: #2003CE;
}
.BgClassName
{
background-color: #2003CE;
}
</style>
border-color css
<style>
span { border-color: #2003CE; }
span { border-color: rgb(32,3,206); }
td.TdClassName
{
border-color: #2003CE;
}
.TagClassName
{
border-color: #2003CE;
}
</style>