Shades of Medium Blue #1607DB
Tints of Medium Blue #1607DB
RGB
CMYK
RGB Variations
Color information
#1607DB (or 0x1607DB) is known color: Medium Blue. HEX triplet: 16, 07 and DB. RGB value is (22,7,219). Sum of RGB (Red+Green+Blue) = 22+7+219=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #1607DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1607DB is #E9F824. Grayscale: #222222. Windows color (decimal): -15333413 or 14354198. OLE color: 14354198.
HSL color Cylindrical-coordinate representation of color #1607DB: hue angle of 244.25º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1607DB is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 7 | 219 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.14 |
| HSL | 244.25º | 0.94% | 0.44% | - |
| HSV(B) | 244.25º | 0.97% | 0.86% | - |
| XYZ | 13.19 | 5.44 | 67.37 | - |
| YUV | 35.65 | 231.47 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 219 | 0.90 | 0.97 | 0 | 0.14 | 244.25 | 0.94 | 0.44 |
| Hex | 16 | 7 | DB | 5A | 61 | 0 | E | F4 | 5E | 2C |
| Octal | 26 | 7 | 333 | 132 | 141 | 0 | 16 | 364 | 136 | 54 |
| Binary | 10110 | 111 | 11011011 | 1011010 | 1100001 | 0 | 1110 | 11110100 | 1011110 | 101100 |
Color Harmonies of #1607DB
Complementary color
Monochromatic Colors of #1607DB
Black with #1607DB
Text Example
Text Example
White with #1607DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1607DB; }
p { color: rgb(22,7,219); }
H1.HeaderClassName
{
color: #1607DB;
}
.AnyTagClassName
{
color: #1607DB;
}
</style>
background-color css
<style>
a { background-color: #1607DB; }
a { background-color: rgb(22,7,219); }
div.DivClassName
{
background-color: #1607DB;
}
.BgClassName
{
background-color: #1607DB;
}
</style>
border-color css
<style>
span { border-color: #1607DB; }
span { border-color: rgb(22,7,219); }
td.TdClassName
{
border-color: #1607DB;
}
.TagClassName
{
border-color: #1607DB;
}
</style>