Shades of Medium Blue #090DB8
Tints of Medium Blue #090DB8
RGB
CMYK
RGB Variations
Color information
#090DB8 (or 0x090DB8) is known color: Medium Blue. HEX triplet: 09, 0D and B8. RGB value is (9,13,184). Sum of RGB (Red+Green+Blue) = 9+13+184=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 184 (72.27% from 255 or 89.32% from 206); Max value from RGB is 184 - color contains mainly: blue. Hex color #090DB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DB8 is #F6F247. Grayscale: #1E1E1E. Windows color (decimal): -16183880 or 12061961. OLE color: 12061961.
HSL color Cylindrical-coordinate representation of color #090DB8: hue angle of 238.63º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090DB8 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 13 | 184 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.28 |
| HSL | 238.63º | 0.91% | 0.38% | - |
| HSV(B) | 238.63º | 0.95% | 0.72% | - |
| XYZ | 8.91 | 3.81 | 45.61 | - |
| YUV | 31.3 | 214.17 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 184 | 0.95 | 0.93 | 0 | 0.28 | 238.63 | 0.91 | 0.38 |
| Hex | 9 | D | B8 | 5F | 5D | 0 | 1C | EF | 5B | 26 |
| Octal | 11 | 15 | 270 | 137 | 135 | 0 | 34 | 357 | 133 | 46 |
| Binary | 1001 | 1101 | 10111000 | 1011111 | 1011101 | 0 | 11100 | 11101111 | 1011011 | 100110 |
Color Harmonies of #090DB8
Complementary color
Monochromatic Colors of #090DB8
Black with #090DB8
Text Example
Text Example
White with #090DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DB8; }
p { color: rgb(9,13,184); }
H1.HeaderClassName
{
color: #090DB8;
}
.AnyTagClassName
{
color: #090DB8;
}
</style>
background-color css
<style>
a { background-color: #090DB8; }
a { background-color: rgb(9,13,184); }
div.DivClassName
{
background-color: #090DB8;
}
.BgClassName
{
background-color: #090DB8;
}
</style>
border-color css
<style>
span { border-color: #090DB8; }
span { border-color: rgb(9,13,184); }
td.TdClassName
{
border-color: #090DB8;
}
.TagClassName
{
border-color: #090DB8;
}
</style>