Shades of Medium Blue #2008CA
Tints of Medium Blue #2008CA
RGB
CMYK
RGB Variations
Color information
#2008CA (or 0x2008CA) is known color: Medium Blue. HEX triplet: 20, 08 and CA. RGB value is (32,8,202). Sum of RGB (Red+Green+Blue) = 32+8+202=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 202 (79.30% from 255 or 83.47% from 242); Max value from RGB is 202 - color contains mainly: blue. Hex color #2008CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008CA is #DFF735. Grayscale: #242424. Windows color (decimal): -14677814 or 13240352. OLE color: 13240352.
HSL color Cylindrical-coordinate representation of color #2008CA: hue angle of 247.42º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008CA is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 8 | 202 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.21 |
| HSL | 247.42º | 0.92% | 0.41% | - |
| HSV(B) | 247.42º | 0.96% | 0.79% | - |
| XYZ | 11.34 | 4.75 | 56.2 | - |
| YUV | 37.29 | 220.95 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 202 | 0.84 | 0.96 | 0 | 0.21 | 247.42 | 0.92 | 0.41 |
| Hex | 20 | 8 | CA | 54 | 60 | 0 | 15 | F7 | 5C | 29 |
| Octal | 40 | 10 | 312 | 124 | 140 | 0 | 25 | 367 | 134 | 51 |
| Binary | 100000 | 1000 | 11001010 | 1010100 | 1100000 | 0 | 10101 | 11110111 | 1011100 | 101001 |
Color Harmonies of #2008CA
Complementary color
Monochromatic Colors of #2008CA
Black with #2008CA
Text Example
Text Example
White with #2008CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008CA; }
p { color: rgb(32,8,202); }
H1.HeaderClassName
{
color: #2008CA;
}
.AnyTagClassName
{
color: #2008CA;
}
</style>
background-color css
<style>
a { background-color: #2008CA; }
a { background-color: rgb(32,8,202); }
div.DivClassName
{
background-color: #2008CA;
}
.BgClassName
{
background-color: #2008CA;
}
</style>
border-color css
<style>
span { border-color: #2008CA; }
span { border-color: rgb(32,8,202); }
td.TdClassName
{
border-color: #2008CA;
}
.TagClassName
{
border-color: #2008CA;
}
</style>