Shades of Blue #0E0FE9
Tints of Blue #0E0FE9
RGB
CMYK
RGB Variations
Color information
#0E0FE9 (or 0x0E0FE9) is known color: Blue. HEX triplet: 0E, 0F and E9. RGB value is (14,15,233). Sum of RGB (Red+Green+Blue) = 14+15+233=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 233 (91.41% from 255 or 88.93% from 262); Max value from RGB is 233 - color contains mainly: blue. Hex color #0E0FE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0FE9 is #F1F016. Grayscale: #262626. Windows color (decimal): -15855639 or 15273742. OLE color: 15273742.
HSL color Cylindrical-coordinate representation of color #0E0FE9: hue angle of 239.73º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0FE9 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 15 | 233 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.09 |
| HSL | 239.73º | 0.89% | 0.48% | - |
| HSV(B) | 239.73º | 0.94% | 0.91% | - |
| XYZ | 15.06 | 6.32 | 77.52 | - |
| YUV | 39.55 | 237.17 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 233 | 0.94 | 0.94 | 0 | 0.09 | 239.73 | 0.89 | 0.48 |
| Hex | E | F | E9 | 5E | 5E | 0 | 9 | F0 | 59 | 30 |
| Octal | 16 | 17 | 351 | 136 | 136 | 0 | 11 | 360 | 131 | 60 |
| Binary | 1110 | 1111 | 11101001 | 1011110 | 1011110 | 0 | 1001 | 11110000 | 1011001 | 110000 |
Color Harmonies of #0E0FE9
Complementary color
Monochromatic Colors of #0E0FE9
Black with #0E0FE9
Text Example
Text Example
White with #0E0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0FE9; }
p { color: rgb(14,15,233); }
H1.HeaderClassName
{
color: #0E0FE9;
}
.AnyTagClassName
{
color: #0E0FE9;
}
</style>
background-color css
<style>
a { background-color: #0E0FE9; }
a { background-color: rgb(14,15,233); }
div.DivClassName
{
background-color: #0E0FE9;
}
.BgClassName
{
background-color: #0E0FE9;
}
</style>
border-color css
<style>
span { border-color: #0E0FE9; }
span { border-color: rgb(14,15,233); }
td.TdClassName
{
border-color: #0E0FE9;
}
.TagClassName
{
border-color: #0E0FE9;
}
</style>