Shades of Medium Blue #2019DF
Tints of Medium Blue #2019DF
RGB
CMYK
RGB Variations
Color information
#2019DF (or 0x2019DF) is known color: Medium Blue. HEX triplet: 20, 19 and DF. RGB value is (32,25,223). Sum of RGB (Red+Green+Blue) = 32+25+223=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #2019DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019DF is #DFE620. Grayscale: #303030. Windows color (decimal): -14673441 or 14620960. OLE color: 14620960.
HSL color Cylindrical-coordinate representation of color #2019DF: hue angle of 242.12º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2019DF is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 25 | 223 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.13 |
| HSL | 242.12º | 0.8% | 0.49% | - |
| HSV(B) | 242.12º | 0.89% | 0.87% | - |
| XYZ | 14.26 | 6.33 | 70.28 | - |
| YUV | 49.67 | 225.82 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 223 | 0.86 | 0.89 | 0 | 0.13 | 242.12 | 0.8 | 0.49 |
| Hex | 20 | 19 | DF | 56 | 59 | 0 | D | F2 | 50 | 31 |
| Octal | 40 | 31 | 337 | 126 | 131 | 0 | 15 | 362 | 120 | 61 |
| Binary | 100000 | 11001 | 11011111 | 1010110 | 1011001 | 0 | 1101 | 11110010 | 1010000 | 110001 |
Color Harmonies of #2019DF
Complementary color
Monochromatic Colors of #2019DF
Black with #2019DF
Text Example
Text Example
White with #2019DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019DF; }
p { color: rgb(32,25,223); }
H1.HeaderClassName
{
color: #2019DF;
}
.AnyTagClassName
{
color: #2019DF;
}
</style>
background-color css
<style>
a { background-color: #2019DF; }
a { background-color: rgb(32,25,223); }
div.DivClassName
{
background-color: #2019DF;
}
.BgClassName
{
background-color: #2019DF;
}
</style>
border-color css
<style>
span { border-color: #2019DF; }
span { border-color: rgb(32,25,223); }
td.TdClassName
{
border-color: #2019DF;
}
.TagClassName
{
border-color: #2019DF;
}
</style>