Shades of Medium Blue #1609DD
Tints of Medium Blue #1609DD
RGB
CMYK
RGB Variations
Color information
#1609DD (or 0x1609DD) is known color: Medium Blue. HEX triplet: 16, 09 and DD. RGB value is (22,9,221). Sum of RGB (Red+Green+Blue) = 22+9+221=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #1609DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1609DD is #E9F622. Grayscale: #242424. Windows color (decimal): -15332899 or 14485782. OLE color: 14485782.
HSL color Cylindrical-coordinate representation of color #1609DD: hue angle of 243.68º 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 #1609DD is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 9 | 221 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.13 |
| HSL | 243.68º | 0.92% | 0.45% | - |
| HSV(B) | 243.68º | 0.96% | 0.87% | - |
| XYZ | 13.48 | 5.59 | 68.77 | - |
| YUV | 37.06 | 231.81 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 221 | 0.90 | 0.96 | 0 | 0.13 | 243.68 | 0.92 | 0.45 |
| Hex | 16 | 9 | DD | 5A | 60 | 0 | D | F4 | 5C | 2D |
| Octal | 26 | 11 | 335 | 132 | 140 | 0 | 15 | 364 | 134 | 55 |
| Binary | 10110 | 1001 | 11011101 | 1011010 | 1100000 | 0 | 1101 | 11110100 | 1011100 | 101101 |
Color Harmonies of #1609DD
Complementary color
Monochromatic Colors of #1609DD
Black with #1609DD
Text Example
Text Example
White with #1609DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1609DD; }
p { color: rgb(22,9,221); }
H1.HeaderClassName
{
color: #1609DD;
}
.AnyTagClassName
{
color: #1609DD;
}
</style>
background-color css
<style>
a { background-color: #1609DD; }
a { background-color: rgb(22,9,221); }
div.DivClassName
{
background-color: #1609DD;
}
.BgClassName
{
background-color: #1609DD;
}
</style>
border-color css
<style>
span { border-color: #1609DD; }
span { border-color: rgb(22,9,221); }
td.TdClassName
{
border-color: #1609DD;
}
.TagClassName
{
border-color: #1609DD;
}
</style>