Shades of Blue #0E0EFA
Tints of Blue #0E0EFA
RGB
CMYK
RGB Variations
Color information
#0E0EFA (or 0x0E0EFA) is known color: Blue. HEX triplet: 0E, 0E and FA. RGB value is (14,14,250). Sum of RGB (Red+Green+Blue) = 14+14+250=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 250 (98.05% from 255 or 89.93% from 278); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E0EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0EFA is #F1F105. Grayscale: #272727. Windows color (decimal): -15855878 or 16387598. OLE color: 16387598.
HSL color Cylindrical-coordinate representation of color #0E0EFA: hue angle of 240º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0EFA is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 14 | 250 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.52% | - |
| HSV(B) | 240º | 0.94% | 0.98% | - |
| XYZ | 17.59 | 7.31 | 90.93 | - |
| YUV | 40.9 | 246 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 14 | 250 | 0.94 | 0.94 | 0 | 0.02 | 240 | 0.96 | 0.52 |
| Hex | E | E | FA | 5E | 5E | 0 | 2 | F0 | 60 | 34 |
| Octal | 16 | 16 | 372 | 136 | 136 | 0 | 2 | 360 | 140 | 64 |
| Binary | 1110 | 1110 | 11111010 | 1011110 | 1011110 | 0 | 10 | 11110000 | 1100000 | 110100 |
Color Harmonies of #0E0EFA
Complementary color
Monochromatic Colors of #0E0EFA
Black with #0E0EFA
Text Example
Text Example
White with #0E0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0EFA; }
p { color: rgb(14,14,250); }
H1.HeaderClassName
{
color: #0E0EFA;
}
.AnyTagClassName
{
color: #0E0EFA;
}
</style>
background-color css
<style>
a { background-color: #0E0EFA; }
a { background-color: rgb(14,14,250); }
div.DivClassName
{
background-color: #0E0EFA;
}
.BgClassName
{
background-color: #0E0EFA;
}
</style>
border-color css
<style>
span { border-color: #0E0EFA; }
span { border-color: rgb(14,14,250); }
td.TdClassName
{
border-color: #0E0EFA;
}
.TagClassName
{
border-color: #0E0EFA;
}
</style>