Shades of Blue #101CFB
Tints of Blue #101CFB
RGB
CMYK
RGB Variations
Color information
#101CFB (or 0x101CFB) is known color: Blue. HEX triplet: 10, 1C and FB. RGB value is (16,28,251). Sum of RGB (Red+Green+Blue) = 16+28+251=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #101CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101CFB is #EFE304. Grayscale: #303030. Windows color (decimal): -15721221 or 16456720. OLE color: 16456720.
HSL color Cylindrical-coordinate representation of color #101CFB: hue angle of 236.94º 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 #101CFB is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 28 | 251 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.02 |
| HSL | 236.94º | 0.97% | 0.52% | - |
| HSV(B) | 236.94º | 0.94% | 0.98% | - |
| XYZ | 18.04 | 7.91 | 91.84 | - |
| YUV | 49.83 | 241.52 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 251 | 0.94 | 0.89 | 0 | 0.02 | 236.94 | 0.97 | 0.52 |
| Hex | 10 | 1C | FB | 5E | 59 | 0 | 2 | ED | 61 | 34 |
| Octal | 20 | 34 | 373 | 136 | 131 | 0 | 2 | 355 | 141 | 64 |
| Binary | 10000 | 11100 | 11111011 | 1011110 | 1011001 | 0 | 10 | 11101101 | 1100001 | 110100 |
Color Harmonies of #101CFB
Complementary color
Monochromatic Colors of #101CFB
Black with #101CFB
Text Example
Text Example
White with #101CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CFB; }
p { color: rgb(16,28,251); }
H1.HeaderClassName
{
color: #101CFB;
}
.AnyTagClassName
{
color: #101CFB;
}
</style>
background-color css
<style>
a { background-color: #101CFB; }
a { background-color: rgb(16,28,251); }
div.DivClassName
{
background-color: #101CFB;
}
.BgClassName
{
background-color: #101CFB;
}
</style>
border-color css
<style>
span { border-color: #101CFB; }
span { border-color: rgb(16,28,251); }
td.TdClassName
{
border-color: #101CFB;
}
.TagClassName
{
border-color: #101CFB;
}
</style>