Shades of Blue #0E04FF
Tints of Blue #0E04FF
RGB
CMYK
RGB Variations
Color information
#0E04FF (or 0x0E04FF) is known color: Blue. HEX triplet: 0E, 04 and FF. RGB value is (14,4,255). Sum of RGB (Red+Green+Blue) = 14+4+255=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E04FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E04FF is #F1FB00. Grayscale: #222222. Windows color (decimal): -15858433 or 16712718. OLE color: 16712718.
HSL color Cylindrical-coordinate representation of color #0E04FF: hue angle of 242.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E04FF is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 4 | 255 | - |
| CMYK | 0.95 | 0.98 | 0 | 0 |
| HSL | 242.39º | 1% | 0.51% | - |
| HSV(B) | 242.39º | 0.98% | 1% | - |
| XYZ | 18.27 | 7.4 | 95.07 | - |
| YUV | 35.6 | 251.81 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 255 | 0.95 | 0.98 | 0 | 0 | 242.39 | 1 | 0.51 |
| Hex | E | 4 | FF | 5F | 62 | 0 | 0 | F2 | 64 | 33 |
| Octal | 16 | 4 | 377 | 137 | 142 | 0 | 0 | 362 | 144 | 63 |
| Binary | 1110 | 100 | 11111111 | 1011111 | 1100010 | 0 | 0 | 11110010 | 1100100 | 110011 |
Color Harmonies of #0E04FF
Complementary color
Monochromatic Colors of #0E04FF
Black with #0E04FF
Text Example
Text Example
White with #0E04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E04FF; }
p { color: rgb(14,4,255); }
H1.HeaderClassName
{
color: #0E04FF;
}
.AnyTagClassName
{
color: #0E04FF;
}
</style>
background-color css
<style>
a { background-color: #0E04FF; }
a { background-color: rgb(14,4,255); }
div.DivClassName
{
background-color: #0E04FF;
}
.BgClassName
{
background-color: #0E04FF;
}
</style>
border-color css
<style>
span { border-color: #0E04FF; }
span { border-color: rgb(14,4,255); }
td.TdClassName
{
border-color: #0E04FF;
}
.TagClassName
{
border-color: #0E04FF;
}
</style>