Shades of Medium Blue #100FDD
Tints of Medium Blue #100FDD
RGB
CMYK
RGB Variations
Color information
#100FDD (or 0x100FDD) is known color: Medium Blue. HEX triplet: 10, 0F and DD. RGB value is (16,15,221). Sum of RGB (Red+Green+Blue) = 16+15+221=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 15 (6.25% from 255 or 5.95% 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 #100FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FDD is #EFF022. Grayscale: #252525. Windows color (decimal): -15724579 or 14487312. OLE color: 14487312.
HSL color Cylindrical-coordinate representation of color #100FDD: hue angle of 240.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100FDD is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 15 | 221 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.13 |
| HSL | 240.29º | 0.87% | 0.46% | - |
| HSV(B) | 240.29º | 0.93% | 0.87% | - |
| XYZ | 13.44 | 5.67 | 68.79 | - |
| YUV | 38.78 | 230.83 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 221 | 0.93 | 0.93 | 0 | 0.13 | 240.29 | 0.87 | 0.46 |
| Hex | 10 | F | DD | 5D | 5D | 0 | D | F0 | 57 | 2E |
| Octal | 20 | 17 | 335 | 135 | 135 | 0 | 15 | 360 | 127 | 56 |
| Binary | 10000 | 1111 | 11011101 | 1011101 | 1011101 | 0 | 1101 | 11110000 | 1010111 | 101110 |
Color Harmonies of #100FDD
Complementary color
Monochromatic Colors of #100FDD
Black with #100FDD
Text Example
Text Example
White with #100FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FDD; }
p { color: rgb(16,15,221); }
H1.HeaderClassName
{
color: #100FDD;
}
.AnyTagClassName
{
color: #100FDD;
}
</style>
background-color css
<style>
a { background-color: #100FDD; }
a { background-color: rgb(16,15,221); }
div.DivClassName
{
background-color: #100FDD;
}
.BgClassName
{
background-color: #100FDD;
}
</style>
border-color css
<style>
span { border-color: #100FDD; }
span { border-color: rgb(16,15,221); }
td.TdClassName
{
border-color: #100FDD;
}
.TagClassName
{
border-color: #100FDD;
}
</style>