Shades of Medium Blue #090DDA
Tints of Medium Blue #090DDA
RGB
CMYK
RGB Variations
Color information
#090DDA (or 0x090DDA) is known color: Medium Blue. HEX triplet: 09, 0D and DA. RGB value is (9,13,218). Sum of RGB (Red+Green+Blue) = 9+13+218=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 218 (85.55% from 255 or 90.83% from 240); Max value from RGB is 218 - color contains mainly: blue. Hex color #090DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DDA is #F6F225. Grayscale: #222222. Windows color (decimal): -16183846 or 14290185. OLE color: 14290185.
HSL color Cylindrical-coordinate representation of color #090DDA: hue angle of 238.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090DDA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 13 | 218 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.15 |
| HSL | 238.85º | 0.92% | 0.45% | - |
| HSV(B) | 238.85º | 0.96% | 0.85% | - |
| XYZ | 12.91 | 5.41 | 66.69 | - |
| YUV | 35.17 | 231.17 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 218 | 0.96 | 0.94 | 0 | 0.15 | 238.85 | 0.92 | 0.45 |
| Hex | 9 | D | DA | 60 | 5E | 0 | F | EF | 5C | 2D |
| Octal | 11 | 15 | 332 | 140 | 136 | 0 | 17 | 357 | 134 | 55 |
| Binary | 1001 | 1101 | 11011010 | 1100000 | 1011110 | 0 | 1111 | 11101111 | 1011100 | 101101 |
Color Harmonies of #090DDA
Complementary color
Monochromatic Colors of #090DDA
Black with #090DDA
Text Example
Text Example
White with #090DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DDA; }
p { color: rgb(9,13,218); }
H1.HeaderClassName
{
color: #090DDA;
}
.AnyTagClassName
{
color: #090DDA;
}
</style>
background-color css
<style>
a { background-color: #090DDA; }
a { background-color: rgb(9,13,218); }
div.DivClassName
{
background-color: #090DDA;
}
.BgClassName
{
background-color: #090DDA;
}
</style>
border-color css
<style>
span { border-color: #090DDA; }
span { border-color: rgb(9,13,218); }
td.TdClassName
{
border-color: #090DDA;
}
.TagClassName
{
border-color: #090DDA;
}
</style>