Shades of Blue #101EFB
Tints of Blue #101EFB
RGB
CMYK
RGB Variations
Color information
#101EFB (or 0x101EFB) is known color: Blue. HEX triplet: 10, 1E and FB. RGB value is (16,30,251). Sum of RGB (Red+Green+Blue) = 16+30+251=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 251 (98.44% from 255 or 84.51% from 297); Max value from RGB is 251 - color contains mainly: blue. Hex color #101EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101EFB is #EFE104. Grayscale: #323232. Windows color (decimal): -15720709 or 16457232. OLE color: 16457232.
HSL color Cylindrical-coordinate representation of color #101EFB: hue angle of 236.43º 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 #101EFB is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 30 | 251 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.02 |
| HSL | 236.43º | 0.97% | 0.52% | - |
| HSV(B) | 236.43º | 0.94% | 0.98% | - |
| XYZ | 18.09 | 8 | 91.86 | - |
| YUV | 51.01 | 240.86 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 251 | 0.94 | 0.88 | 0 | 0.02 | 236.43 | 0.97 | 0.52 |
| Hex | 10 | 1E | FB | 5E | 58 | 0 | 2 | EC | 61 | 34 |
| Octal | 20 | 36 | 373 | 136 | 130 | 0 | 2 | 354 | 141 | 64 |
| Binary | 10000 | 11110 | 11111011 | 1011110 | 1011000 | 0 | 10 | 11101100 | 1100001 | 110100 |
Color Harmonies of #101EFB
Complementary color
Monochromatic Colors of #101EFB
Black with #101EFB
Text Example
Text Example
White with #101EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101EFB; }
p { color: rgb(16,30,251); }
H1.HeaderClassName
{
color: #101EFB;
}
.AnyTagClassName
{
color: #101EFB;
}
</style>
background-color css
<style>
a { background-color: #101EFB; }
a { background-color: rgb(16,30,251); }
div.DivClassName
{
background-color: #101EFB;
}
.BgClassName
{
background-color: #101EFB;
}
</style>
border-color css
<style>
span { border-color: #101EFB; }
span { border-color: rgb(16,30,251); }
td.TdClassName
{
border-color: #101EFB;
}
.TagClassName
{
border-color: #101EFB;
}
</style>