Shades of Blue #1F16FF
Tints of Blue #1F16FF
RGB
CMYK
RGB Variations
Color information
#1F16FF (or 0x1F16FF) is known color: Blue. HEX triplet: 1F, 16 and FF. RGB value is (31,22,255). Sum of RGB (Red+Green+Blue) = 31+22+255=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F16FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F16FF is #E0E900. Grayscale: #323232. Windows color (decimal): -14739713 or 16717343. OLE color: 16717343.
HSL color Cylindrical-coordinate representation of color #1F16FF: hue angle of 242.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F16FF is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 22 | 255 | - |
| CMYK | 0.88 | 0.91 | 0 | 0 |
| HSL | 242.32º | 1% | 0.54% | - |
| HSV(B) | 242.32º | 0.91% | 1% | - |
| XYZ | 18.9 | 8.09 | 95.17 | - |
| YUV | 51.25 | 242.98 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 255 | 0.88 | 0.91 | 0 | 0 | 242.32 | 1 | 0.54 |
| Hex | 1F | 16 | FF | 58 | 5B | 0 | 0 | F2 | 64 | 36 |
| Octal | 37 | 26 | 377 | 130 | 133 | 0 | 0 | 362 | 144 | 66 |
| Binary | 11111 | 10110 | 11111111 | 1011000 | 1011011 | 0 | 0 | 11110010 | 1100100 | 110110 |
Color Harmonies of #1F16FF
Complementary color
Monochromatic Colors of #1F16FF
Black with #1F16FF
Text Example
Text Example
White with #1F16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F16FF; }
p { color: rgb(31,22,255); }
H1.HeaderClassName
{
color: #1F16FF;
}
.AnyTagClassName
{
color: #1F16FF;
}
</style>
background-color css
<style>
a { background-color: #1F16FF; }
a { background-color: rgb(31,22,255); }
div.DivClassName
{
background-color: #1F16FF;
}
.BgClassName
{
background-color: #1F16FF;
}
</style>
border-color css
<style>
span { border-color: #1F16FF; }
span { border-color: rgb(31,22,255); }
td.TdClassName
{
border-color: #1F16FF;
}
.TagClassName
{
border-color: #1F16FF;
}
</style>