Shades of Medium Blue #2002B8
Tints of Medium Blue #2002B8
RGB
CMYK
RGB Variations
Color information
#2002B8 (or 0x2002B8) is known color: Medium Blue. HEX triplet: 20, 02 and B8. RGB value is (32,2,184). Sum of RGB (Red+Green+Blue) = 32+2+184=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 184 (72.27% from 255 or 84.40% from 218); Max value from RGB is 184 - color contains mainly: blue. Hex color #2002B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002B8 is #DFFD47. Grayscale: #1F1F1F. Windows color (decimal): -14679368 or 12059168. OLE color: 12059168.
HSL color Cylindrical-coordinate representation of color #2002B8: hue angle of 249.89º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002B8 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 2 | 184 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.28 |
| HSL | 249.89º | 0.98% | 0.36% | - |
| HSV(B) | 249.89º | 0.99% | 0.72% | - |
| XYZ | 9.27 | 3.81 | 45.59 | - |
| YUV | 31.72 | 213.94 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 184 | 0.83 | 0.99 | 0 | 0.28 | 249.89 | 0.98 | 0.36 |
| Hex | 20 | 2 | B8 | 53 | 63 | 0 | 1C | FA | 62 | 24 |
| Octal | 40 | 2 | 270 | 123 | 143 | 0 | 34 | 372 | 142 | 44 |
| Binary | 100000 | 10 | 10111000 | 1010011 | 1100011 | 0 | 11100 | 11111010 | 1100010 | 100100 |
Color Harmonies of #2002B8
Complementary color
Monochromatic Colors of #2002B8
Black with #2002B8
Text Example
Text Example
White with #2002B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002B8; }
p { color: rgb(32,2,184); }
H1.HeaderClassName
{
color: #2002B8;
}
.AnyTagClassName
{
color: #2002B8;
}
</style>
background-color css
<style>
a { background-color: #2002B8; }
a { background-color: rgb(32,2,184); }
div.DivClassName
{
background-color: #2002B8;
}
.BgClassName
{
background-color: #2002B8;
}
</style>
border-color css
<style>
span { border-color: #2002B8; }
span { border-color: rgb(32,2,184); }
td.TdClassName
{
border-color: #2002B8;
}
.TagClassName
{
border-color: #2002B8;
}
</style>