Shades of Blue #101DEE
Tints of Blue #101DEE
RGB
CMYK
RGB Variations
Color information
#101DEE (or 0x101DEE) is known color: Blue. HEX triplet: 10, 1D and EE. RGB value is (16,29,238). Sum of RGB (Red+Green+Blue) = 16+29+238=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #101DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101DEE is #EFE211. Grayscale: #303030. Windows color (decimal): -15720978 or 15605008. OLE color: 15605008.
HSL color Cylindrical-coordinate representation of color #101DEE: hue angle of 236.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101DEE is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 29 | 238 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.07 |
| HSL | 236.49º | 0.87% | 0.5% | - |
| HSV(B) | 236.49º | 0.93% | 0.93% | - |
| XYZ | 16.09 | 7.16 | 81.42 | - |
| YUV | 48.94 | 234.69 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 238 | 0.93 | 0.88 | 0 | 0.07 | 236.49 | 0.87 | 0.5 |
| Hex | 10 | 1D | EE | 5D | 58 | 0 | 7 | EC | 57 | 32 |
| Octal | 20 | 35 | 356 | 135 | 130 | 0 | 7 | 354 | 127 | 62 |
| Binary | 10000 | 11101 | 11101110 | 1011101 | 1011000 | 0 | 111 | 11101100 | 1010111 | 110010 |
Color Harmonies of #101DEE
Complementary color
Monochromatic Colors of #101DEE
Black with #101DEE
Text Example
Text Example
White with #101DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DEE; }
p { color: rgb(16,29,238); }
H1.HeaderClassName
{
color: #101DEE;
}
.AnyTagClassName
{
color: #101DEE;
}
</style>
background-color css
<style>
a { background-color: #101DEE; }
a { background-color: rgb(16,29,238); }
div.DivClassName
{
background-color: #101DEE;
}
.BgClassName
{
background-color: #101DEE;
}
</style>
border-color css
<style>
span { border-color: #101DEE; }
span { border-color: rgb(16,29,238); }
td.TdClassName
{
border-color: #101DEE;
}
.TagClassName
{
border-color: #101DEE;
}
</style>