Shades of Medium Blue #2001DA
Tints of Medium Blue #2001DA
RGB
CMYK
RGB Variations
Color information
#2001DA (or 0x2001DA) is known color: Medium Blue. HEX triplet: 20, 01 and DA. RGB value is (32,1,218). Sum of RGB (Red+Green+Blue) = 32+1+218=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #2001DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2001DA is #DFFE25. Grayscale: #222222. Windows color (decimal): -14679590 or 14287136. OLE color: 14287136.
HSL color Cylindrical-coordinate representation of color #2001DA: hue angle of 248.57º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2001DA is Cyan = 0.85, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 1 | 218 | - |
| CMYK | 0.85 | 1.00 | 0 | 0.15 |
| HSL | 248.57º | 0.99% | 0.43% | - |
| HSV(B) | 248.57º | 1% | 0.85% | - |
| XYZ | 13.26 | 5.39 | 66.67 | - |
| YUV | 35.01 | 231.27 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 218 | 0.85 | 1.00 | 0 | 0.15 | 248.57 | 0.99 | 0.43 |
| Hex | 20 | 1 | DA | 55 | 64 | 0 | F | F9 | 63 | 2B |
| Octal | 40 | 1 | 332 | 125 | 144 | 0 | 17 | 371 | 143 | 53 |
| Binary | 100000 | 1 | 11011010 | 1010101 | 1100100 | 0 | 1111 | 11111001 | 1100011 | 101011 |
Color Harmonies of #2001DA
Complementary color
Monochromatic Colors of #2001DA
Black with #2001DA
Text Example
Text Example
White with #2001DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2001DA; }
p { color: rgb(32,1,218); }
H1.HeaderClassName
{
color: #2001DA;
}
.AnyTagClassName
{
color: #2001DA;
}
</style>
background-color css
<style>
a { background-color: #2001DA; }
a { background-color: rgb(32,1,218); }
div.DivClassName
{
background-color: #2001DA;
}
.BgClassName
{
background-color: #2001DA;
}
</style>
border-color css
<style>
span { border-color: #2001DA; }
span { border-color: rgb(32,1,218); }
td.TdClassName
{
border-color: #2001DA;
}
.TagClassName
{
border-color: #2001DA;
}
</style>