Shades of Medium Blue #090ED8
Tints of Medium Blue #090ED8
RGB
CMYK
RGB Variations
Color information
#090ED8 (or 0x090ED8) is known color: Medium Blue. HEX triplet: 09, 0E and D8. RGB value is (9,14,216). Sum of RGB (Red+Green+Blue) = 9+14+216=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 216 (84.77% from 255 or 90.38% from 239); Max value from RGB is 216 - color contains mainly: blue. Hex color #090ED8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090ED8 is #F6F127. Grayscale: #222222. Windows color (decimal): -16183592 or 14159369. OLE color: 14159369.
HSL color Cylindrical-coordinate representation of color #090ED8: hue angle of 238.55º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090ED8 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 14 | 216 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.15 |
| HSL | 238.55º | 0.92% | 0.44% | - |
| HSV(B) | 238.55º | 0.96% | 0.85% | - |
| XYZ | 12.66 | 5.33 | 65.33 | - |
| YUV | 35.53 | 229.84 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 216 | 0.96 | 0.94 | 0 | 0.15 | 238.55 | 0.92 | 0.44 |
| Hex | 9 | E | D8 | 60 | 5E | 0 | F | EF | 5C | 2C |
| Octal | 11 | 16 | 330 | 140 | 136 | 0 | 17 | 357 | 134 | 54 |
| Binary | 1001 | 1110 | 11011000 | 1100000 | 1011110 | 0 | 1111 | 11101111 | 1011100 | 101100 |
Color Harmonies of #090ED8
Complementary color
Monochromatic Colors of #090ED8
Black with #090ED8
Text Example
Text Example
White with #090ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090ED8; }
p { color: rgb(9,14,216); }
H1.HeaderClassName
{
color: #090ED8;
}
.AnyTagClassName
{
color: #090ED8;
}
</style>
background-color css
<style>
a { background-color: #090ED8; }
a { background-color: rgb(9,14,216); }
div.DivClassName
{
background-color: #090ED8;
}
.BgClassName
{
background-color: #090ED8;
}
</style>
border-color css
<style>
span { border-color: #090ED8; }
span { border-color: rgb(9,14,216); }
td.TdClassName
{
border-color: #090ED8;
}
.TagClassName
{
border-color: #090ED8;
}
</style>