Shades of Medium Blue #2009CF
Tints of Medium Blue #2009CF
RGB
CMYK
RGB Variations
Color information
#2009CF (or 0x2009CF) is known color: Medium Blue. HEX triplet: 20, 09 and CF. RGB value is (32,9,207). Sum of RGB (Red+Green+Blue) = 32+9+207=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #2009CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009CF is #DFF630. Grayscale: #252525. Windows color (decimal): -14677553 or 13568288. OLE color: 13568288.
HSL color Cylindrical-coordinate representation of color #2009CF: hue angle of 246.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009CF is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 9 | 207 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.19 |
| HSL | 246.97º | 0.92% | 0.42% | - |
| HSV(B) | 246.97º | 0.96% | 0.81% | - |
| XYZ | 11.96 | 5.01 | 59.37 | - |
| YUV | 38.45 | 223.12 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 207 | 0.85 | 0.96 | 0 | 0.19 | 246.97 | 0.92 | 0.42 |
| Hex | 20 | 9 | CF | 55 | 60 | 0 | 13 | F7 | 5C | 2A |
| Octal | 40 | 11 | 317 | 125 | 140 | 0 | 23 | 367 | 134 | 52 |
| Binary | 100000 | 1001 | 11001111 | 1010101 | 1100000 | 0 | 10011 | 11110111 | 1011100 | 101010 |
Color Harmonies of #2009CF
Complementary color
Monochromatic Colors of #2009CF
Black with #2009CF
Text Example
Text Example
White with #2009CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009CF; }
p { color: rgb(32,9,207); }
H1.HeaderClassName
{
color: #2009CF;
}
.AnyTagClassName
{
color: #2009CF;
}
</style>
background-color css
<style>
a { background-color: #2009CF; }
a { background-color: rgb(32,9,207); }
div.DivClassName
{
background-color: #2009CF;
}
.BgClassName
{
background-color: #2009CF;
}
</style>
border-color css
<style>
span { border-color: #2009CF; }
span { border-color: rgb(32,9,207); }
td.TdClassName
{
border-color: #2009CF;
}
.TagClassName
{
border-color: #2009CF;
}
</style>