Shades of Blue #100FF1
Tints of Blue #100FF1
RGB
CMYK
RGB Variations
Color information
#100FF1 (or 0x100FF1) is known color: Blue. HEX triplet: 10, 0F and F1. RGB value is (16,15,241). Sum of RGB (Red+Green+Blue) = 16+15+241=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 241 (94.53% from 255 or 88.60% from 272); Max value from RGB is 241 - color contains mainly: blue. Hex color #100FF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100FF1 is #EFF00E. Grayscale: #282828. Windows color (decimal): -15724559 or 15798032. OLE color: 15798032.
HSL color Cylindrical-coordinate representation of color #100FF1: hue angle of 240.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100FF1 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 15 | 241 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.05 |
| HSL | 240.27º | 0.89% | 0.5% | - |
| HSV(B) | 240.27º | 0.94% | 0.95% | - |
| XYZ | 16.26 | 6.8 | 83.68 | - |
| YUV | 41.06 | 240.83 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 241 | 0.93 | 0.94 | 0 | 0.05 | 240.27 | 0.89 | 0.5 |
| Hex | 10 | F | F1 | 5D | 5E | 0 | 5 | F0 | 59 | 32 |
| Octal | 20 | 17 | 361 | 135 | 136 | 0 | 5 | 360 | 131 | 62 |
| Binary | 10000 | 1111 | 11110001 | 1011101 | 1011110 | 0 | 101 | 11110000 | 1011001 | 110010 |
Color Harmonies of #100FF1
Complementary color
Monochromatic Colors of #100FF1
Black with #100FF1
Text Example
Text Example
White with #100FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FF1; }
p { color: rgb(16,15,241); }
H1.HeaderClassName
{
color: #100FF1;
}
.AnyTagClassName
{
color: #100FF1;
}
</style>
background-color css
<style>
a { background-color: #100FF1; }
a { background-color: rgb(16,15,241); }
div.DivClassName
{
background-color: #100FF1;
}
.BgClassName
{
background-color: #100FF1;
}
</style>
border-color css
<style>
span { border-color: #100FF1; }
span { border-color: rgb(16,15,241); }
td.TdClassName
{
border-color: #100FF1;
}
.TagClassName
{
border-color: #100FF1;
}
</style>