Shades of Medium Blue #2007DA
Tints of Medium Blue #2007DA
RGB
CMYK
RGB Variations
Color information
#2007DA (or 0x2007DA) is known color: Medium Blue. HEX triplet: 20, 07 and DA. RGB value is (32,7,218). Sum of RGB (Red+Green+Blue) = 32+7+218=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 218 (85.55% from 255 or 84.82% from 257); Max value from RGB is 218 - color contains mainly: blue. Hex color #2007DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007DA is #DFF825. Grayscale: #252525. Windows color (decimal): -14678054 or 14288672. OLE color: 14288672.
HSL color Cylindrical-coordinate representation of color #2007DA: hue angle of 247.11º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2007DA is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 7 | 218 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.15 |
| HSL | 247.11º | 0.94% | 0.44% | - |
| HSV(B) | 247.11º | 0.97% | 0.85% | - |
| XYZ | 13.33 | 5.52 | 66.69 | - |
| YUV | 38.53 | 229.28 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 218 | 0.85 | 0.97 | 0 | 0.15 | 247.11 | 0.94 | 0.44 |
| Hex | 20 | 7 | DA | 55 | 61 | 0 | F | F7 | 5E | 2C |
| Octal | 40 | 7 | 332 | 125 | 141 | 0 | 17 | 367 | 136 | 54 |
| Binary | 100000 | 111 | 11011010 | 1010101 | 1100001 | 0 | 1111 | 11110111 | 1011110 | 101100 |
Color Harmonies of #2007DA
Complementary color
Monochromatic Colors of #2007DA
Black with #2007DA
Text Example
Text Example
White with #2007DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007DA; }
p { color: rgb(32,7,218); }
H1.HeaderClassName
{
color: #2007DA;
}
.AnyTagClassName
{
color: #2007DA;
}
</style>
background-color css
<style>
a { background-color: #2007DA; }
a { background-color: rgb(32,7,218); }
div.DivClassName
{
background-color: #2007DA;
}
.BgClassName
{
background-color: #2007DA;
}
</style>
border-color css
<style>
span { border-color: #2007DA; }
span { border-color: rgb(32,7,218); }
td.TdClassName
{
border-color: #2007DA;
}
.TagClassName
{
border-color: #2007DA;
}
</style>