Shades of Medium Blue #100CDD
Tints of Medium Blue #100CDD
RGB
CMYK
RGB Variations
Color information
#100CDD (or 0x100CDD) is known color: Medium Blue. HEX triplet: 10, 0C and DD. RGB value is (16,12,221). Sum of RGB (Red+Green+Blue) = 16+12+221=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 221 (86.72% from 255 or 88.76% from 249); Max value from RGB is 221 - color contains mainly: blue. Hex color #100CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CDD is #EFF322. Grayscale: #242424. Windows color (decimal): -15725347 or 14486544. OLE color: 14486544.
HSL color Cylindrical-coordinate representation of color #100CDD: hue angle of 241.15º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100CDD is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 12 | 221 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.13 |
| HSL | 241.15º | 0.9% | 0.46% | - |
| HSV(B) | 241.15º | 0.95% | 0.87% | - |
| XYZ | 13.4 | 5.59 | 68.78 | - |
| YUV | 37.02 | 231.83 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 221 | 0.93 | 0.95 | 0 | 0.13 | 241.15 | 0.9 | 0.46 |
| Hex | 10 | C | DD | 5D | 5F | 0 | D | F1 | 5A | 2E |
| Octal | 20 | 14 | 335 | 135 | 137 | 0 | 15 | 361 | 132 | 56 |
| Binary | 10000 | 1100 | 11011101 | 1011101 | 1011111 | 0 | 1101 | 11110001 | 1011010 | 101110 |
Color Harmonies of #100CDD
Complementary color
Monochromatic Colors of #100CDD
Black with #100CDD
Text Example
Text Example
White with #100CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CDD; }
p { color: rgb(16,12,221); }
H1.HeaderClassName
{
color: #100CDD;
}
.AnyTagClassName
{
color: #100CDD;
}
</style>
background-color css
<style>
a { background-color: #100CDD; }
a { background-color: rgb(16,12,221); }
div.DivClassName
{
background-color: #100CDD;
}
.BgClassName
{
background-color: #100CDD;
}
</style>
border-color css
<style>
span { border-color: #100CDD; }
span { border-color: rgb(16,12,221); }
td.TdClassName
{
border-color: #100CDD;
}
.TagClassName
{
border-color: #100CDD;
}
</style>