Shades of Blue #100EFB
Tints of Blue #100EFB
RGB
CMYK
RGB Variations
Color information
#100EFB (or 0x100EFB) is known color: Blue. HEX triplet: 10, 0E and FB. RGB value is (16,14,251). Sum of RGB (Red+Green+Blue) = 16+14+251=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 251 (98.44% from 255 or 89.32% from 281); Max value from RGB is 251 - color contains mainly: blue. Hex color #100EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100EFB is #EFF104. Grayscale: #282828. Windows color (decimal): -15724805 or 16453136. OLE color: 16453136.
HSL color Cylindrical-coordinate representation of color #100EFB: hue angle of 240.51º 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 #100EFB is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 14 | 251 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.02 |
| HSL | 240.51º | 0.97% | 0.52% | - |
| HSV(B) | 240.51º | 0.94% | 0.98% | - |
| XYZ | 17.78 | 7.39 | 91.76 | - |
| YUV | 41.62 | 246.16 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 251 | 0.94 | 0.94 | 0 | 0.02 | 240.51 | 0.97 | 0.52 |
| Hex | 10 | E | FB | 5E | 5E | 0 | 2 | F1 | 61 | 34 |
| Octal | 20 | 16 | 373 | 136 | 136 | 0 | 2 | 361 | 141 | 64 |
| Binary | 10000 | 1110 | 11111011 | 1011110 | 1011110 | 0 | 10 | 11110001 | 1100001 | 110100 |
Color Harmonies of #100EFB
Complementary color
Monochromatic Colors of #100EFB
Black with #100EFB
Text Example
Text Example
White with #100EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EFB; }
p { color: rgb(16,14,251); }
H1.HeaderClassName
{
color: #100EFB;
}
.AnyTagClassName
{
color: #100EFB;
}
</style>
background-color css
<style>
a { background-color: #100EFB; }
a { background-color: rgb(16,14,251); }
div.DivClassName
{
background-color: #100EFB;
}
.BgClassName
{
background-color: #100EFB;
}
</style>
border-color css
<style>
span { border-color: #100EFB; }
span { border-color: rgb(16,14,251); }
td.TdClassName
{
border-color: #100EFB;
}
.TagClassName
{
border-color: #100EFB;
}
</style>