Shades of Blue #0E0FFF
Tints of Blue #0E0FFF
RGB
CMYK
RGB Variations
Color information
#0E0FFF (or 0x0E0FFF) is known color: Blue. HEX triplet: 0E, 0F and FF. RGB value is (14,15,255). Sum of RGB (Red+Green+Blue) = 14+15+255=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E0FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0FFF is #F1F000. Grayscale: #292929. Windows color (decimal): -15855617 or 16715534. OLE color: 16715534.
HSL color Cylindrical-coordinate representation of color #0E0FFF: hue angle of 239.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0FFF is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 15 | 255 | - |
| CMYK | 0.95 | 0.94 | 0 | 0 |
| HSL | 239.75º | 1% | 0.53% | - |
| HSV(B) | 239.75º | 0.95% | 1% | - |
| XYZ | 18.4 | 7.66 | 95.12 | - |
| YUV | 42.06 | 248.17 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 255 | 0.95 | 0.94 | 0 | 0 | 239.75 | 1 | 0.53 |
| Hex | E | F | FF | 5F | 5E | 0 | 0 | F0 | 64 | 35 |
| Octal | 16 | 17 | 377 | 137 | 136 | 0 | 0 | 360 | 144 | 65 |
| Binary | 1110 | 1111 | 11111111 | 1011111 | 1011110 | 0 | 0 | 11110000 | 1100100 | 110101 |
Color Harmonies of #0E0FFF
Complementary color
Monochromatic Colors of #0E0FFF
Black with #0E0FFF
Text Example
Text Example
White with #0E0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0FFF; }
p { color: rgb(14,15,255); }
H1.HeaderClassName
{
color: #0E0FFF;
}
.AnyTagClassName
{
color: #0E0FFF;
}
</style>
background-color css
<style>
a { background-color: #0E0FFF; }
a { background-color: rgb(14,15,255); }
div.DivClassName
{
background-color: #0E0FFF;
}
.BgClassName
{
background-color: #0E0FFF;
}
</style>
border-color css
<style>
span { border-color: #0E0FFF; }
span { border-color: rgb(14,15,255); }
td.TdClassName
{
border-color: #0E0FFF;
}
.TagClassName
{
border-color: #0E0FFF;
}
</style>