Shades of Blue #0E06F2
Tints of Blue #0E06F2
RGB
CMYK
RGB Variations
Color information
#0E06F2 (or 0x0E06F2) is known color: Blue. HEX triplet: 0E, 06 and F2. RGB value is (14,6,242). Sum of RGB (Red+Green+Blue) = 14+6+242=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 242 (94.92% from 255 or 92.37% from 262); Max value from RGB is 242 - color contains mainly: blue. Hex color #0E06F2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E06F2 is #F1F90D. Grayscale: #222222. Windows color (decimal): -15857934 or 15861262. OLE color: 15861262.
HSL color Cylindrical-coordinate representation of color #0E06F2: hue angle of 242.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E06F2 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 6 | 242 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.05 |
| HSL | 242.03º | 0.95% | 0.49% | - |
| HSV(B) | 242.03º | 0.98% | 0.95% | - |
| XYZ | 16.27 | 6.63 | 84.43 | - |
| YUV | 35.3 | 244.65 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 242 | 0.94 | 0.98 | 0 | 0.05 | 242.03 | 0.95 | 0.49 |
| Hex | E | 6 | F2 | 5E | 62 | 0 | 5 | F2 | 5F | 31 |
| Octal | 16 | 6 | 362 | 136 | 142 | 0 | 5 | 362 | 137 | 61 |
| Binary | 1110 | 110 | 11110010 | 1011110 | 1100010 | 0 | 101 | 11110010 | 1011111 | 110001 |
Color Harmonies of #0E06F2
Complementary color
Monochromatic Colors of #0E06F2
Black with #0E06F2
Text Example
Text Example
White with #0E06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E06F2; }
p { color: rgb(14,6,242); }
H1.HeaderClassName
{
color: #0E06F2;
}
.AnyTagClassName
{
color: #0E06F2;
}
</style>
background-color css
<style>
a { background-color: #0E06F2; }
a { background-color: rgb(14,6,242); }
div.DivClassName
{
background-color: #0E06F2;
}
.BgClassName
{
background-color: #0E06F2;
}
</style>
border-color css
<style>
span { border-color: #0E06F2; }
span { border-color: rgb(14,6,242); }
td.TdClassName
{
border-color: #0E06F2;
}
.TagClassName
{
border-color: #0E06F2;
}
</style>