Shades of Blue #100DED
Tints of Blue #100DED
RGB
CMYK
RGB Variations
Color information
#100DED (or 0x100DED) is known color: Blue. HEX triplet: 10, 0D and ED. RGB value is (16,13,237). Sum of RGB (Red+Green+Blue) = 16+13+237=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 237 (92.97% from 255 or 89.10% from 266); Max value from RGB is 237 - color contains mainly: blue. Hex color #100DED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100DED is #EFF212. Grayscale: #262626. Windows color (decimal): -15725075 or 15535376. OLE color: 15535376.
HSL color Cylindrical-coordinate representation of color #100DED: hue angle of 240.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100DED is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 13 | 237 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.07 |
| HSL | 240.8º | 0.9% | 0.49% | - |
| HSV(B) | 240.8º | 0.95% | 0.93% | - |
| XYZ | 15.64 | 6.51 | 80.55 | - |
| YUV | 39.43 | 239.49 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 237 | 0.93 | 0.95 | 0 | 0.07 | 240.8 | 0.9 | 0.49 |
| Hex | 10 | D | ED | 5D | 5F | 0 | 7 | F1 | 5A | 31 |
| Octal | 20 | 15 | 355 | 135 | 137 | 0 | 7 | 361 | 132 | 61 |
| Binary | 10000 | 1101 | 11101101 | 1011101 | 1011111 | 0 | 111 | 11110001 | 1011010 | 110001 |
Color Harmonies of #100DED
Complementary color
Monochromatic Colors of #100DED
Black with #100DED
Text Example
Text Example
White with #100DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DED; }
p { color: rgb(16,13,237); }
H1.HeaderClassName
{
color: #100DED;
}
.AnyTagClassName
{
color: #100DED;
}
</style>
background-color css
<style>
a { background-color: #100DED; }
a { background-color: rgb(16,13,237); }
div.DivClassName
{
background-color: #100DED;
}
.BgClassName
{
background-color: #100DED;
}
</style>
border-color css
<style>
span { border-color: #100DED; }
span { border-color: rgb(16,13,237); }
td.TdClassName
{
border-color: #100DED;
}
.TagClassName
{
border-color: #100DED;
}
</style>