Shades of Blue #100FE9
Tints of Blue #100FE9
RGB
CMYK
RGB Variations
Color information
#100FE9 (or 0x100FE9) is known color: Blue. HEX triplet: 10, 0F and E9. RGB value is (16,15,233). Sum of RGB (Red+Green+Blue) = 16+15+233=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 233 (91.41% from 255 or 88.26% from 264); Max value from RGB is 233 - color contains mainly: blue. Hex color #100FE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100FE9 is #EFF016. Grayscale: #272727. Windows color (decimal): -15724567 or 15273744. OLE color: 15273744.
HSL color Cylindrical-coordinate representation of color #100FE9: hue angle of 240.28º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100FE9 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 15 | 233 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.09 |
| HSL | 240.28º | 0.88% | 0.49% | - |
| HSV(B) | 240.28º | 0.94% | 0.91% | - |
| XYZ | 15.09 | 6.33 | 77.52 | - |
| YUV | 40.15 | 236.83 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 233 | 0.93 | 0.94 | 0 | 0.09 | 240.28 | 0.88 | 0.49 |
| Hex | 10 | F | E9 | 5D | 5E | 0 | 9 | F0 | 58 | 31 |
| Octal | 20 | 17 | 351 | 135 | 136 | 0 | 11 | 360 | 130 | 61 |
| Binary | 10000 | 1111 | 11101001 | 1011101 | 1011110 | 0 | 1001 | 11110000 | 1011000 | 110001 |
Color Harmonies of #100FE9
Complementary color
Monochromatic Colors of #100FE9
Black with #100FE9
Text Example
Text Example
White with #100FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FE9; }
p { color: rgb(16,15,233); }
H1.HeaderClassName
{
color: #100FE9;
}
.AnyTagClassName
{
color: #100FE9;
}
</style>
background-color css
<style>
a { background-color: #100FE9; }
a { background-color: rgb(16,15,233); }
div.DivClassName
{
background-color: #100FE9;
}
.BgClassName
{
background-color: #100FE9;
}
</style>
border-color css
<style>
span { border-color: #100FE9; }
span { border-color: rgb(16,15,233); }
td.TdClassName
{
border-color: #100FE9;
}
.TagClassName
{
border-color: #100FE9;
}
</style>