Shades of Medium Blue #2005DF
Tints of Medium Blue #2005DF
RGB
CMYK
RGB Variations
Color information
#2005DF (or 0x2005DF) is known color: Medium Blue. HEX triplet: 20, 05 and DF. RGB value is (32,5,223). Sum of RGB (Red+Green+Blue) = 32+5+223=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #2005DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005DF is #DFFA20. Grayscale: #252525. Windows color (decimal): -14678561 or 14615840. OLE color: 14615840.
HSL color Cylindrical-coordinate representation of color #2005DF: hue angle of 247.43º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005DF is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 5 | 223 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.13 |
| HSL | 247.43º | 0.96% | 0.45% | - |
| HSV(B) | 247.43º | 0.98% | 0.87% | - |
| XYZ | 13.97 | 5.74 | 70.18 | - |
| YUV | 37.93 | 232.45 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 223 | 0.86 | 0.98 | 0 | 0.13 | 247.43 | 0.96 | 0.45 |
| Hex | 20 | 5 | DF | 56 | 62 | 0 | D | F7 | 60 | 2D |
| Octal | 40 | 5 | 337 | 126 | 142 | 0 | 15 | 367 | 140 | 55 |
| Binary | 100000 | 101 | 11011111 | 1010110 | 1100010 | 0 | 1101 | 11110111 | 1100000 | 101101 |
Color Harmonies of #2005DF
Complementary color
Monochromatic Colors of #2005DF
Black with #2005DF
Text Example
Text Example
White with #2005DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005DF; }
p { color: rgb(32,5,223); }
H1.HeaderClassName
{
color: #2005DF;
}
.AnyTagClassName
{
color: #2005DF;
}
</style>
background-color css
<style>
a { background-color: #2005DF; }
a { background-color: rgb(32,5,223); }
div.DivClassName
{
background-color: #2005DF;
}
.BgClassName
{
background-color: #2005DF;
}
</style>
border-color css
<style>
span { border-color: #2005DF; }
span { border-color: rgb(32,5,223); }
td.TdClassName
{
border-color: #2005DF;
}
.TagClassName
{
border-color: #2005DF;
}
</style>