Shades of Medium Blue #2003D0
Tints of Medium Blue #2003D0
RGB
CMYK
RGB Variations
Color information
#2003D0 (or 0x2003D0) is known color: Medium Blue. HEX triplet: 20, 03 and D0. RGB value is (32,3,208). Sum of RGB (Red+Green+Blue) = 32+3+208=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 208 (81.64% from 255 or 85.60% from 243); Max value from RGB is 208 - color contains mainly: blue. Hex color #2003D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003D0 is #DFFC2F. Grayscale: #222222. Windows color (decimal): -14679088 or 13632288. OLE color: 13632288.
HSL color Cylindrical-coordinate representation of color #2003D0: hue angle of 248.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2003D0 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 3 | 208 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.18 |
| HSL | 248.49º | 0.97% | 0.41% | - |
| HSV(B) | 248.49º | 0.99% | 0.82% | - |
| XYZ | 12.01 | 4.93 | 59.99 | - |
| YUV | 35.04 | 225.61 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 208 | 0.85 | 0.99 | 0 | 0.18 | 248.49 | 0.97 | 0.41 |
| Hex | 20 | 3 | D0 | 55 | 63 | 0 | 12 | F8 | 61 | 29 |
| Octal | 40 | 3 | 320 | 125 | 143 | 0 | 22 | 370 | 141 | 51 |
| Binary | 100000 | 11 | 11010000 | 1010101 | 1100011 | 0 | 10010 | 11111000 | 1100001 | 101001 |
Color Harmonies of #2003D0
Complementary color
Monochromatic Colors of #2003D0
Black with #2003D0
Text Example
Text Example
White with #2003D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003D0; }
p { color: rgb(32,3,208); }
H1.HeaderClassName
{
color: #2003D0;
}
.AnyTagClassName
{
color: #2003D0;
}
</style>
background-color css
<style>
a { background-color: #2003D0; }
a { background-color: rgb(32,3,208); }
div.DivClassName
{
background-color: #2003D0;
}
.BgClassName
{
background-color: #2003D0;
}
</style>
border-color css
<style>
span { border-color: #2003D0; }
span { border-color: rgb(32,3,208); }
td.TdClassName
{
border-color: #2003D0;
}
.TagClassName
{
border-color: #2003D0;
}
</style>