Shades of Blue #100DF9
Tints of Blue #100DF9
RGB
CMYK
RGB Variations
Color information
#100DF9 (or 0x100DF9) is known color: Blue. HEX triplet: 10, 0D and F9. RGB value is (16,13,249). Sum of RGB (Red+Green+Blue) = 16+13+249=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 249 (97.66% from 255 or 89.57% from 278); Max value from RGB is 249 - color contains mainly: blue. Hex color #100DF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100DF9 is #EFF206. Grayscale: #272727. Windows color (decimal): -15725063 or 16321808. OLE color: 16321808.
HSL color Cylindrical-coordinate representation of color #100DF9: hue angle of 240.76º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100DF9 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 13 | 249 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.02 |
| HSL | 240.76º | 0.95% | 0.51% | - |
| HSV(B) | 240.76º | 0.95% | 0.98% | - |
| XYZ | 17.46 | 7.24 | 90.1 | - |
| YUV | 40.8 | 245.49 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 249 | 0.94 | 0.95 | 0 | 0.02 | 240.76 | 0.95 | 0.51 |
| Hex | 10 | D | F9 | 5E | 5F | 0 | 2 | F1 | 5F | 33 |
| Octal | 20 | 15 | 371 | 136 | 137 | 0 | 2 | 361 | 137 | 63 |
| Binary | 10000 | 1101 | 11111001 | 1011110 | 1011111 | 0 | 10 | 11110001 | 1011111 | 110011 |
Color Harmonies of #100DF9
Complementary color
Monochromatic Colors of #100DF9
Black with #100DF9
Text Example
Text Example
White with #100DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DF9; }
p { color: rgb(16,13,249); }
H1.HeaderClassName
{
color: #100DF9;
}
.AnyTagClassName
{
color: #100DF9;
}
</style>
background-color css
<style>
a { background-color: #100DF9; }
a { background-color: rgb(16,13,249); }
div.DivClassName
{
background-color: #100DF9;
}
.BgClassName
{
background-color: #100DF9;
}
</style>
border-color css
<style>
span { border-color: #100DF9; }
span { border-color: rgb(16,13,249); }
td.TdClassName
{
border-color: #100DF9;
}
.TagClassName
{
border-color: #100DF9;
}
</style>