Shades of Blue #0E05FF
Tints of Blue #0E05FF
RGB
CMYK
RGB Variations
Color information
#0E05FF (or 0x0E05FF) is known color: Blue. HEX triplet: 0E, 05 and FF. RGB value is (14,5,255). Sum of RGB (Red+Green+Blue) = 14+5+255=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 255 (100% from 255 or 93.07% from 274); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E05FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E05FF is #F1FA00. Grayscale: #232323. Windows color (decimal): -15858177 or 16712974. OLE color: 16712974.
HSL color Cylindrical-coordinate representation of color #0E05FF: hue angle of 242.16º 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 #0E05FF is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 5 | 255 | - |
| CMYK | 0.95 | 0.98 | 0 | 0 |
| HSL | 242.16º | 1% | 0.51% | - |
| HSV(B) | 242.16º | 0.98% | 1% | - |
| XYZ | 18.29 | 7.42 | 95.08 | - |
| YUV | 36.19 | 251.48 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 255 | 0.95 | 0.98 | 0 | 0 | 242.16 | 1 | 0.51 |
| Hex | E | 5 | FF | 5F | 62 | 0 | 0 | F2 | 64 | 33 |
| Octal | 16 | 5 | 377 | 137 | 142 | 0 | 0 | 362 | 144 | 63 |
| Binary | 1110 | 101 | 11111111 | 1011111 | 1100010 | 0 | 0 | 11110010 | 1100100 | 110011 |
Color Harmonies of #0E05FF
Complementary color
Monochromatic Colors of #0E05FF
Black with #0E05FF
Text Example
Text Example
White with #0E05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E05FF; }
p { color: rgb(14,5,255); }
H1.HeaderClassName
{
color: #0E05FF;
}
.AnyTagClassName
{
color: #0E05FF;
}
</style>
background-color css
<style>
a { background-color: #0E05FF; }
a { background-color: rgb(14,5,255); }
div.DivClassName
{
background-color: #0E05FF;
}
.BgClassName
{
background-color: #0E05FF;
}
</style>
border-color css
<style>
span { border-color: #0E05FF; }
span { border-color: rgb(14,5,255); }
td.TdClassName
{
border-color: #0E05FF;
}
.TagClassName
{
border-color: #0E05FF;
}
</style>