Shades of Medium Blue #090BDB
Tints of Medium Blue #090BDB
RGB
CMYK
RGB Variations
Color information
#090BDB (or 0x090BDB) is known color: Medium Blue. HEX triplet: 09, 0B and DB. RGB value is (9,11,219). Sum of RGB (Red+Green+Blue) = 9+11+219=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 219 (85.94% from 255 or 91.63% from 239); Max value from RGB is 219 - color contains mainly: blue. Hex color #090BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090BDB is #F6F424. Grayscale: #212121. Windows color (decimal): -16184357 or 14355209. OLE color: 14355209.
HSL color Cylindrical-coordinate representation of color #090BDB: hue angle of 239.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090BDB is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 11 | 219 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.14 |
| HSL | 239.43º | 0.92% | 0.45% | - |
| HSV(B) | 239.43º | 0.96% | 0.86% | - |
| XYZ | 13.02 | 5.41 | 67.38 | - |
| YUV | 34.11 | 232.34 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 219 | 0.96 | 0.95 | 0 | 0.14 | 239.43 | 0.92 | 0.45 |
| Hex | 9 | B | DB | 60 | 5F | 0 | E | EF | 5C | 2D |
| Octal | 11 | 13 | 333 | 140 | 137 | 0 | 16 | 357 | 134 | 55 |
| Binary | 1001 | 1011 | 11011011 | 1100000 | 1011111 | 0 | 1110 | 11101111 | 1011100 | 101101 |
Color Harmonies of #090BDB
Complementary color
Monochromatic Colors of #090BDB
Black with #090BDB
Text Example
Text Example
White with #090BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090BDB; }
p { color: rgb(9,11,219); }
H1.HeaderClassName
{
color: #090BDB;
}
.AnyTagClassName
{
color: #090BDB;
}
</style>
background-color css
<style>
a { background-color: #090BDB; }
a { background-color: rgb(9,11,219); }
div.DivClassName
{
background-color: #090BDB;
}
.BgClassName
{
background-color: #090BDB;
}
</style>
border-color css
<style>
span { border-color: #090BDB; }
span { border-color: rgb(9,11,219); }
td.TdClassName
{
border-color: #090BDB;
}
.TagClassName
{
border-color: #090BDB;
}
</style>