Shades of Medium Blue #091DDD
Tints of Medium Blue #091DDD
RGB
CMYK
RGB Variations
Color information
#091DDD (or 0x091DDD) is known color: Medium Blue. HEX triplet: 09, 1D and DD. RGB value is (9,29,221). Sum of RGB (Red+Green+Blue) = 9+29+221=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #091DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DDD is #F6E222. Grayscale: #2C2C2C. Windows color (decimal): -16179747 or 14490889. OLE color: 14490889.
HSL color Cylindrical-coordinate representation of color #091DDD: hue angle of 234.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DDD is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 29 | 221 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.13 |
| HSL | 234.34º | 0.92% | 0.45% | - |
| HSV(B) | 234.34º | 0.96% | 0.87% | - |
| XYZ | 13.6 | 6.16 | 68.88 | - |
| YUV | 44.91 | 227.37 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 221 | 0.96 | 0.87 | 0 | 0.13 | 234.34 | 0.92 | 0.45 |
| Hex | 9 | 1D | DD | 60 | 57 | 0 | D | EA | 5C | 2D |
| Octal | 11 | 35 | 335 | 140 | 127 | 0 | 15 | 352 | 134 | 55 |
| Binary | 1001 | 11101 | 11011101 | 1100000 | 1010111 | 0 | 1101 | 11101010 | 1011100 | 101101 |
Color Harmonies of #091DDD
Complementary color
Monochromatic Colors of #091DDD
Black with #091DDD
Text Example
Text Example
White with #091DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DDD; }
p { color: rgb(9,29,221); }
H1.HeaderClassName
{
color: #091DDD;
}
.AnyTagClassName
{
color: #091DDD;
}
</style>
background-color css
<style>
a { background-color: #091DDD; }
a { background-color: rgb(9,29,221); }
div.DivClassName
{
background-color: #091DDD;
}
.BgClassName
{
background-color: #091DDD;
}
</style>
border-color css
<style>
span { border-color: #091DDD; }
span { border-color: rgb(9,29,221); }
td.TdClassName
{
border-color: #091DDD;
}
.TagClassName
{
border-color: #091DDD;
}
</style>