Shades of Medium Blue #2005C4
Tints of Medium Blue #2005C4
RGB
CMYK
RGB Variations
Color information
#2005C4 (or 0x2005C4) is known color: Medium Blue. HEX triplet: 20, 05 and C4. RGB value is (32,5,196). Sum of RGB (Red+Green+Blue) = 32+5+196=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 196 (76.95% from 255 or 84.12% from 233); Max value from RGB is 196 - color contains mainly: blue. Hex color #2005C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005C4 is #DFFA3B. Grayscale: #222222. Windows color (decimal): -14678588 or 12846368. OLE color: 12846368.
HSL color Cylindrical-coordinate representation of color #2005C4: hue angle of 248.48º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2005C4 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 5 | 196 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.23 |
| HSL | 248.48º | 0.95% | 0.39% | - |
| HSV(B) | 248.48º | 0.97% | 0.77% | - |
| XYZ | 10.61 | 4.4 | 52.51 | - |
| YUV | 34.85 | 218.95 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 196 | 0.84 | 0.97 | 0 | 0.23 | 248.48 | 0.95 | 0.39 |
| Hex | 20 | 5 | C4 | 54 | 61 | 0 | 17 | F8 | 5F | 27 |
| Octal | 40 | 5 | 304 | 124 | 141 | 0 | 27 | 370 | 137 | 47 |
| Binary | 100000 | 101 | 11000100 | 1010100 | 1100001 | 0 | 10111 | 11111000 | 1011111 | 100111 |
Color Harmonies of #2005C4
Complementary color
Monochromatic Colors of #2005C4
Black with #2005C4
Text Example
Text Example
White with #2005C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005C4; }
p { color: rgb(32,5,196); }
H1.HeaderClassName
{
color: #2005C4;
}
.AnyTagClassName
{
color: #2005C4;
}
</style>
background-color css
<style>
a { background-color: #2005C4; }
a { background-color: rgb(32,5,196); }
div.DivClassName
{
background-color: #2005C4;
}
.BgClassName
{
background-color: #2005C4;
}
</style>
border-color css
<style>
span { border-color: #2005C4; }
span { border-color: rgb(32,5,196); }
td.TdClassName
{
border-color: #2005C4;
}
.TagClassName
{
border-color: #2005C4;
}
</style>