Shades of Medium Blue #100CDE
Tints of Medium Blue #100CDE
RGB
CMYK
RGB Variations
Color information
#100CDE (or 0x100CDE) is known color: Medium Blue. HEX triplet: 10, 0C and DE. RGB value is (16,12,222). Sum of RGB (Red+Green+Blue) = 16+12+222=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 222 (87.11% from 255 or 88.8% from 250); Max value from RGB is 222 - color contains mainly: blue. Hex color #100CDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CDE is #EFF321. Grayscale: #242424. Windows color (decimal): -15725346 or 14552080. OLE color: 14552080.
HSL color Cylindrical-coordinate representation of color #100CDE: hue angle of 241.14º 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 #100CDE is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 12 | 222 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.13 |
| HSL | 241.14º | 0.9% | 0.46% | - |
| HSV(B) | 241.14º | 0.95% | 0.87% | - |
| XYZ | 13.53 | 5.65 | 69.48 | - |
| YUV | 37.14 | 232.33 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 222 | 0.93 | 0.95 | 0 | 0.13 | 241.14 | 0.9 | 0.46 |
| Hex | 10 | C | DE | 5D | 5F | 0 | D | F1 | 5A | 2E |
| Octal | 20 | 14 | 336 | 135 | 137 | 0 | 15 | 361 | 132 | 56 |
| Binary | 10000 | 1100 | 11011110 | 1011101 | 1011111 | 0 | 1101 | 11110001 | 1011010 | 101110 |
Color Harmonies of #100CDE
Complementary color
Monochromatic Colors of #100CDE
Black with #100CDE
Text Example
Text Example
White with #100CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CDE; }
p { color: rgb(16,12,222); }
H1.HeaderClassName
{
color: #100CDE;
}
.AnyTagClassName
{
color: #100CDE;
}
</style>
background-color css
<style>
a { background-color: #100CDE; }
a { background-color: rgb(16,12,222); }
div.DivClassName
{
background-color: #100CDE;
}
.BgClassName
{
background-color: #100CDE;
}
</style>
border-color css
<style>
span { border-color: #100CDE; }
span { border-color: rgb(16,12,222); }
td.TdClassName
{
border-color: #100CDE;
}
.TagClassName
{
border-color: #100CDE;
}
</style>