Shades of Blue #0E0FEF
Tints of Blue #0E0FEF
RGB
CMYK
RGB Variations
Color information
#0E0FEF (or 0x0E0FEF) is known color: Blue. HEX triplet: 0E, 0F and EF. RGB value is (14,15,239). Sum of RGB (Red+Green+Blue) = 14+15+239=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 239 (93.75% from 255 or 89.18% from 268); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E0FEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0FEF is #F1F010. Grayscale: #272727. Windows color (decimal): -15855633 or 15666958. OLE color: 15666958.
HSL color Cylindrical-coordinate representation of color #0E0FEF: hue angle of 239.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0FEF is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 15 | 239 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.06 |
| HSL | 239.73º | 0.89% | 0.5% | - |
| HSV(B) | 239.73º | 0.94% | 0.94% | - |
| XYZ | 15.93 | 6.67 | 82.11 | - |
| YUV | 40.24 | 240.17 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 239 | 0.94 | 0.94 | 0 | 0.06 | 239.73 | 0.89 | 0.5 |
| Hex | E | F | EF | 5E | 5E | 0 | 6 | F0 | 59 | 32 |
| Octal | 16 | 17 | 357 | 136 | 136 | 0 | 6 | 360 | 131 | 62 |
| Binary | 1110 | 1111 | 11101111 | 1011110 | 1011110 | 0 | 110 | 11110000 | 1011001 | 110010 |
Color Harmonies of #0E0FEF
Complementary color
Monochromatic Colors of #0E0FEF
Black with #0E0FEF
Text Example
Text Example
White with #0E0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0FEF; }
p { color: rgb(14,15,239); }
H1.HeaderClassName
{
color: #0E0FEF;
}
.AnyTagClassName
{
color: #0E0FEF;
}
</style>
background-color css
<style>
a { background-color: #0E0FEF; }
a { background-color: rgb(14,15,239); }
div.DivClassName
{
background-color: #0E0FEF;
}
.BgClassName
{
background-color: #0E0FEF;
}
</style>
border-color css
<style>
span { border-color: #0E0FEF; }
span { border-color: rgb(14,15,239); }
td.TdClassName
{
border-color: #0E0FEF;
}
.TagClassName
{
border-color: #0E0FEF;
}
</style>