Shades of Medium Blue #1609CF
Tints of Medium Blue #1609CF
RGB
CMYK
RGB Variations
Color information
#1609CF (or 0x1609CF) is known color: Medium Blue. HEX triplet: 16, 09 and CF. RGB value is (22,9,207). Sum of RGB (Red+Green+Blue) = 22+9+207=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #1609CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1609CF is #E9F630. Grayscale: #222222. Windows color (decimal): -15332913 or 13568278. OLE color: 13568278.
HSL color Cylindrical-coordinate representation of color #1609CF: hue angle of 243.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1609CF is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 9 | 207 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.19 |
| HSL | 243.94º | 0.92% | 0.42% | - |
| HSV(B) | 243.94º | 0.96% | 0.81% | - |
| XYZ | 11.69 | 4.87 | 59.36 | - |
| YUV | 35.46 | 224.81 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 207 | 0.89 | 0.96 | 0 | 0.19 | 243.94 | 0.92 | 0.42 |
| Hex | 16 | 9 | CF | 59 | 60 | 0 | 13 | F4 | 5C | 2A |
| Octal | 26 | 11 | 317 | 131 | 140 | 0 | 23 | 364 | 134 | 52 |
| Binary | 10110 | 1001 | 11001111 | 1011001 | 1100000 | 0 | 10011 | 11110100 | 1011100 | 101010 |
Color Harmonies of #1609CF
Complementary color
Monochromatic Colors of #1609CF
Black with #1609CF
Text Example
Text Example
White with #1609CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1609CF; }
p { color: rgb(22,9,207); }
H1.HeaderClassName
{
color: #1609CF;
}
.AnyTagClassName
{
color: #1609CF;
}
</style>
background-color css
<style>
a { background-color: #1609CF; }
a { background-color: rgb(22,9,207); }
div.DivClassName
{
background-color: #1609CF;
}
.BgClassName
{
background-color: #1609CF;
}
</style>
border-color css
<style>
span { border-color: #1609CF; }
span { border-color: rgb(22,9,207); }
td.TdClassName
{
border-color: #1609CF;
}
.TagClassName
{
border-color: #1609CF;
}
</style>