Shades of Blue #0E2FEF
Tints of Blue #0E2FEF
RGB
CMYK
RGB Variations
Color information
#0E2FEF (or 0x0E2FEF) is known color: Blue. HEX triplet: 0E, 2F and EF. RGB value is (14,47,239). Sum of RGB (Red+Green+Blue) = 14+47+239=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E2FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2FEF is #F1D010. Grayscale: #3A3A3A. Windows color (decimal): -15847441 or 15675150. OLE color: 15675150.
HSL color Cylindrical-coordinate representation of color #0E2FEF: hue angle of 231.2º 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 #0E2FEF is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 47 | 239 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.06 |
| HSL | 231.2º | 0.89% | 0.5% | - |
| HSV(B) | 231.2º | 0.94% | 0.94% | - |
| XYZ | 16.78 | 8.36 | 82.39 | - |
| YUV | 59.02 | 229.57 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 47 | 239 | 0.94 | 0.80 | 0 | 0.06 | 231.2 | 0.89 | 0.5 |
| Hex | E | 2F | EF | 5E | 50 | 0 | 6 | E7 | 59 | 32 |
| Octal | 16 | 57 | 357 | 136 | 120 | 0 | 6 | 347 | 131 | 62 |
| Binary | 1110 | 101111 | 11101111 | 1011110 | 1010000 | 0 | 110 | 11100111 | 1011001 | 110010 |
Color Harmonies of #0E2FEF
Complementary color
Monochromatic Colors of #0E2FEF
Black with #0E2FEF
Text Example
Text Example
White with #0E2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2FEF; }
p { color: rgb(14,47,239); }
H1.HeaderClassName
{
color: #0E2FEF;
}
.AnyTagClassName
{
color: #0E2FEF;
}
</style>
background-color css
<style>
a { background-color: #0E2FEF; }
a { background-color: rgb(14,47,239); }
div.DivClassName
{
background-color: #0E2FEF;
}
.BgClassName
{
background-color: #0E2FEF;
}
</style>
border-color css
<style>
span { border-color: #0E2FEF; }
span { border-color: rgb(14,47,239); }
td.TdClassName
{
border-color: #0E2FEF;
}
.TagClassName
{
border-color: #0E2FEF;
}
</style>