Shades of Blue #0E02FE
Tints of Blue #0E02FE
RGB
CMYK
RGB Variations
Color information
#0E02FE (or 0x0E02FE) is known color: Blue. HEX triplet: 0E, 02 and FE. RGB value is (14,2,254). Sum of RGB (Red+Green+Blue) = 14+2+254=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E02FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E02FE is #F1FD01. Grayscale: #212121. Windows color (decimal): -15858946 or 16646670. OLE color: 16646670.
HSL color Cylindrical-coordinate representation of color #0E02FE: hue angle of 242.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02FE is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 2 | 254 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.00 |
| HSL | 242.86º | 0.99% | 0.5% | - |
| HSV(B) | 242.86º | 0.99% | 1% | - |
| XYZ | 18.09 | 7.29 | 94.22 | - |
| YUV | 34.32 | 251.98 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 254 | 0.94 | 0.99 | 0 | 0.00 | 242.86 | 0.99 | 0.5 |
| Hex | E | 2 | FE | 5E | 63 | 0 | 0 | F3 | 63 | 32 |
| Octal | 16 | 2 | 376 | 136 | 143 | 0 | 0 | 363 | 143 | 62 |
| Binary | 1110 | 10 | 11111110 | 1011110 | 1100011 | 0 | 0 | 11110011 | 1100011 | 110010 |
Color Harmonies of #0E02FE
Complementary color
Monochromatic Colors of #0E02FE
Black with #0E02FE
Text Example
Text Example
White with #0E02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E02FE; }
p { color: rgb(14,2,254); }
H1.HeaderClassName
{
color: #0E02FE;
}
.AnyTagClassName
{
color: #0E02FE;
}
</style>
background-color css
<style>
a { background-color: #0E02FE; }
a { background-color: rgb(14,2,254); }
div.DivClassName
{
background-color: #0E02FE;
}
.BgClassName
{
background-color: #0E02FE;
}
</style>
border-color css
<style>
span { border-color: #0E02FE; }
span { border-color: rgb(14,2,254); }
td.TdClassName
{
border-color: #0E02FE;
}
.TagClassName
{
border-color: #0E02FE;
}
</style>