Shades of Blue #100FFB
Tints of Blue #100FFB
RGB
CMYK
RGB Variations
Color information
#100FFB (or 0x100FFB) is known color: Blue. HEX triplet: 10, 0F and FB. RGB value is (16,15,251). Sum of RGB (Red+Green+Blue) = 16+15+251=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 251 (98.44% from 255 or 89.01% from 282); Max value from RGB is 251 - color contains mainly: blue. Hex color #100FFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100FFB is #EFF004. Grayscale: #292929. Windows color (decimal): -15724549 or 16453392. OLE color: 16453392.
HSL color Cylindrical-coordinate representation of color #100FFB: hue angle of 240.25º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100FFB is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 15 | 251 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.02 |
| HSL | 240.25º | 0.97% | 0.52% | - |
| HSV(B) | 240.25º | 0.94% | 0.98% | - |
| XYZ | 17.8 | 7.42 | 91.76 | - |
| YUV | 42.2 | 245.83 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 251 | 0.94 | 0.94 | 0 | 0.02 | 240.25 | 0.97 | 0.52 |
| Hex | 10 | F | FB | 5E | 5E | 0 | 2 | F0 | 61 | 34 |
| Octal | 20 | 17 | 373 | 136 | 136 | 0 | 2 | 360 | 141 | 64 |
| Binary | 10000 | 1111 | 11111011 | 1011110 | 1011110 | 0 | 10 | 11110000 | 1100001 | 110100 |
Color Harmonies of #100FFB
Complementary color
Monochromatic Colors of #100FFB
Black with #100FFB
Text Example
Text Example
White with #100FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FFB; }
p { color: rgb(16,15,251); }
H1.HeaderClassName
{
color: #100FFB;
}
.AnyTagClassName
{
color: #100FFB;
}
</style>
background-color css
<style>
a { background-color: #100FFB; }
a { background-color: rgb(16,15,251); }
div.DivClassName
{
background-color: #100FFB;
}
.BgClassName
{
background-color: #100FFB;
}
</style>
border-color css
<style>
span { border-color: #100FFB; }
span { border-color: rgb(16,15,251); }
td.TdClassName
{
border-color: #100FFB;
}
.TagClassName
{
border-color: #100FFB;
}
</style>