Shades of Medium Blue #090DB5
Tints of Medium Blue #090DB5
RGB
CMYK
RGB Variations
Color information
#090DB5 (or 0x090DB5) is known color: Medium Blue. HEX triplet: 09, 0D and B5. RGB value is (9,13,181). Sum of RGB (Red+Green+Blue) = 9+13+181=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 181 (71.09% from 255 or 89.16% from 203); Max value from RGB is 181 - color contains mainly: blue. Hex color #090DB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DB5 is #F6F24A. Grayscale: #1E1E1E. Windows color (decimal): -16183883 or 11865353. OLE color: 11865353.
HSL color Cylindrical-coordinate representation of color #090DB5: hue angle of 238.6º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090DB5 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 13 | 181 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.29 |
| HSL | 238.6º | 0.91% | 0.37% | - |
| HSV(B) | 238.6º | 0.95% | 0.71% | - |
| XYZ | 8.6 | 3.68 | 43.97 | - |
| YUV | 30.96 | 212.67 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 181 | 0.95 | 0.93 | 0 | 0.29 | 238.6 | 0.91 | 0.37 |
| Hex | 9 | D | B5 | 5F | 5D | 0 | 1D | EF | 5B | 25 |
| Octal | 11 | 15 | 265 | 137 | 135 | 0 | 35 | 357 | 133 | 45 |
| Binary | 1001 | 1101 | 10110101 | 1011111 | 1011101 | 0 | 11101 | 11101111 | 1011011 | 100101 |
Color Harmonies of #090DB5
Complementary color
Monochromatic Colors of #090DB5
Black with #090DB5
Text Example
Text Example
White with #090DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DB5; }
p { color: rgb(9,13,181); }
H1.HeaderClassName
{
color: #090DB5;
}
.AnyTagClassName
{
color: #090DB5;
}
</style>
background-color css
<style>
a { background-color: #090DB5; }
a { background-color: rgb(9,13,181); }
div.DivClassName
{
background-color: #090DB5;
}
.BgClassName
{
background-color: #090DB5;
}
</style>
border-color css
<style>
span { border-color: #090DB5; }
span { border-color: rgb(9,13,181); }
td.TdClassName
{
border-color: #090DB5;
}
.TagClassName
{
border-color: #090DB5;
}
</style>