Shades of Medium Blue #0E02BF
Tints of Medium Blue #0E02BF
RGB
CMYK
RGB Variations
Color information
#0E02BF (or 0x0E02BF) is known color: Medium Blue. HEX triplet: 0E, 02 and BF. RGB value is (14,2,191). Sum of RGB (Red+Green+Blue) = 14+2+191=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 191 (75% from 255 or 92.27% from 207); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E02BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02BF is #F1FD40. Grayscale: #1A1A1A. Windows color (decimal): -15859009 or 12517902. OLE color: 12517902.
HSL color Cylindrical-coordinate representation of color #0E02BF: hue angle of 243.81º 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 #0E02BF is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 2 | 191 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.25 |
| HSL | 243.81º | 0.98% | 0.38% | - |
| HSV(B) | 243.81º | 0.99% | 0.75% | - |
| XYZ | 9.61 | 3.9 | 49.54 | - |
| YUV | 27.13 | 220.48 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 191 | 0.93 | 0.99 | 0 | 0.25 | 243.81 | 0.98 | 0.38 |
| Hex | E | 2 | BF | 5D | 63 | 0 | 19 | F4 | 62 | 26 |
| Octal | 16 | 2 | 277 | 135 | 143 | 0 | 31 | 364 | 142 | 46 |
| Binary | 1110 | 10 | 10111111 | 1011101 | 1100011 | 0 | 11001 | 11110100 | 1100010 | 100110 |
Color Harmonies of #0E02BF
Complementary color
Monochromatic Colors of #0E02BF
Black with #0E02BF
Text Example
Text Example
White with #0E02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E02BF; }
p { color: rgb(14,2,191); }
H1.HeaderClassName
{
color: #0E02BF;
}
.AnyTagClassName
{
color: #0E02BF;
}
</style>
background-color css
<style>
a { background-color: #0E02BF; }
a { background-color: rgb(14,2,191); }
div.DivClassName
{
background-color: #0E02BF;
}
.BgClassName
{
background-color: #0E02BF;
}
</style>
border-color css
<style>
span { border-color: #0E02BF; }
span { border-color: rgb(14,2,191); }
td.TdClassName
{
border-color: #0E02BF;
}
.TagClassName
{
border-color: #0E02BF;
}
</style>