Shades of Medium Blue #0E09DE
Tints of Medium Blue #0E09DE
RGB
CMYK
RGB Variations
Color information
#0E09DE (or 0x0E09DE) is known color: Medium Blue. HEX triplet: 0E, 09 and DE. RGB value is (14,9,222). Sum of RGB (Red+Green+Blue) = 14+9+222=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 222 (87.11% from 255 or 90.61% from 245); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E09DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E09DE is #F1F621. Grayscale: #212121. Windows color (decimal): -15857186 or 14551310. OLE color: 14551310.
HSL color Cylindrical-coordinate representation of color #0E09DE: hue angle of 241.41º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E09DE is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 9 | 222 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.13 |
| HSL | 241.41º | 0.92% | 0.45% | - |
| HSV(B) | 241.41º | 0.96% | 0.87% | - |
| XYZ | 13.46 | 5.56 | 69.47 | - |
| YUV | 34.78 | 233.66 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 222 | 0.94 | 0.96 | 0 | 0.13 | 241.41 | 0.92 | 0.45 |
| Hex | E | 9 | DE | 5E | 60 | 0 | D | F1 | 5C | 2D |
| Octal | 16 | 11 | 336 | 136 | 140 | 0 | 15 | 361 | 134 | 55 |
| Binary | 1110 | 1001 | 11011110 | 1011110 | 1100000 | 0 | 1101 | 11110001 | 1011100 | 101101 |
Color Harmonies of #0E09DE
Complementary color
Monochromatic Colors of #0E09DE
Black with #0E09DE
Text Example
Text Example
White with #0E09DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E09DE; }
p { color: rgb(14,9,222); }
H1.HeaderClassName
{
color: #0E09DE;
}
.AnyTagClassName
{
color: #0E09DE;
}
</style>
background-color css
<style>
a { background-color: #0E09DE; }
a { background-color: rgb(14,9,222); }
div.DivClassName
{
background-color: #0E09DE;
}
.BgClassName
{
background-color: #0E09DE;
}
</style>
border-color css
<style>
span { border-color: #0E09DE; }
span { border-color: rgb(14,9,222); }
td.TdClassName
{
border-color: #0E09DE;
}
.TagClassName
{
border-color: #0E09DE;
}
</style>