Shades of Blue #100EF0
Tints of Blue #100EF0
RGB
CMYK
RGB Variations
Color information
#100EF0 (or 0x100EF0) is known color: Blue. HEX triplet: 10, 0E and F0. RGB value is (16,14,240). Sum of RGB (Red+Green+Blue) = 16+14+240=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 240 (94.14% from 255 or 88.89% from 270); Max value from RGB is 240 - color contains mainly: blue. Hex color #100EF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100EF0 is #EFF10F. Grayscale: #272727. Windows color (decimal): -15724816 or 15732240. OLE color: 15732240.
HSL color Cylindrical-coordinate representation of color #100EF0: hue angle of 240.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100EF0 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 14 | 240 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.06 |
| HSL | 240.53º | 0.89% | 0.5% | - |
| HSV(B) | 240.53º | 0.94% | 0.94% | - |
| XYZ | 16.1 | 6.72 | 82.89 | - |
| YUV | 40.36 | 240.66 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 240 | 0.93 | 0.94 | 0 | 0.06 | 240.53 | 0.89 | 0.5 |
| Hex | 10 | E | F0 | 5D | 5E | 0 | 6 | F1 | 59 | 32 |
| Octal | 20 | 16 | 360 | 135 | 136 | 0 | 6 | 361 | 131 | 62 |
| Binary | 10000 | 1110 | 11110000 | 1011101 | 1011110 | 0 | 110 | 11110001 | 1011001 | 110010 |
Color Harmonies of #100EF0
Complementary color
Monochromatic Colors of #100EF0
Black with #100EF0
Text Example
Text Example
White with #100EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EF0; }
p { color: rgb(16,14,240); }
H1.HeaderClassName
{
color: #100EF0;
}
.AnyTagClassName
{
color: #100EF0;
}
</style>
background-color css
<style>
a { background-color: #100EF0; }
a { background-color: rgb(16,14,240); }
div.DivClassName
{
background-color: #100EF0;
}
.BgClassName
{
background-color: #100EF0;
}
</style>
border-color css
<style>
span { border-color: #100EF0; }
span { border-color: rgb(16,14,240); }
td.TdClassName
{
border-color: #100EF0;
}
.TagClassName
{
border-color: #100EF0;
}
</style>