Shades of Blue #101FFA
Tints of Blue #101FFA
RGB
CMYK
RGB Variations
Color information
#101FFA (or 0x101FFA) is known color: Blue. HEX triplet: 10, 1F and FA. RGB value is (16,31,250). Sum of RGB (Red+Green+Blue) = 16+31+250=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #101FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101FFA is #EFE005. Grayscale: #323232. Windows color (decimal): -15720454 or 16391952. OLE color: 16391952.
HSL color Cylindrical-coordinate representation of color #101FFA: hue angle of 236.15º degrees, saturation: 0.96, 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 #101FFA is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 31 | 250 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.02 |
| HSL | 236.15º | 0.96% | 0.52% | - |
| HSV(B) | 236.15º | 0.94% | 0.98% | - |
| XYZ | 17.96 | 7.99 | 91.04 | - |
| YUV | 51.48 | 240.03 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 250 | 0.94 | 0.88 | 0 | 0.02 | 236.15 | 0.96 | 0.52 |
| Hex | 10 | 1F | FA | 5E | 58 | 0 | 2 | EC | 60 | 34 |
| Octal | 20 | 37 | 372 | 136 | 130 | 0 | 2 | 354 | 140 | 64 |
| Binary | 10000 | 11111 | 11111010 | 1011110 | 1011000 | 0 | 10 | 11101100 | 1100000 | 110100 |
Color Harmonies of #101FFA
Complementary color
Monochromatic Colors of #101FFA
Black with #101FFA
Text Example
Text Example
White with #101FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FFA; }
p { color: rgb(16,31,250); }
H1.HeaderClassName
{
color: #101FFA;
}
.AnyTagClassName
{
color: #101FFA;
}
</style>
background-color css
<style>
a { background-color: #101FFA; }
a { background-color: rgb(16,31,250); }
div.DivClassName
{
background-color: #101FFA;
}
.BgClassName
{
background-color: #101FFA;
}
</style>
border-color css
<style>
span { border-color: #101FFA; }
span { border-color: rgb(16,31,250); }
td.TdClassName
{
border-color: #101FFA;
}
.TagClassName
{
border-color: #101FFA;
}
</style>