Shades of Blue #100DEC
Tints of Blue #100DEC
RGB
CMYK
RGB Variations
Color information
#100DEC (or 0x100DEC) is known color: Blue. HEX triplet: 10, 0D and EC. RGB value is (16,13,236). Sum of RGB (Red+Green+Blue) = 16+13+236=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 236 (92.58% from 255 or 89.06% from 265); Max value from RGB is 236 - color contains mainly: blue. Hex color #100DEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100DEC is #EFF213. Grayscale: #262626. Windows color (decimal): -15725076 or 15469840. OLE color: 15469840.
HSL color Cylindrical-coordinate representation of color #100DEC: hue angle of 240.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100DEC is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 13 | 236 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.07 |
| HSL | 240.81º | 0.9% | 0.49% | - |
| HSV(B) | 240.81º | 0.94% | 0.93% | - |
| XYZ | 15.5 | 6.45 | 79.79 | - |
| YUV | 39.32 | 238.99 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 236 | 0.93 | 0.94 | 0 | 0.07 | 240.81 | 0.9 | 0.49 |
| Hex | 10 | D | EC | 5D | 5E | 0 | 7 | F1 | 5A | 31 |
| Octal | 20 | 15 | 354 | 135 | 136 | 0 | 7 | 361 | 132 | 61 |
| Binary | 10000 | 1101 | 11101100 | 1011101 | 1011110 | 0 | 111 | 11110001 | 1011010 | 110001 |
Color Harmonies of #100DEC
Complementary color
Monochromatic Colors of #100DEC
Black with #100DEC
Text Example
Text Example
White with #100DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DEC; }
p { color: rgb(16,13,236); }
H1.HeaderClassName
{
color: #100DEC;
}
.AnyTagClassName
{
color: #100DEC;
}
</style>
background-color css
<style>
a { background-color: #100DEC; }
a { background-color: rgb(16,13,236); }
div.DivClassName
{
background-color: #100DEC;
}
.BgClassName
{
background-color: #100DEC;
}
</style>
border-color css
<style>
span { border-color: #100DEC; }
span { border-color: rgb(16,13,236); }
td.TdClassName
{
border-color: #100DEC;
}
.TagClassName
{
border-color: #100DEC;
}
</style>