Shades of Blue #101DFB
Tints of Blue #101DFB
RGB
CMYK
RGB Variations
Color information
#101DFB (or 0x101DFB) is known color: Blue. HEX triplet: 10, 1D and FB. RGB value is (16,29,251). Sum of RGB (Red+Green+Blue) = 16+29+251=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 251 (98.44% from 255 or 84.80% from 296); Max value from RGB is 251 - color contains mainly: blue. Hex color #101DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101DFB is #EFE204. Grayscale: #313131. Windows color (decimal): -15720965 or 16456976. OLE color: 16456976.
HSL color Cylindrical-coordinate representation of color #101DFB: hue angle of 236.68º 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 #101DFB is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 29 | 251 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.02 |
| HSL | 236.68º | 0.97% | 0.52% | - |
| HSV(B) | 236.68º | 0.94% | 0.98% | - |
| XYZ | 18.07 | 7.95 | 91.85 | - |
| YUV | 50.42 | 241.19 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 251 | 0.94 | 0.88 | 0 | 0.02 | 236.68 | 0.97 | 0.52 |
| Hex | 10 | 1D | FB | 5E | 58 | 0 | 2 | ED | 61 | 34 |
| Octal | 20 | 35 | 373 | 136 | 130 | 0 | 2 | 355 | 141 | 64 |
| Binary | 10000 | 11101 | 11111011 | 1011110 | 1011000 | 0 | 10 | 11101101 | 1100001 | 110100 |
Color Harmonies of #101DFB
Complementary color
Monochromatic Colors of #101DFB
Black with #101DFB
Text Example
Text Example
White with #101DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DFB; }
p { color: rgb(16,29,251); }
H1.HeaderClassName
{
color: #101DFB;
}
.AnyTagClassName
{
color: #101DFB;
}
</style>
background-color css
<style>
a { background-color: #101DFB; }
a { background-color: rgb(16,29,251); }
div.DivClassName
{
background-color: #101DFB;
}
.BgClassName
{
background-color: #101DFB;
}
</style>
border-color css
<style>
span { border-color: #101DFB; }
span { border-color: rgb(16,29,251); }
td.TdClassName
{
border-color: #101DFB;
}
.TagClassName
{
border-color: #101DFB;
}
</style>