Shades of Medium Blue #1007DB
Tints of Medium Blue #1007DB
RGB
CMYK
RGB Variations
Color information
#1007DB (or 0x1007DB) is known color: Medium Blue. HEX triplet: 10, 07 and DB. RGB value is (16,7,219). Sum of RGB (Red+Green+Blue) = 16+7+219=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 219 (85.94% from 255 or 90.50% from 242); Max value from RGB is 219 - color contains mainly: blue. Hex color #1007DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007DB is #EFF824. Grayscale: #212121. Windows color (decimal): -15726629 or 14354192. OLE color: 14354192.
HSL color Cylindrical-coordinate representation of color #1007DB: hue angle of 242.55º 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 #1007DB is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 7 | 219 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.14 |
| HSL | 242.55º | 0.94% | 0.44% | - |
| HSV(B) | 242.55º | 0.97% | 0.86% | - |
| XYZ | 13.08 | 5.38 | 67.37 | - |
| YUV | 33.86 | 232.48 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 219 | 0.93 | 0.97 | 0 | 0.14 | 242.55 | 0.94 | 0.44 |
| Hex | 10 | 7 | DB | 5D | 61 | 0 | E | F3 | 5E | 2C |
| Octal | 20 | 7 | 333 | 135 | 141 | 0 | 16 | 363 | 136 | 54 |
| Binary | 10000 | 111 | 11011011 | 1011101 | 1100001 | 0 | 1110 | 11110011 | 1011110 | 101100 |
Color Harmonies of #1007DB
Complementary color
Monochromatic Colors of #1007DB
Black with #1007DB
Text Example
Text Example
White with #1007DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007DB; }
p { color: rgb(16,7,219); }
H1.HeaderClassName
{
color: #1007DB;
}
.AnyTagClassName
{
color: #1007DB;
}
</style>
background-color css
<style>
a { background-color: #1007DB; }
a { background-color: rgb(16,7,219); }
div.DivClassName
{
background-color: #1007DB;
}
.BgClassName
{
background-color: #1007DB;
}
</style>
border-color css
<style>
span { border-color: #1007DB; }
span { border-color: rgb(16,7,219); }
td.TdClassName
{
border-color: #1007DB;
}
.TagClassName
{
border-color: #1007DB;
}
</style>