Shades of Medium Blue #2005B9
Tints of Medium Blue #2005B9
RGB
CMYK
RGB Variations
Color information
#2005B9 (or 0x2005B9) is known color: Medium Blue. HEX triplet: 20, 05 and B9. RGB value is (32,5,185). Sum of RGB (Red+Green+Blue) = 32+5+185=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 185 (72.66% from 255 or 83.33% from 222); Max value from RGB is 185 - color contains mainly: blue. Hex color #2005B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005B9 is #DFFA46. Grayscale: #202020. Windows color (decimal): -14678599 or 12125472. OLE color: 12125472.
HSL color Cylindrical-coordinate representation of color #2005B9: hue angle of 249º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2005B9 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 5 | 185 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.27 |
| HSL | 249º | 0.95% | 0.37% | - |
| HSV(B) | 249º | 0.97% | 0.73% | - |
| XYZ | 9.41 | 3.92 | 46.16 | - |
| YUV | 33.59 | 213.45 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 185 | 0.83 | 0.97 | 0 | 0.27 | 249 | 0.95 | 0.37 |
| Hex | 20 | 5 | B9 | 53 | 61 | 0 | 1B | F9 | 5F | 25 |
| Octal | 40 | 5 | 271 | 123 | 141 | 0 | 33 | 371 | 137 | 45 |
| Binary | 100000 | 101 | 10111001 | 1010011 | 1100001 | 0 | 11011 | 11111001 | 1011111 | 100101 |
Color Harmonies of #2005B9
Complementary color
Monochromatic Colors of #2005B9
Black with #2005B9
Text Example
Text Example
White with #2005B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005B9; }
p { color: rgb(32,5,185); }
H1.HeaderClassName
{
color: #2005B9;
}
.AnyTagClassName
{
color: #2005B9;
}
</style>
background-color css
<style>
a { background-color: #2005B9; }
a { background-color: rgb(32,5,185); }
div.DivClassName
{
background-color: #2005B9;
}
.BgClassName
{
background-color: #2005B9;
}
</style>
border-color css
<style>
span { border-color: #2005B9; }
span { border-color: rgb(32,5,185); }
td.TdClassName
{
border-color: #2005B9;
}
.TagClassName
{
border-color: #2005B9;
}
</style>