Shades of Medium Blue #2000DF
Tints of Medium Blue #2000DF
RGB
CMYK
RGB Variations
Color information
#2000DF (or 0x2000DF) is known color: Medium Blue. HEX triplet: 20, 00 and DF. RGB value is (32,0,223). Sum of RGB (Red+Green+Blue) = 32+0+223=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #2000DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000DF is #DFFF20. Grayscale: #222222. Windows color (decimal): -14679841 or 14614560. OLE color: 14614560.
HSL color Cylindrical-coordinate representation of color #2000DF: hue angle of 248.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000DF is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 0 | 223 | - |
| CMYK | 0.86 | 1 | 0 | 0.13 |
| HSL | 248.61º | 1% | 0.44% | - |
| HSV(B) | 248.61º | 1% | 0.87% | - |
| XYZ | 13.91 | 5.63 | 70.17 | - |
| YUV | 34.99 | 234.1 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 223 | 0.86 | 1 | 0 | 0.13 | 248.61 | 1 | 0.44 |
| Hex | 20 | 0 | DF | 56 | 64 | 0 | D | F9 | 64 | 2C |
| Octal | 40 | 0 | 337 | 126 | 144 | 0 | 15 | 371 | 144 | 54 |
| Binary | 100000 | 0 | 11011111 | 1010110 | 1100100 | 0 | 1101 | 11111001 | 1100100 | 101100 |
Color Harmonies of #2000DF
Complementary color
Monochromatic Colors of #2000DF
Black with #2000DF
Text Example
Text Example
White with #2000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2000DF; }
p { color: rgb(32,0,223); }
H1.HeaderClassName
{
color: #2000DF;
}
.AnyTagClassName
{
color: #2000DF;
}
</style>
background-color css
<style>
a { background-color: #2000DF; }
a { background-color: rgb(32,0,223); }
div.DivClassName
{
background-color: #2000DF;
}
.BgClassName
{
background-color: #2000DF;
}
</style>
border-color css
<style>
span { border-color: #2000DF; }
span { border-color: rgb(32,0,223); }
td.TdClassName
{
border-color: #2000DF;
}
.TagClassName
{
border-color: #2000DF;
}
</style>