Shades of Blue #101CF5
Tints of Blue #101CF5
RGB
CMYK
RGB Variations
Color information
#101CF5 (or 0x101CF5) is known color: Blue. HEX triplet: 10, 1C and F5. RGB value is (16,28,245). Sum of RGB (Red+Green+Blue) = 16+28+245=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 245 (96.09% from 255 or 84.78% from 289); Max value from RGB is 245 - color contains mainly: blue. Hex color #101CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101CF5 is #EFE30A. Grayscale: #303030. Windows color (decimal): -15721227 or 16063504. OLE color: 16063504.
HSL color Cylindrical-coordinate representation of color #101CF5: hue angle of 236.86º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101CF5 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 28 | 245 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.04 |
| HSL | 236.86º | 0.92% | 0.51% | - |
| HSV(B) | 236.86º | 0.93% | 0.96% | - |
| XYZ | 17.11 | 7.53 | 86.94 | - |
| YUV | 49.15 | 238.52 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 245 | 0.93 | 0.89 | 0 | 0.04 | 236.86 | 0.92 | 0.51 |
| Hex | 10 | 1C | F5 | 5D | 59 | 0 | 4 | ED | 5C | 33 |
| Octal | 20 | 34 | 365 | 135 | 131 | 0 | 4 | 355 | 134 | 63 |
| Binary | 10000 | 11100 | 11110101 | 1011101 | 1011001 | 0 | 100 | 11101101 | 1011100 | 110011 |
Color Harmonies of #101CF5
Complementary color
Monochromatic Colors of #101CF5
Black with #101CF5
Text Example
Text Example
White with #101CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CF5; }
p { color: rgb(16,28,245); }
H1.HeaderClassName
{
color: #101CF5;
}
.AnyTagClassName
{
color: #101CF5;
}
</style>
background-color css
<style>
a { background-color: #101CF5; }
a { background-color: rgb(16,28,245); }
div.DivClassName
{
background-color: #101CF5;
}
.BgClassName
{
background-color: #101CF5;
}
</style>
border-color css
<style>
span { border-color: #101CF5; }
span { border-color: rgb(16,28,245); }
td.TdClassName
{
border-color: #101CF5;
}
.TagClassName
{
border-color: #101CF5;
}
</style>