Shades of Blue #1F2BF1
Tints of Blue #1F2BF1
RGB
CMYK
RGB Variations
Color information
#1F2BF1 (or 0x1F2BF1) is known color: Blue. HEX triplet: 1F, 2B and F1. RGB value is (31,43,241). Sum of RGB (Red+Green+Blue) = 31+43+241=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F2BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2BF1 is #E0D40E. Grayscale: #3D3D3D. Windows color (decimal): -14734351 or 15805215. OLE color: 15805215.
HSL color Cylindrical-coordinate representation of color #1F2BF1: hue angle of 236.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F2BF1 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 43 | 241 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.05 |
| HSL | 236.57º | 0.88% | 0.53% | - |
| HSV(B) | 236.57º | 0.87% | 0.95% | - |
| XYZ | 17.31 | 8.37 | 83.92 | - |
| YUV | 61.98 | 229.02 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 241 | 0.87 | 0.82 | 0 | 0.05 | 236.57 | 0.88 | 0.53 |
| Hex | 1F | 2B | F1 | 57 | 52 | 0 | 5 | ED | 58 | 35 |
| Octal | 37 | 53 | 361 | 127 | 122 | 0 | 5 | 355 | 130 | 65 |
| Binary | 11111 | 101011 | 11110001 | 1010111 | 1010010 | 0 | 101 | 11101101 | 1011000 | 110101 |
Color Harmonies of #1F2BF1
Complementary color
Monochromatic Colors of #1F2BF1
Black with #1F2BF1
Text Example
Text Example
White with #1F2BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2BF1; }
p { color: rgb(31,43,241); }
H1.HeaderClassName
{
color: #1F2BF1;
}
.AnyTagClassName
{
color: #1F2BF1;
}
</style>
background-color css
<style>
a { background-color: #1F2BF1; }
a { background-color: rgb(31,43,241); }
div.DivClassName
{
background-color: #1F2BF1;
}
.BgClassName
{
background-color: #1F2BF1;
}
</style>
border-color css
<style>
span { border-color: #1F2BF1; }
span { border-color: rgb(31,43,241); }
td.TdClassName
{
border-color: #1F2BF1;
}
.TagClassName
{
border-color: #1F2BF1;
}
</style>