Shades of Medium Blue #100FDB
Tints of Medium Blue #100FDB
RGB
CMYK
RGB Variations
Color information
#100FDB (or 0x100FDB) is known color: Medium Blue. HEX triplet: 10, 0F and DB. RGB value is (16,15,219). Sum of RGB (Red+Green+Blue) = 16+15+219=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #100FDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FDB is #EFF024. Grayscale: #252525. Windows color (decimal): -15724581 or 14356240. OLE color: 14356240.
HSL color Cylindrical-coordinate representation of color #100FDB: hue angle of 240.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100FDB is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 15 | 219 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.14 |
| HSL | 240.29º | 0.87% | 0.46% | - |
| HSV(B) | 240.29º | 0.93% | 0.86% | - |
| XYZ | 13.17 | 5.57 | 67.4 | - |
| YUV | 38.56 | 229.83 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 219 | 0.93 | 0.93 | 0 | 0.14 | 240.29 | 0.87 | 0.46 |
| Hex | 10 | F | DB | 5D | 5D | 0 | E | F0 | 57 | 2E |
| Octal | 20 | 17 | 333 | 135 | 135 | 0 | 16 | 360 | 127 | 56 |
| Binary | 10000 | 1111 | 11011011 | 1011101 | 1011101 | 0 | 1110 | 11110000 | 1010111 | 101110 |
Color Harmonies of #100FDB
Complementary color
Monochromatic Colors of #100FDB
Black with #100FDB
Text Example
Text Example
White with #100FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FDB; }
p { color: rgb(16,15,219); }
H1.HeaderClassName
{
color: #100FDB;
}
.AnyTagClassName
{
color: #100FDB;
}
</style>
background-color css
<style>
a { background-color: #100FDB; }
a { background-color: rgb(16,15,219); }
div.DivClassName
{
background-color: #100FDB;
}
.BgClassName
{
background-color: #100FDB;
}
</style>
border-color css
<style>
span { border-color: #100FDB; }
span { border-color: rgb(16,15,219); }
td.TdClassName
{
border-color: #100FDB;
}
.TagClassName
{
border-color: #100FDB;
}
</style>