Shades of Blue #0E03FF
Tints of Blue #0E03FF
RGB
CMYK
RGB Variations
Color information
#0E03FF (or 0x0E03FF) is known color: Blue. HEX triplet: 0E, 03 and FF. RGB value is (14,3,255). Sum of RGB (Red+Green+Blue) = 14+3+255=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 255 (100% from 255 or 93.75% from 272); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E03FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E03FF is #F1FC00. Grayscale: #222222. Windows color (decimal): -15858689 or 16712462. OLE color: 16712462.
HSL color Cylindrical-coordinate representation of color #0E03FF: hue angle of 242.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E03FF is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 3 | 255 | - |
| CMYK | 0.95 | 0.99 | 0 | 0 |
| HSL | 242.62º | 1% | 0.51% | - |
| HSV(B) | 242.62º | 0.99% | 1% | - |
| XYZ | 18.26 | 7.38 | 95.07 | - |
| YUV | 35.02 | 252.14 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 255 | 0.95 | 0.99 | 0 | 0 | 242.62 | 1 | 0.51 |
| Hex | E | 3 | FF | 5F | 63 | 0 | 0 | F3 | 64 | 33 |
| Octal | 16 | 3 | 377 | 137 | 143 | 0 | 0 | 363 | 144 | 63 |
| Binary | 1110 | 11 | 11111111 | 1011111 | 1100011 | 0 | 0 | 11110011 | 1100100 | 110011 |
Color Harmonies of #0E03FF
Complementary color
Monochromatic Colors of #0E03FF
Black with #0E03FF
Text Example
Text Example
White with #0E03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E03FF; }
p { color: rgb(14,3,255); }
H1.HeaderClassName
{
color: #0E03FF;
}
.AnyTagClassName
{
color: #0E03FF;
}
</style>
background-color css
<style>
a { background-color: #0E03FF; }
a { background-color: rgb(14,3,255); }
div.DivClassName
{
background-color: #0E03FF;
}
.BgClassName
{
background-color: #0E03FF;
}
</style>
border-color css
<style>
span { border-color: #0E03FF; }
span { border-color: rgb(14,3,255); }
td.TdClassName
{
border-color: #0E03FF;
}
.TagClassName
{
border-color: #0E03FF;
}
</style>