Shades of Blue #0E06F9
Tints of Blue #0E06F9
RGB
CMYK
RGB Variations
Color information
#0E06F9 (or 0x0E06F9) is known color: Blue. HEX triplet: 0E, 06 and F9. RGB value is (14,6,249). Sum of RGB (Red+Green+Blue) = 14+6+249=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 249 (97.66% from 255 or 92.57% from 269); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E06F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E06F9 is #F1F906. Grayscale: #232323. Windows color (decimal): -15857927 or 16320014. OLE color: 16320014.
HSL color Cylindrical-coordinate representation of color #0E06F9: hue angle of 241.98º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E06F9 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 6 | 249 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.02 |
| HSL | 241.98º | 0.95% | 0.5% | - |
| HSV(B) | 241.98º | 0.98% | 0.98% | - |
| XYZ | 17.35 | 7.06 | 90.07 | - |
| YUV | 36.09 | 248.15 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 249 | 0.94 | 0.98 | 0 | 0.02 | 241.98 | 0.95 | 0.5 |
| Hex | E | 6 | F9 | 5E | 62 | 0 | 2 | F2 | 5F | 32 |
| Octal | 16 | 6 | 371 | 136 | 142 | 0 | 2 | 362 | 137 | 62 |
| Binary | 1110 | 110 | 11111001 | 1011110 | 1100010 | 0 | 10 | 11110010 | 1011111 | 110010 |
Color Harmonies of #0E06F9
Complementary color
Monochromatic Colors of #0E06F9
Black with #0E06F9
Text Example
Text Example
White with #0E06F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E06F9; }
p { color: rgb(14,6,249); }
H1.HeaderClassName
{
color: #0E06F9;
}
.AnyTagClassName
{
color: #0E06F9;
}
</style>
background-color css
<style>
a { background-color: #0E06F9; }
a { background-color: rgb(14,6,249); }
div.DivClassName
{
background-color: #0E06F9;
}
.BgClassName
{
background-color: #0E06F9;
}
</style>
border-color css
<style>
span { border-color: #0E06F9; }
span { border-color: rgb(14,6,249); }
td.TdClassName
{
border-color: #0E06F9;
}
.TagClassName
{
border-color: #0E06F9;
}
</style>