Shades of Medium Blue #2010CF
Tints of Medium Blue #2010CF
RGB
CMYK
RGB Variations
Color information
#2010CF (or 0x2010CF) is known color: Medium Blue. HEX triplet: 20, 10 and CF. RGB value is (32,16,207). Sum of RGB (Red+Green+Blue) = 32+16+207=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #2010CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010CF is #DFEF30. Grayscale: #292929. Windows color (decimal): -14675761 or 13570080. OLE color: 13570080.
HSL color Cylindrical-coordinate representation of color #2010CF: hue angle of 245.03º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010CF is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 16 | 207 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.19 |
| HSL | 245.03º | 0.86% | 0.44% | - |
| HSV(B) | 245.03º | 0.92% | 0.81% | - |
| XYZ | 12.04 | 5.18 | 59.4 | - |
| YUV | 42.56 | 220.8 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 207 | 0.85 | 0.92 | 0 | 0.19 | 245.03 | 0.86 | 0.44 |
| Hex | 20 | 10 | CF | 55 | 5C | 0 | 13 | F5 | 56 | 2C |
| Octal | 40 | 20 | 317 | 125 | 134 | 0 | 23 | 365 | 126 | 54 |
| Binary | 100000 | 10000 | 11001111 | 1010101 | 1011100 | 0 | 10011 | 11110101 | 1010110 | 101100 |
Color Harmonies of #2010CF
Complementary color
Monochromatic Colors of #2010CF
Black with #2010CF
Text Example
Text Example
White with #2010CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010CF; }
p { color: rgb(32,16,207); }
H1.HeaderClassName
{
color: #2010CF;
}
.AnyTagClassName
{
color: #2010CF;
}
</style>
background-color css
<style>
a { background-color: #2010CF; }
a { background-color: rgb(32,16,207); }
div.DivClassName
{
background-color: #2010CF;
}
.BgClassName
{
background-color: #2010CF;
}
</style>
border-color css
<style>
span { border-color: #2010CF; }
span { border-color: rgb(32,16,207); }
td.TdClassName
{
border-color: #2010CF;
}
.TagClassName
{
border-color: #2010CF;
}
</style>