Shades of Medium Blue #2002D5
Tints of Medium Blue #2002D5
RGB
CMYK
RGB Variations
Color information
#2002D5 (or 0x2002D5) is known color: Medium Blue. HEX triplet: 20, 02 and D5. RGB value is (32,2,213). Sum of RGB (Red+Green+Blue) = 32+2+213=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 213 (83.59% from 255 or 86.23% from 247); Max value from RGB is 213 - color contains mainly: blue. Hex color #2002D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002D5 is #DFFD2A. Grayscale: #222222. Windows color (decimal): -14679339 or 13959712. OLE color: 13959712.
HSL color Cylindrical-coordinate representation of color #2002D5: hue angle of 248.53º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002D5 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 2 | 213 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.16 |
| HSL | 248.53º | 0.98% | 0.42% | - |
| HSV(B) | 248.53º | 0.99% | 0.84% | - |
| XYZ | 12.63 | 5.15 | 63.28 | - |
| YUV | 35.02 | 228.44 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 213 | 0.85 | 0.99 | 0 | 0.16 | 248.53 | 0.98 | 0.42 |
| Hex | 20 | 2 | D5 | 55 | 63 | 0 | 10 | F9 | 62 | 2A |
| Octal | 40 | 2 | 325 | 125 | 143 | 0 | 20 | 371 | 142 | 52 |
| Binary | 100000 | 10 | 11010101 | 1010101 | 1100011 | 0 | 10000 | 11111001 | 1100010 | 101010 |
Color Harmonies of #2002D5
Complementary color
Monochromatic Colors of #2002D5
Black with #2002D5
Text Example
Text Example
White with #2002D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002D5; }
p { color: rgb(32,2,213); }
H1.HeaderClassName
{
color: #2002D5;
}
.AnyTagClassName
{
color: #2002D5;
}
</style>
background-color css
<style>
a { background-color: #2002D5; }
a { background-color: rgb(32,2,213); }
div.DivClassName
{
background-color: #2002D5;
}
.BgClassName
{
background-color: #2002D5;
}
</style>
border-color css
<style>
span { border-color: #2002D5; }
span { border-color: rgb(32,2,213); }
td.TdClassName
{
border-color: #2002D5;
}
.TagClassName
{
border-color: #2002D5;
}
</style>