Shades of Medium Blue #0E07BF
Tints of Medium Blue #0E07BF
RGB
CMYK
RGB Variations
Color information
#0E07BF (or 0x0E07BF) is known color: Medium Blue. HEX triplet: 0E, 07 and BF. RGB value is (14,7,191). Sum of RGB (Red+Green+Blue) = 14+7+191=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E07BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E07BF is #F1F840. Grayscale: #1D1D1D. Windows color (decimal): -15857729 or 12519182. OLE color: 12519182.
HSL color Cylindrical-coordinate representation of color #0E07BF: hue angle of 242.28º 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 #0E07BF is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 7 | 191 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.25 |
| HSL | 242.28º | 0.93% | 0.39% | - |
| HSV(B) | 242.28º | 0.96% | 0.75% | - |
| XYZ | 9.66 | 4.01 | 49.55 | - |
| YUV | 30.07 | 218.82 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 191 | 0.93 | 0.96 | 0 | 0.25 | 242.28 | 0.93 | 0.39 |
| Hex | E | 7 | BF | 5D | 60 | 0 | 19 | F2 | 5D | 27 |
| Octal | 16 | 7 | 277 | 135 | 140 | 0 | 31 | 362 | 135 | 47 |
| Binary | 1110 | 111 | 10111111 | 1011101 | 1100000 | 0 | 11001 | 11110010 | 1011101 | 100111 |
Color Harmonies of #0E07BF
Complementary color
Monochromatic Colors of #0E07BF
Black with #0E07BF
Text Example
Text Example
White with #0E07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E07BF; }
p { color: rgb(14,7,191); }
H1.HeaderClassName
{
color: #0E07BF;
}
.AnyTagClassName
{
color: #0E07BF;
}
</style>
background-color css
<style>
a { background-color: #0E07BF; }
a { background-color: rgb(14,7,191); }
div.DivClassName
{
background-color: #0E07BF;
}
.BgClassName
{
background-color: #0E07BF;
}
</style>
border-color css
<style>
span { border-color: #0E07BF; }
span { border-color: rgb(14,7,191); }
td.TdClassName
{
border-color: #0E07BF;
}
.TagClassName
{
border-color: #0E07BF;
}
</style>