Shades of Medium Blue #2006CA
Tints of Medium Blue #2006CA
RGB
CMYK
RGB Variations
Color information
#2006CA (or 0x2006CA) is known color: Medium Blue. HEX triplet: 20, 06 and CA. RGB value is (32,6,202). Sum of RGB (Red+Green+Blue) = 32+6+202=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 202 (79.30% from 255 or 84.17% from 240); Max value from RGB is 202 - color contains mainly: blue. Hex color #2006CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2006CA is #DFF935. Grayscale: #232323. Windows color (decimal): -14678326 or 13239840. OLE color: 13239840.
HSL color Cylindrical-coordinate representation of color #2006CA: hue angle of 247.96º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2006CA is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 6 | 202 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.21 |
| HSL | 247.96º | 0.94% | 0.41% | - |
| HSV(B) | 247.96º | 0.97% | 0.79% | - |
| XYZ | 11.32 | 4.7 | 56.19 | - |
| YUV | 36.12 | 221.61 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 202 | 0.84 | 0.97 | 0 | 0.21 | 247.96 | 0.94 | 0.41 |
| Hex | 20 | 6 | CA | 54 | 61 | 0 | 15 | F8 | 5E | 29 |
| Octal | 40 | 6 | 312 | 124 | 141 | 0 | 25 | 370 | 136 | 51 |
| Binary | 100000 | 110 | 11001010 | 1010100 | 1100001 | 0 | 10101 | 11111000 | 1011110 | 101001 |
Color Harmonies of #2006CA
Complementary color
Monochromatic Colors of #2006CA
Black with #2006CA
Text Example
Text Example
White with #2006CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2006CA; }
p { color: rgb(32,6,202); }
H1.HeaderClassName
{
color: #2006CA;
}
.AnyTagClassName
{
color: #2006CA;
}
</style>
background-color css
<style>
a { background-color: #2006CA; }
a { background-color: rgb(32,6,202); }
div.DivClassName
{
background-color: #2006CA;
}
.BgClassName
{
background-color: #2006CA;
}
</style>
border-color css
<style>
span { border-color: #2006CA; }
span { border-color: rgb(32,6,202); }
td.TdClassName
{
border-color: #2006CA;
}
.TagClassName
{
border-color: #2006CA;
}
</style>