Shades of Medium Blue #091CDD
Tints of Medium Blue #091CDD
RGB
CMYK
RGB Variations
Color information
#091CDD (or 0x091CDD) is known color: Medium Blue. HEX triplet: 09, 1C and DD. RGB value is (9,28,221). Sum of RGB (Red+Green+Blue) = 9+28+221=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #091CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CDD is #F6E322. Grayscale: #2B2B2B. Windows color (decimal): -16180003 or 14490633. OLE color: 14490633.
HSL color Cylindrical-coordinate representation of color #091CDD: hue angle of 234.62º 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 #091CDD is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 28 | 221 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.13 |
| HSL | 234.62º | 0.92% | 0.45% | - |
| HSV(B) | 234.62º | 0.96% | 0.87% | - |
| XYZ | 13.58 | 6.11 | 68.87 | - |
| YUV | 44.32 | 227.71 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 221 | 0.96 | 0.87 | 0 | 0.13 | 234.62 | 0.92 | 0.45 |
| Hex | 9 | 1C | DD | 60 | 57 | 0 | D | EB | 5C | 2D |
| Octal | 11 | 34 | 335 | 140 | 127 | 0 | 15 | 353 | 134 | 55 |
| Binary | 1001 | 11100 | 11011101 | 1100000 | 1010111 | 0 | 1101 | 11101011 | 1011100 | 101101 |
Color Harmonies of #091CDD
Complementary color
Monochromatic Colors of #091CDD
Black with #091CDD
Text Example
Text Example
White with #091CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CDD; }
p { color: rgb(9,28,221); }
H1.HeaderClassName
{
color: #091CDD;
}
.AnyTagClassName
{
color: #091CDD;
}
</style>
background-color css
<style>
a { background-color: #091CDD; }
a { background-color: rgb(9,28,221); }
div.DivClassName
{
background-color: #091CDD;
}
.BgClassName
{
background-color: #091CDD;
}
</style>
border-color css
<style>
span { border-color: #091CDD; }
span { border-color: rgb(9,28,221); }
td.TdClassName
{
border-color: #091CDD;
}
.TagClassName
{
border-color: #091CDD;
}
</style>