Shades of Medium Blue #2000CF
Tints of Medium Blue #2000CF
RGB
CMYK
RGB Variations
Color information
#2000CF (or 0x2000CF) is known color: Medium Blue. HEX triplet: 20, 00 and CF. RGB value is (32,0,207). Sum of RGB (Red+Green+Blue) = 32+0+207=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #2000CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000CF is #DFFF30. Grayscale: #202020. Windows color (decimal): -14679857 or 13565984. OLE color: 13565984.
HSL color Cylindrical-coordinate representation of color #2000CF: hue angle of 249.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000CF is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 0 | 207 | - |
| CMYK | 0.85 | 1 | 0 | 0.19 |
| HSL | 249.28º | 1% | 0.41% | - |
| HSV(B) | 249.28º | 1% | 0.81% | - |
| XYZ | 11.86 | 4.81 | 59.34 | - |
| YUV | 33.17 | 226.1 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 207 | 0.85 | 1 | 0 | 0.19 | 249.28 | 1 | 0.41 |
| Hex | 20 | 0 | CF | 55 | 64 | 0 | 13 | F9 | 64 | 29 |
| Octal | 40 | 0 | 317 | 125 | 144 | 0 | 23 | 371 | 144 | 51 |
| Binary | 100000 | 0 | 11001111 | 1010101 | 1100100 | 0 | 10011 | 11111001 | 1100100 | 101001 |
Color Harmonies of #2000CF
Complementary color
Monochromatic Colors of #2000CF
Black with #2000CF
Text Example
Text Example
White with #2000CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2000CF; }
p { color: rgb(32,0,207); }
H1.HeaderClassName
{
color: #2000CF;
}
.AnyTagClassName
{
color: #2000CF;
}
</style>
background-color css
<style>
a { background-color: #2000CF; }
a { background-color: rgb(32,0,207); }
div.DivClassName
{
background-color: #2000CF;
}
.BgClassName
{
background-color: #2000CF;
}
</style>
border-color css
<style>
span { border-color: #2000CF; }
span { border-color: rgb(32,0,207); }
td.TdClassName
{
border-color: #2000CF;
}
.TagClassName
{
border-color: #2000CF;
}
</style>