Shades of Blue #101FF0
Tints of Blue #101FF0
RGB
CMYK
RGB Variations
Color information
#101FF0 (or 0x101FF0) is known color: Blue. HEX triplet: 10, 1F and F0. RGB value is (16,31,240). Sum of RGB (Red+Green+Blue) = 16+31+240=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 240 (94.14% from 255 or 83.62% from 287); Max value from RGB is 240 - color contains mainly: blue. Hex color #101FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101FF0 is #EFE00F. Grayscale: #313131. Windows color (decimal): -15720464 or 15736592. OLE color: 15736592.
HSL color Cylindrical-coordinate representation of color #101FF0: hue angle of 235.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101FF0 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 31 | 240 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.06 |
| HSL | 235.98º | 0.88% | 0.5% | - |
| HSV(B) | 235.98º | 0.93% | 0.94% | - |
| XYZ | 16.43 | 7.38 | 83 | - |
| YUV | 50.34 | 235.03 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 240 | 0.93 | 0.87 | 0 | 0.06 | 235.98 | 0.88 | 0.5 |
| Hex | 10 | 1F | F0 | 5D | 57 | 0 | 6 | EC | 58 | 32 |
| Octal | 20 | 37 | 360 | 135 | 127 | 0 | 6 | 354 | 130 | 62 |
| Binary | 10000 | 11111 | 11110000 | 1011101 | 1010111 | 0 | 110 | 11101100 | 1011000 | 110010 |
Color Harmonies of #101FF0
Complementary color
Monochromatic Colors of #101FF0
Black with #101FF0
Text Example
Text Example
White with #101FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FF0; }
p { color: rgb(16,31,240); }
H1.HeaderClassName
{
color: #101FF0;
}
.AnyTagClassName
{
color: #101FF0;
}
</style>
background-color css
<style>
a { background-color: #101FF0; }
a { background-color: rgb(16,31,240); }
div.DivClassName
{
background-color: #101FF0;
}
.BgClassName
{
background-color: #101FF0;
}
</style>
border-color css
<style>
span { border-color: #101FF0; }
span { border-color: rgb(16,31,240); }
td.TdClassName
{
border-color: #101FF0;
}
.TagClassName
{
border-color: #101FF0;
}
</style>