Shades of Medium Blue #090ECF
Tints of Medium Blue #090ECF
RGB
CMYK
RGB Variations
Color information
#090ECF (or 0x090ECF) is known color: Medium Blue. HEX triplet: 09, 0E and CF. RGB value is (9,14,207). Sum of RGB (Red+Green+Blue) = 9+14+207=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 207 (81.25% from 255 or 90% from 230); Max value from RGB is 207 - color contains mainly: blue. Hex color #090ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090ECF is #F6F130. Grayscale: #212121. Windows color (decimal): -16183601 or 13569545. OLE color: 13569545.
HSL color Cylindrical-coordinate representation of color #090ECF: hue angle of 238.48º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090ECF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 14 | 207 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.19 |
| HSL | 238.48º | 0.92% | 0.42% | - |
| HSV(B) | 238.48º | 0.96% | 0.81% | - |
| XYZ | 11.53 | 4.88 | 59.37 | - |
| YUV | 34.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 207 | 0.96 | 0.93 | 0 | 0.19 | 238.48 | 0.92 | 0.42 |
| Hex | 9 | E | CF | 60 | 5D | 0 | 13 | EE | 5C | 2A |
| Octal | 11 | 16 | 317 | 140 | 135 | 0 | 23 | 356 | 134 | 52 |
| Binary | 1001 | 1110 | 11001111 | 1100000 | 1011101 | 0 | 10011 | 11101110 | 1011100 | 101010 |
Color Harmonies of #090ECF
Complementary color
Monochromatic Colors of #090ECF
Black with #090ECF
Text Example
Text Example
White with #090ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090ECF; }
p { color: rgb(9,14,207); }
H1.HeaderClassName
{
color: #090ECF;
}
.AnyTagClassName
{
color: #090ECF;
}
</style>
background-color css
<style>
a { background-color: #090ECF; }
a { background-color: rgb(9,14,207); }
div.DivClassName
{
background-color: #090ECF;
}
.BgClassName
{
background-color: #090ECF;
}
</style>
border-color css
<style>
span { border-color: #090ECF; }
span { border-color: rgb(9,14,207); }
td.TdClassName
{
border-color: #090ECF;
}
.TagClassName
{
border-color: #090ECF;
}
</style>