Shades of Medium Blue #2007BF
Tints of Medium Blue #2007BF
RGB
CMYK
RGB Variations
Color information
#2007BF (or 0x2007BF) is known color: Medium Blue. HEX triplet: 20, 07 and BF. RGB value is (32,7,191). Sum of RGB (Red+Green+Blue) = 32+7+191=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 191 (75% from 255 or 83.04% from 230); Max value from RGB is 191 - color contains mainly: blue. Hex color #2007BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007BF is #DFF840. Grayscale: #222222. Windows color (decimal): -14678081 or 12519200. OLE color: 12519200.
HSL color Cylindrical-coordinate representation of color #2007BF: hue angle of 248.15º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007BF is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 7 | 191 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.25 |
| HSL | 248.15º | 0.93% | 0.39% | - |
| HSV(B) | 248.15º | 0.96% | 0.75% | - |
| XYZ | 10.08 | 4.22 | 49.57 | - |
| YUV | 35.45 | 215.78 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 191 | 0.83 | 0.96 | 0 | 0.25 | 248.15 | 0.93 | 0.39 |
| Hex | 20 | 7 | BF | 53 | 60 | 0 | 19 | F8 | 5D | 27 |
| Octal | 40 | 7 | 277 | 123 | 140 | 0 | 31 | 370 | 135 | 47 |
| Binary | 100000 | 111 | 10111111 | 1010011 | 1100000 | 0 | 11001 | 11111000 | 1011101 | 100111 |
Color Harmonies of #2007BF
Complementary color
Monochromatic Colors of #2007BF
Black with #2007BF
Text Example
Text Example
White with #2007BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007BF; }
p { color: rgb(32,7,191); }
H1.HeaderClassName
{
color: #2007BF;
}
.AnyTagClassName
{
color: #2007BF;
}
</style>
background-color css
<style>
a { background-color: #2007BF; }
a { background-color: rgb(32,7,191); }
div.DivClassName
{
background-color: #2007BF;
}
.BgClassName
{
background-color: #2007BF;
}
</style>
border-color css
<style>
span { border-color: #2007BF; }
span { border-color: rgb(32,7,191); }
td.TdClassName
{
border-color: #2007BF;
}
.TagClassName
{
border-color: #2007BF;
}
</style>