Shades of Medium Blue #2005D2
Tints of Medium Blue #2005D2
RGB
CMYK
RGB Variations
Color information
#2005D2 (or 0x2005D2) is known color: Medium Blue. HEX triplet: 20, 05 and D2. RGB value is (32,5,210). Sum of RGB (Red+Green+Blue) = 32+5+210=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 210 (82.42% from 255 or 85.02% from 247); Max value from RGB is 210 - color contains mainly: blue. Hex color #2005D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005D2 is #DFFA2D. Grayscale: #232323. Windows color (decimal): -14678574 or 13763872. OLE color: 13763872.
HSL color Cylindrical-coordinate representation of color #2005D2: hue angle of 247.9º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005D2 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 5 | 210 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.18 |
| HSL | 247.9º | 0.95% | 0.42% | - |
| HSV(B) | 247.9º | 0.98% | 0.82% | - |
| XYZ | 12.28 | 5.07 | 61.3 | - |
| YUV | 36.44 | 225.95 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 210 | 0.85 | 0.98 | 0 | 0.18 | 247.9 | 0.95 | 0.42 |
| Hex | 20 | 5 | D2 | 55 | 62 | 0 | 12 | F8 | 5F | 2A |
| Octal | 40 | 5 | 322 | 125 | 142 | 0 | 22 | 370 | 137 | 52 |
| Binary | 100000 | 101 | 11010010 | 1010101 | 1100010 | 0 | 10010 | 11111000 | 1011111 | 101010 |
Color Harmonies of #2005D2
Complementary color
Monochromatic Colors of #2005D2
Black with #2005D2
Text Example
Text Example
White with #2005D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005D2; }
p { color: rgb(32,5,210); }
H1.HeaderClassName
{
color: #2005D2;
}
.AnyTagClassName
{
color: #2005D2;
}
</style>
background-color css
<style>
a { background-color: #2005D2; }
a { background-color: rgb(32,5,210); }
div.DivClassName
{
background-color: #2005D2;
}
.BgClassName
{
background-color: #2005D2;
}
</style>
border-color css
<style>
span { border-color: #2005D2; }
span { border-color: rgb(32,5,210); }
td.TdClassName
{
border-color: #2005D2;
}
.TagClassName
{
border-color: #2005D2;
}
</style>