Shades of Medium Blue #090EDA
Tints of Medium Blue #090EDA
RGB
CMYK
RGB Variations
Color information
#090EDA (or 0x090EDA) is known color: Medium Blue. HEX triplet: 09, 0E and DA. RGB value is (9,14,218). Sum of RGB (Red+Green+Blue) = 9+14+218=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 218 (85.55% from 255 or 90.46% from 241); Max value from RGB is 218 - color contains mainly: blue. Hex color #090EDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090EDA is #F6F125. Grayscale: #222222. Windows color (decimal): -16183590 or 14290441. OLE color: 14290441.
HSL color Cylindrical-coordinate representation of color #090EDA: hue angle of 238.56º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090EDA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 14 | 218 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.15 |
| HSL | 238.56º | 0.92% | 0.45% | - |
| HSV(B) | 238.56º | 0.96% | 0.85% | - |
| XYZ | 12.92 | 5.43 | 66.7 | - |
| YUV | 35.76 | 230.84 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 218 | 0.96 | 0.94 | 0 | 0.15 | 238.56 | 0.92 | 0.45 |
| Hex | 9 | E | DA | 60 | 5E | 0 | F | EF | 5C | 2D |
| Octal | 11 | 16 | 332 | 140 | 136 | 0 | 17 | 357 | 134 | 55 |
| Binary | 1001 | 1110 | 11011010 | 1100000 | 1011110 | 0 | 1111 | 11101111 | 1011100 | 101101 |
Color Harmonies of #090EDA
Complementary color
Monochromatic Colors of #090EDA
Black with #090EDA
Text Example
Text Example
White with #090EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090EDA; }
p { color: rgb(9,14,218); }
H1.HeaderClassName
{
color: #090EDA;
}
.AnyTagClassName
{
color: #090EDA;
}
</style>
background-color css
<style>
a { background-color: #090EDA; }
a { background-color: rgb(9,14,218); }
div.DivClassName
{
background-color: #090EDA;
}
.BgClassName
{
background-color: #090EDA;
}
</style>
border-color css
<style>
span { border-color: #090EDA; }
span { border-color: rgb(9,14,218); }
td.TdClassName
{
border-color: #090EDA;
}
.TagClassName
{
border-color: #090EDA;
}
</style>