Shades of Blue #101FEE
Tints of Blue #101FEE
RGB
CMYK
RGB Variations
Color information
#101FEE (or 0x101FEE) is known color: Blue. HEX triplet: 10, 1F and EE. RGB value is (16,31,238). Sum of RGB (Red+Green+Blue) = 16+31+238=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #101FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101FEE is #EFE011. Grayscale: #313131. Windows color (decimal): -15720466 or 15605520. OLE color: 15605520.
HSL color Cylindrical-coordinate representation of color #101FEE: hue angle of 235.95º 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 #101FEE is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 31 | 238 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.07 |
| HSL | 235.95º | 0.87% | 0.5% | - |
| HSV(B) | 235.95º | 0.93% | 0.93% | - |
| XYZ | 16.14 | 7.26 | 81.44 | - |
| YUV | 50.11 | 234.03 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 238 | 0.93 | 0.87 | 0 | 0.07 | 235.95 | 0.87 | 0.5 |
| Hex | 10 | 1F | EE | 5D | 57 | 0 | 7 | EC | 57 | 32 |
| Octal | 20 | 37 | 356 | 135 | 127 | 0 | 7 | 354 | 127 | 62 |
| Binary | 10000 | 11111 | 11101110 | 1011101 | 1010111 | 0 | 111 | 11101100 | 1010111 | 110010 |
Color Harmonies of #101FEE
Complementary color
Monochromatic Colors of #101FEE
Black with #101FEE
Text Example
Text Example
White with #101FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FEE; }
p { color: rgb(16,31,238); }
H1.HeaderClassName
{
color: #101FEE;
}
.AnyTagClassName
{
color: #101FEE;
}
</style>
background-color css
<style>
a { background-color: #101FEE; }
a { background-color: rgb(16,31,238); }
div.DivClassName
{
background-color: #101FEE;
}
.BgClassName
{
background-color: #101FEE;
}
</style>
border-color css
<style>
span { border-color: #101FEE; }
span { border-color: rgb(16,31,238); }
td.TdClassName
{
border-color: #101FEE;
}
.TagClassName
{
border-color: #101FEE;
}
</style>