Shades of Medium Blue #2005D6
Tints of Medium Blue #2005D6
RGB
CMYK
RGB Variations
Color information
#2005D6 (or 0x2005D6) is known color: Medium Blue. HEX triplet: 20, 05 and D6. RGB value is (32,5,214). Sum of RGB (Red+Green+Blue) = 32+5+214=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 214 (83.98% from 255 or 85.26% from 251); Max value from RGB is 214 - color contains mainly: blue. Hex color #2005D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005D6 is #DFFA29. Grayscale: #242424. Windows color (decimal): -14678570 or 14026016. OLE color: 14026016.
HSL color Cylindrical-coordinate representation of color #2005D6: hue angle of 247.75º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005D6 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 5 | 214 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.16 |
| HSL | 247.75º | 0.95% | 0.43% | - |
| HSV(B) | 247.75º | 0.98% | 0.84% | - |
| XYZ | 12.79 | 5.27 | 63.96 | - |
| YUV | 36.9 | 227.95 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 214 | 0.85 | 0.98 | 0 | 0.16 | 247.75 | 0.95 | 0.43 |
| Hex | 20 | 5 | D6 | 55 | 62 | 0 | 10 | F8 | 5F | 2B |
| Octal | 40 | 5 | 326 | 125 | 142 | 0 | 20 | 370 | 137 | 53 |
| Binary | 100000 | 101 | 11010110 | 1010101 | 1100010 | 0 | 10000 | 11111000 | 1011111 | 101011 |
Color Harmonies of #2005D6
Complementary color
Monochromatic Colors of #2005D6
Black with #2005D6
Text Example
Text Example
White with #2005D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005D6; }
p { color: rgb(32,5,214); }
H1.HeaderClassName
{
color: #2005D6;
}
.AnyTagClassName
{
color: #2005D6;
}
</style>
background-color css
<style>
a { background-color: #2005D6; }
a { background-color: rgb(32,5,214); }
div.DivClassName
{
background-color: #2005D6;
}
.BgClassName
{
background-color: #2005D6;
}
</style>
border-color css
<style>
span { border-color: #2005D6; }
span { border-color: rgb(32,5,214); }
td.TdClassName
{
border-color: #2005D6;
}
.TagClassName
{
border-color: #2005D6;
}
</style>