Shades of Medium Blue #090ECB
Tints of Medium Blue #090ECB
RGB
CMYK
RGB Variations
Color information
#090ECB (or 0x090ECB) is known color: Medium Blue. HEX triplet: 09, 0E and CB. RGB value is (9,14,203). Sum of RGB (Red+Green+Blue) = 9+14+203=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 203 (79.69% from 255 or 89.82% from 226); Max value from RGB is 203 - color contains mainly: blue. Hex color #090ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090ECB is #F6F134. Grayscale: #212121. Windows color (decimal): -16183605 or 13307401. OLE color: 13307401.
HSL color Cylindrical-coordinate representation of color #090ECB: hue angle of 238.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090ECB is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 14 | 203 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.20 |
| HSL | 238.45º | 0.92% | 0.42% | - |
| HSV(B) | 238.45º | 0.96% | 0.8% | - |
| XYZ | 11.05 | 4.68 | 56.82 | - |
| YUV | 34.05 | 223.34 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 203 | 0.96 | 0.93 | 0 | 0.20 | 238.45 | 0.92 | 0.42 |
| Hex | 9 | E | CB | 60 | 5D | 0 | 14 | EE | 5C | 2A |
| Octal | 11 | 16 | 313 | 140 | 135 | 0 | 24 | 356 | 134 | 52 |
| Binary | 1001 | 1110 | 11001011 | 1100000 | 1011101 | 0 | 10100 | 11101110 | 1011100 | 101010 |
Color Harmonies of #090ECB
Complementary color
Monochromatic Colors of #090ECB
Black with #090ECB
Text Example
Text Example
White with #090ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090ECB; }
p { color: rgb(9,14,203); }
H1.HeaderClassName
{
color: #090ECB;
}
.AnyTagClassName
{
color: #090ECB;
}
</style>
background-color css
<style>
a { background-color: #090ECB; }
a { background-color: rgb(9,14,203); }
div.DivClassName
{
background-color: #090ECB;
}
.BgClassName
{
background-color: #090ECB;
}
</style>
border-color css
<style>
span { border-color: #090ECB; }
span { border-color: rgb(9,14,203); }
td.TdClassName
{
border-color: #090ECB;
}
.TagClassName
{
border-color: #090ECB;
}
</style>