Shades of Medium Blue #2007BD
Tints of Medium Blue #2007BD
RGB
CMYK
RGB Variations
Color information
#2007BD (or 0x2007BD) is known color: Medium Blue. HEX triplet: 20, 07 and BD. RGB value is (32,7,189). Sum of RGB (Red+Green+Blue) = 32+7+189=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #2007BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007BD is #DFF842. Grayscale: #222222. Windows color (decimal): -14678083 or 12388128. OLE color: 12388128.
HSL color Cylindrical-coordinate representation of color #2007BD: hue angle of 248.24º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007BD is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 7 | 189 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.26 |
| HSL | 248.24º | 0.93% | 0.38% | - |
| HSV(B) | 248.24º | 0.96% | 0.74% | - |
| XYZ | 9.86 | 4.13 | 48.42 | - |
| YUV | 35.22 | 214.78 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 189 | 0.83 | 0.96 | 0 | 0.26 | 248.24 | 0.93 | 0.38 |
| Hex | 20 | 7 | BD | 53 | 60 | 0 | 1A | F8 | 5D | 26 |
| Octal | 40 | 7 | 275 | 123 | 140 | 0 | 32 | 370 | 135 | 46 |
| Binary | 100000 | 111 | 10111101 | 1010011 | 1100000 | 0 | 11010 | 11111000 | 1011101 | 100110 |
Color Harmonies of #2007BD
Complementary color
Monochromatic Colors of #2007BD
Black with #2007BD
Text Example
Text Example
White with #2007BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007BD; }
p { color: rgb(32,7,189); }
H1.HeaderClassName
{
color: #2007BD;
}
.AnyTagClassName
{
color: #2007BD;
}
</style>
background-color css
<style>
a { background-color: #2007BD; }
a { background-color: rgb(32,7,189); }
div.DivClassName
{
background-color: #2007BD;
}
.BgClassName
{
background-color: #2007BD;
}
</style>
border-color css
<style>
span { border-color: #2007BD; }
span { border-color: rgb(32,7,189); }
td.TdClassName
{
border-color: #2007BD;
}
.TagClassName
{
border-color: #2007BD;
}
</style>