Shades of Blue #1F1DFB
Tints of Blue #1F1DFB
RGB
CMYK
RGB Variations
Color information
#1F1DFB (or 0x1F1DFB) is known color: Blue. HEX triplet: 1F, 1D and FB. RGB value is (31,29,251). Sum of RGB (Red+Green+Blue) = 31+29+251=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 251 (98.44% from 255 or 80.71% from 311); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F1DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F1DFB is #E0E204. Grayscale: #363636. Windows color (decimal): -14737925 or 16456991. OLE color: 16456991.
HSL color Cylindrical-coordinate representation of color #1F1DFB: hue angle of 240.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1DFB is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 29 | 251 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.02 |
| HSL | 240.54º | 0.97% | 0.55% | - |
| HSV(B) | 240.54º | 0.88% | 0.98% | - |
| XYZ | 18.42 | 8.14 | 91.87 | - |
| YUV | 54.91 | 238.66 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 251 | 0.88 | 0.88 | 0 | 0.02 | 240.54 | 0.97 | 0.55 |
| Hex | 1F | 1D | FB | 58 | 58 | 0 | 2 | F1 | 61 | 37 |
| Octal | 37 | 35 | 373 | 130 | 130 | 0 | 2 | 361 | 141 | 67 |
| Binary | 11111 | 11101 | 11111011 | 1011000 | 1011000 | 0 | 10 | 11110001 | 1100001 | 110111 |
Color Harmonies of #1F1DFB
Complementary color
Monochromatic Colors of #1F1DFB
Black with #1F1DFB
Text Example
Text Example
White with #1F1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1DFB; }
p { color: rgb(31,29,251); }
H1.HeaderClassName
{
color: #1F1DFB;
}
.AnyTagClassName
{
color: #1F1DFB;
}
</style>
background-color css
<style>
a { background-color: #1F1DFB; }
a { background-color: rgb(31,29,251); }
div.DivClassName
{
background-color: #1F1DFB;
}
.BgClassName
{
background-color: #1F1DFB;
}
</style>
border-color css
<style>
span { border-color: #1F1DFB; }
span { border-color: rgb(31,29,251); }
td.TdClassName
{
border-color: #1F1DFB;
}
.TagClassName
{
border-color: #1F1DFB;
}
</style>