Shades of Medium Blue #090DBB
Tints of Medium Blue #090DBB
RGB
CMYK
RGB Variations
Color information
#090DBB (or 0x090DBB) is known color: Medium Blue. HEX triplet: 09, 0D and BB. RGB value is (9,13,187). Sum of RGB (Red+Green+Blue) = 9+13+187=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 187 (73.44% from 255 or 89.47% from 209); Max value from RGB is 187 - color contains mainly: blue. Hex color #090DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DBB is #F6F244. Grayscale: #1E1E1E. Windows color (decimal): -16183877 or 12258569. OLE color: 12258569.
HSL color Cylindrical-coordinate representation of color #090DBB: hue angle of 238.65º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090DBB is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 13 | 187 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.27 |
| HSL | 238.65º | 0.91% | 0.38% | - |
| HSV(B) | 238.65º | 0.95% | 0.73% | - |
| XYZ | 9.23 | 3.93 | 47.29 | - |
| YUV | 31.64 | 215.67 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 187 | 0.95 | 0.93 | 0 | 0.27 | 238.65 | 0.91 | 0.38 |
| Hex | 9 | D | BB | 5F | 5D | 0 | 1B | EF | 5B | 26 |
| Octal | 11 | 15 | 273 | 137 | 135 | 0 | 33 | 357 | 133 | 46 |
| Binary | 1001 | 1101 | 10111011 | 1011111 | 1011101 | 0 | 11011 | 11101111 | 1011011 | 100110 |
Color Harmonies of #090DBB
Complementary color
Monochromatic Colors of #090DBB
Black with #090DBB
Text Example
Text Example
White with #090DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DBB; }
p { color: rgb(9,13,187); }
H1.HeaderClassName
{
color: #090DBB;
}
.AnyTagClassName
{
color: #090DBB;
}
</style>
background-color css
<style>
a { background-color: #090DBB; }
a { background-color: rgb(9,13,187); }
div.DivClassName
{
background-color: #090DBB;
}
.BgClassName
{
background-color: #090DBB;
}
</style>
border-color css
<style>
span { border-color: #090DBB; }
span { border-color: rgb(9,13,187); }
td.TdClassName
{
border-color: #090DBB;
}
.TagClassName
{
border-color: #090DBB;
}
</style>