Shades of Blue #100DFF
Tints of Blue #100DFF
RGB
CMYK
RGB Variations
Color information
#100DFF (or 0x100DFF) is known color: Blue. HEX triplet: 10, 0D and FF. RGB value is (16,13,255). Sum of RGB (Red+Green+Blue) = 16+13+255=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #100DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100DFF is #EFF200. Grayscale: #282828. Windows color (decimal): -15725057 or 16715024. OLE color: 16715024.
HSL color Cylindrical-coordinate representation of color #100DFF: hue angle of 240.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100DFF is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 13 | 255 | - |
| CMYK | 0.94 | 0.95 | 0 | 0 |
| HSL | 240.74º | 1% | 0.53% | - |
| HSV(B) | 240.74º | 0.95% | 1% | - |
| XYZ | 18.41 | 7.62 | 95.11 | - |
| YUV | 41.49 | 248.49 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 255 | 0.94 | 0.95 | 0 | 0 | 240.74 | 1 | 0.53 |
| Hex | 10 | D | FF | 5E | 5F | 0 | 0 | F1 | 64 | 35 |
| Octal | 20 | 15 | 377 | 136 | 137 | 0 | 0 | 361 | 144 | 65 |
| Binary | 10000 | 1101 | 11111111 | 1011110 | 1011111 | 0 | 0 | 11110001 | 1100100 | 110101 |
Color Harmonies of #100DFF
Complementary color
Monochromatic Colors of #100DFF
Black with #100DFF
Text Example
Text Example
White with #100DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DFF; }
p { color: rgb(16,13,255); }
H1.HeaderClassName
{
color: #100DFF;
}
.AnyTagClassName
{
color: #100DFF;
}
</style>
background-color css
<style>
a { background-color: #100DFF; }
a { background-color: rgb(16,13,255); }
div.DivClassName
{
background-color: #100DFF;
}
.BgClassName
{
background-color: #100DFF;
}
</style>
border-color css
<style>
span { border-color: #100DFF; }
span { border-color: rgb(16,13,255); }
td.TdClassName
{
border-color: #100DFF;
}
.TagClassName
{
border-color: #100DFF;
}
</style>