Shades of Medium Blue #100ADC
Tints of Medium Blue #100ADC
RGB
CMYK
RGB Variations
Color information
#100ADC (or 0x100ADC) is known color: Medium Blue. HEX triplet: 10, 0A and DC. RGB value is (16,10,220). Sum of RGB (Red+Green+Blue) = 16+10+220=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #100ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ADC is #EFF523. Grayscale: #222222. Windows color (decimal): -15725860 or 14420496. OLE color: 14420496.
HSL color Cylindrical-coordinate representation of color #100ADC: hue angle of 241.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100ADC is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 10 | 220 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.14 |
| HSL | 241.71º | 0.91% | 0.45% | - |
| HSV(B) | 241.71º | 0.95% | 0.86% | - |
| XYZ | 13.24 | 5.49 | 68.07 | - |
| YUV | 35.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 220 | 0.93 | 0.95 | 0 | 0.14 | 241.71 | 0.91 | 0.45 |
| Hex | 10 | A | DC | 5D | 5F | 0 | E | F2 | 5B | 2D |
| Octal | 20 | 12 | 334 | 135 | 137 | 0 | 16 | 362 | 133 | 55 |
| Binary | 10000 | 1010 | 11011100 | 1011101 | 1011111 | 0 | 1110 | 11110010 | 1011011 | 101101 |
Color Harmonies of #100ADC
Complementary color
Monochromatic Colors of #100ADC
Black with #100ADC
Text Example
Text Example
White with #100ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100ADC; }
p { color: rgb(16,10,220); }
H1.HeaderClassName
{
color: #100ADC;
}
.AnyTagClassName
{
color: #100ADC;
}
</style>
background-color css
<style>
a { background-color: #100ADC; }
a { background-color: rgb(16,10,220); }
div.DivClassName
{
background-color: #100ADC;
}
.BgClassName
{
background-color: #100ADC;
}
</style>
border-color css
<style>
span { border-color: #100ADC; }
span { border-color: rgb(16,10,220); }
td.TdClassName
{
border-color: #100ADC;
}
.TagClassName
{
border-color: #100ADC;
}
</style>