Shades of Medium Blue #2013DF
Tints of Medium Blue #2013DF
RGB
CMYK
RGB Variations
Color information
#2013DF (or 0x2013DF) is known color: Medium Blue. HEX triplet: 20, 13 and DF. RGB value is (32,19,223). Sum of RGB (Red+Green+Blue) = 32+19+223=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #2013DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2013DF is #DFEC20. Grayscale: #2D2D2D. Windows color (decimal): -14674977 or 14619424. OLE color: 14619424.
HSL color Cylindrical-coordinate representation of color #2013DF: hue angle of 243.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2013DF is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 19 | 223 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.13 |
| HSL | 243.82º | 0.84% | 0.47% | - |
| HSV(B) | 243.82º | 0.91% | 0.87% | - |
| XYZ | 14.15 | 6.1 | 70.24 | - |
| YUV | 46.14 | 227.81 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 223 | 0.86 | 0.91 | 0 | 0.13 | 243.82 | 0.84 | 0.47 |
| Hex | 20 | 13 | DF | 56 | 5B | 0 | D | F4 | 54 | 2F |
| Octal | 40 | 23 | 337 | 126 | 133 | 0 | 15 | 364 | 124 | 57 |
| Binary | 100000 | 10011 | 11011111 | 1010110 | 1011011 | 0 | 1101 | 11110100 | 1010100 | 101111 |
Color Harmonies of #2013DF
Complementary color
Monochromatic Colors of #2013DF
Black with #2013DF
Text Example
Text Example
White with #2013DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013DF; }
p { color: rgb(32,19,223); }
H1.HeaderClassName
{
color: #2013DF;
}
.AnyTagClassName
{
color: #2013DF;
}
</style>
background-color css
<style>
a { background-color: #2013DF; }
a { background-color: rgb(32,19,223); }
div.DivClassName
{
background-color: #2013DF;
}
.BgClassName
{
background-color: #2013DF;
}
</style>
border-color css
<style>
span { border-color: #2013DF; }
span { border-color: rgb(32,19,223); }
td.TdClassName
{
border-color: #2013DF;
}
.TagClassName
{
border-color: #2013DF;
}
</style>