Shades of Medium Blue #0207BF
Tints of Medium Blue #0207BF
RGB
CMYK
RGB Variations
Color information
#0207BF (or 0x0207BF) is known color: Medium Blue. HEX triplet: 02, 07 and BF. RGB value is (2,7,191). Sum of RGB (Red+Green+Blue) = 2+7+191=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 191 (75% from 255 or 95.5% from 200); Max value from RGB is 191 - color contains mainly: blue. Hex color #0207BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207BF is #FDF840. Grayscale: #191919. Windows color (decimal): -16644161 or 12519170. OLE color: 12519170.
HSL color Cylindrical-coordinate representation of color #0207BF: hue angle of 238.41º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0207BF is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 7 | 191 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.25 |
| HSL | 238.41º | 0.98% | 0.38% | - |
| HSV(B) | 238.41º | 0.99% | 0.75% | - |
| XYZ | 9.5 | 3.93 | 49.55 | - |
| YUV | 26.48 | 220.84 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 191 | 0.99 | 0.96 | 0 | 0.25 | 238.41 | 0.98 | 0.38 |
| Hex | 2 | 7 | BF | 63 | 60 | 0 | 19 | EE | 62 | 26 |
| Octal | 2 | 7 | 277 | 143 | 140 | 0 | 31 | 356 | 142 | 46 |
| Binary | 10 | 111 | 10111111 | 1100011 | 1100000 | 0 | 11001 | 11101110 | 1100010 | 100110 |
Color Harmonies of #0207BF
Complementary color
Monochromatic Colors of #0207BF
Black with #0207BF
Text Example
Text Example
White with #0207BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0207BF; }
p { color: rgb(2,7,191); }
H1.HeaderClassName
{
color: #0207BF;
}
.AnyTagClassName
{
color: #0207BF;
}
</style>
background-color css
<style>
a { background-color: #0207BF; }
a { background-color: rgb(2,7,191); }
div.DivClassName
{
background-color: #0207BF;
}
.BgClassName
{
background-color: #0207BF;
}
</style>
border-color css
<style>
span { border-color: #0207BF; }
span { border-color: rgb(2,7,191); }
td.TdClassName
{
border-color: #0207BF;
}
.TagClassName
{
border-color: #0207BF;
}
</style>