Shades of Medium Blue #0E07CB
Tints of Medium Blue #0E07CB
RGB
CMYK
RGB Variations
Color information
#0E07CB (or 0x0E07CB) is known color: Medium Blue. HEX triplet: 0E, 07 and CB. RGB value is (14,7,203). Sum of RGB (Red+Green+Blue) = 14+7+203=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 203 (79.69% from 255 or 90.62% from 224); Max value from RGB is 203 - color contains mainly: blue. Hex color #0E07CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E07CB is #F1F834. Grayscale: #1E1E1E. Windows color (decimal): -15857717 or 13305614. OLE color: 13305614.
HSL color Cylindrical-coordinate representation of color #0E07CB: hue angle of 242.14º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E07CB is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 7 | 203 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.20 |
| HSL | 242.14º | 0.93% | 0.41% | - |
| HSV(B) | 242.14º | 0.97% | 0.8% | - |
| XYZ | 11.04 | 4.56 | 56.8 | - |
| YUV | 31.44 | 224.82 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 203 | 0.93 | 0.97 | 0 | 0.20 | 242.14 | 0.93 | 0.41 |
| Hex | E | 7 | CB | 5D | 61 | 0 | 14 | F2 | 5D | 29 |
| Octal | 16 | 7 | 313 | 135 | 141 | 0 | 24 | 362 | 135 | 51 |
| Binary | 1110 | 111 | 11001011 | 1011101 | 1100001 | 0 | 10100 | 11110010 | 1011101 | 101001 |
Color Harmonies of #0E07CB
Complementary color
Monochromatic Colors of #0E07CB
Black with #0E07CB
Text Example
Text Example
White with #0E07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E07CB; }
p { color: rgb(14,7,203); }
H1.HeaderClassName
{
color: #0E07CB;
}
.AnyTagClassName
{
color: #0E07CB;
}
</style>
background-color css
<style>
a { background-color: #0E07CB; }
a { background-color: rgb(14,7,203); }
div.DivClassName
{
background-color: #0E07CB;
}
.BgClassName
{
background-color: #0E07CB;
}
</style>
border-color css
<style>
span { border-color: #0E07CB; }
span { border-color: rgb(14,7,203); }
td.TdClassName
{
border-color: #0E07CB;
}
.TagClassName
{
border-color: #0E07CB;
}
</style>