Shades of Medium Blue #0207BE
Tints of Medium Blue #0207BE
RGB
CMYK
RGB Variations
Color information
#0207BE (or 0x0207BE) is known color: Medium Blue. HEX triplet: 02, 07 and BE. RGB value is (2,7,190). Sum of RGB (Red+Green+Blue) = 2+7+190=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 190 (74.61% from 255 or 95.48% from 199); Max value from RGB is 190 - color contains mainly: blue. Hex color #0207BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0207BE is #FDF841. Grayscale: #191919. Windows color (decimal): -16644162 or 12453634. OLE color: 12453634.
HSL color Cylindrical-coordinate representation of color #0207BE: hue angle of 238.4º 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 #0207BE is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 7 | 190 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.25 |
| HSL | 238.4º | 0.98% | 0.38% | - |
| HSV(B) | 238.4º | 0.99% | 0.75% | - |
| XYZ | 9.4 | 3.88 | 48.97 | - |
| YUV | 26.37 | 220.34 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 190 | 0.99 | 0.96 | 0 | 0.25 | 238.4 | 0.98 | 0.38 |
| Hex | 2 | 7 | BE | 63 | 60 | 0 | 19 | EE | 62 | 26 |
| Octal | 2 | 7 | 276 | 143 | 140 | 0 | 31 | 356 | 142 | 46 |
| Binary | 10 | 111 | 10111110 | 1100011 | 1100000 | 0 | 11001 | 11101110 | 1100010 | 100110 |
Color Harmonies of #0207BE
Complementary color
Monochromatic Colors of #0207BE
Black with #0207BE
Text Example
Text Example
White with #0207BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0207BE; }
p { color: rgb(2,7,190); }
H1.HeaderClassName
{
color: #0207BE;
}
.AnyTagClassName
{
color: #0207BE;
}
</style>
background-color css
<style>
a { background-color: #0207BE; }
a { background-color: rgb(2,7,190); }
div.DivClassName
{
background-color: #0207BE;
}
.BgClassName
{
background-color: #0207BE;
}
</style>
border-color css
<style>
span { border-color: #0207BE; }
span { border-color: rgb(2,7,190); }
td.TdClassName
{
border-color: #0207BE;
}
.TagClassName
{
border-color: #0207BE;
}
</style>