Shades of Medium Blue #2014DF
Tints of Medium Blue #2014DF
RGB
CMYK
RGB Variations
Color information
#2014DF (or 0x2014DF) is known color: Medium Blue. HEX triplet: 20, 14 and DF. RGB value is (32,20,223). Sum of RGB (Red+Green+Blue) = 32+20+223=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #2014DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2014DF is #DFEB20. Grayscale: #2D2D2D. Windows color (decimal): -14674721 or 14619680. OLE color: 14619680.
HSL color Cylindrical-coordinate representation of color #2014DF: hue angle of 243.55º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2014DF is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 20 | 223 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.13 |
| HSL | 243.55º | 0.84% | 0.48% | - |
| HSV(B) | 243.55º | 0.91% | 0.87% | - |
| XYZ | 14.17 | 6.14 | 70.25 | - |
| YUV | 46.73 | 227.48 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 223 | 0.86 | 0.91 | 0 | 0.13 | 243.55 | 0.84 | 0.48 |
| Hex | 20 | 14 | DF | 56 | 5B | 0 | D | F4 | 54 | 30 |
| Octal | 40 | 24 | 337 | 126 | 133 | 0 | 15 | 364 | 124 | 60 |
| Binary | 100000 | 10100 | 11011111 | 1010110 | 1011011 | 0 | 1101 | 11110100 | 1010100 | 110000 |
Color Harmonies of #2014DF
Complementary color
Monochromatic Colors of #2014DF
Black with #2014DF
Text Example
Text Example
White with #2014DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014DF; }
p { color: rgb(32,20,223); }
H1.HeaderClassName
{
color: #2014DF;
}
.AnyTagClassName
{
color: #2014DF;
}
</style>
background-color css
<style>
a { background-color: #2014DF; }
a { background-color: rgb(32,20,223); }
div.DivClassName
{
background-color: #2014DF;
}
.BgClassName
{
background-color: #2014DF;
}
</style>
border-color css
<style>
span { border-color: #2014DF; }
span { border-color: rgb(32,20,223); }
td.TdClassName
{
border-color: #2014DF;
}
.TagClassName
{
border-color: #2014DF;
}
</style>