Shades of Medium Blue #2009D7
Tints of Medium Blue #2009D7
RGB
CMYK
RGB Variations
Color information
#2009D7 (or 0x2009D7) is known color: Medium Blue. HEX triplet: 20, 09 and D7. RGB value is (32,9,215). Sum of RGB (Red+Green+Blue) = 32+9+215=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 215 (84.38% from 255 or 83.98% from 256); Max value from RGB is 215 - color contains mainly: blue. Hex color #2009D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009D7 is #DFF628. Grayscale: #262626. Windows color (decimal): -14677545 or 14092576. OLE color: 14092576.
HSL color Cylindrical-coordinate representation of color #2009D7: hue angle of 246.7º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009D7 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 9 | 215 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.16 |
| HSL | 246.7º | 0.92% | 0.44% | - |
| HSV(B) | 246.7º | 0.96% | 0.84% | - |
| XYZ | 12.96 | 5.41 | 64.65 | - |
| YUV | 39.36 | 227.12 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 215 | 0.85 | 0.96 | 0 | 0.16 | 246.7 | 0.92 | 0.44 |
| Hex | 20 | 9 | D7 | 55 | 60 | 0 | 10 | F7 | 5C | 2C |
| Octal | 40 | 11 | 327 | 125 | 140 | 0 | 20 | 367 | 134 | 54 |
| Binary | 100000 | 1001 | 11010111 | 1010101 | 1100000 | 0 | 10000 | 11110111 | 1011100 | 101100 |
Color Harmonies of #2009D7
Complementary color
Monochromatic Colors of #2009D7
Black with #2009D7
Text Example
Text Example
White with #2009D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009D7; }
p { color: rgb(32,9,215); }
H1.HeaderClassName
{
color: #2009D7;
}
.AnyTagClassName
{
color: #2009D7;
}
</style>
background-color css
<style>
a { background-color: #2009D7; }
a { background-color: rgb(32,9,215); }
div.DivClassName
{
background-color: #2009D7;
}
.BgClassName
{
background-color: #2009D7;
}
</style>
border-color css
<style>
span { border-color: #2009D7; }
span { border-color: rgb(32,9,215); }
td.TdClassName
{
border-color: #2009D7;
}
.TagClassName
{
border-color: #2009D7;
}
</style>