Shades of Medium Blue #090EC6
Tints of Medium Blue #090EC6
RGB
CMYK
RGB Variations
Color information
#090EC6 (or 0x090EC6) is known color: Medium Blue. HEX triplet: 09, 0E and C6. RGB value is (9,14,198). Sum of RGB (Red+Green+Blue) = 9+14+198=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 198 (77.73% from 255 or 89.59% from 221); Max value from RGB is 198 - color contains mainly: blue. Hex color #090EC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090EC6 is #F6F139. Grayscale: #202020. Windows color (decimal): -16183610 or 12979721. OLE color: 12979721.
HSL color Cylindrical-coordinate representation of color #090EC6: hue angle of 238.41º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090EC6 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 14 | 198 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.22 |
| HSL | 238.41º | 0.91% | 0.41% | - |
| HSV(B) | 238.41º | 0.95% | 0.78% | - |
| XYZ | 10.46 | 4.45 | 53.73 | - |
| YUV | 33.48 | 220.84 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 198 | 0.95 | 0.93 | 0 | 0.22 | 238.41 | 0.91 | 0.41 |
| Hex | 9 | E | C6 | 5F | 5D | 0 | 16 | EE | 5B | 29 |
| Octal | 11 | 16 | 306 | 137 | 135 | 0 | 26 | 356 | 133 | 51 |
| Binary | 1001 | 1110 | 11000110 | 1011111 | 1011101 | 0 | 10110 | 11101110 | 1011011 | 101001 |
Color Harmonies of #090EC6
Complementary color
Monochromatic Colors of #090EC6
Black with #090EC6
Text Example
Text Example
White with #090EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090EC6; }
p { color: rgb(9,14,198); }
H1.HeaderClassName
{
color: #090EC6;
}
.AnyTagClassName
{
color: #090EC6;
}
</style>
background-color css
<style>
a { background-color: #090EC6; }
a { background-color: rgb(9,14,198); }
div.DivClassName
{
background-color: #090EC6;
}
.BgClassName
{
background-color: #090EC6;
}
</style>
border-color css
<style>
span { border-color: #090EC6; }
span { border-color: rgb(9,14,198); }
td.TdClassName
{
border-color: #090EC6;
}
.TagClassName
{
border-color: #090EC6;
}
</style>