Shades of Medium Blue #2002B9
Tints of Medium Blue #2002B9
RGB
CMYK
RGB Variations
Color information
#2002B9 (or 0x2002B9) is known color: Medium Blue. HEX triplet: 20, 02 and B9. RGB value is (32,2,185). Sum of RGB (Red+Green+Blue) = 32+2+185=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 185 (72.66% from 255 or 84.47% from 219); Max value from RGB is 185 - color contains mainly: blue. Hex color #2002B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002B9 is #DFFD46. Grayscale: #1F1F1F. Windows color (decimal): -14679367 or 12124704. OLE color: 12124704.
HSL color Cylindrical-coordinate representation of color #2002B9: hue angle of 249.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002B9 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 2 | 185 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.27 |
| HSL | 249.84º | 0.98% | 0.37% | - |
| HSV(B) | 249.84º | 0.99% | 0.73% | - |
| XYZ | 9.37 | 3.85 | 46.15 | - |
| YUV | 31.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 185 | 0.83 | 0.99 | 0 | 0.27 | 249.84 | 0.98 | 0.37 |
| Hex | 20 | 2 | B9 | 53 | 63 | 0 | 1B | FA | 62 | 25 |
| Octal | 40 | 2 | 271 | 123 | 143 | 0 | 33 | 372 | 142 | 45 |
| Binary | 100000 | 10 | 10111001 | 1010011 | 1100011 | 0 | 11011 | 11111010 | 1100010 | 100101 |
Color Harmonies of #2002B9
Complementary color
Monochromatic Colors of #2002B9
Black with #2002B9
Text Example
Text Example
White with #2002B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002B9; }
p { color: rgb(32,2,185); }
H1.HeaderClassName
{
color: #2002B9;
}
.AnyTagClassName
{
color: #2002B9;
}
</style>
background-color css
<style>
a { background-color: #2002B9; }
a { background-color: rgb(32,2,185); }
div.DivClassName
{
background-color: #2002B9;
}
.BgClassName
{
background-color: #2002B9;
}
</style>
border-color css
<style>
span { border-color: #2002B9; }
span { border-color: rgb(32,2,185); }
td.TdClassName
{
border-color: #2002B9;
}
.TagClassName
{
border-color: #2002B9;
}
</style>