Shades of Blue #1F2DFB
Tints of Blue #1F2DFB
RGB
CMYK
RGB Variations
Color information
#1F2DFB (or 0x1F2DFB) is known color: Blue. HEX triplet: 1F, 2D and FB. RGB value is (31,45,251). Sum of RGB (Red+Green+Blue) = 31+45+251=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F2DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2DFB is #E0D204. Grayscale: #3F3F3F. Windows color (decimal): -14733829 or 16461087. OLE color: 16461087.
HSL color Cylindrical-coordinate representation of color #1F2DFB: hue angle of 236.18º degrees, saturation: 0.96, 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 #1F2DFB is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 45 | 251 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.02 |
| HSL | 236.18º | 0.96% | 0.55% | - |
| HSV(B) | 236.18º | 0.88% | 0.98% | - |
| XYZ | 18.92 | 9.13 | 92.03 | - |
| YUV | 64.3 | 233.36 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 251 | 0.88 | 0.82 | 0 | 0.02 | 236.18 | 0.96 | 0.55 |
| Hex | 1F | 2D | FB | 58 | 52 | 0 | 2 | EC | 60 | 37 |
| Octal | 37 | 55 | 373 | 130 | 122 | 0 | 2 | 354 | 140 | 67 |
| Binary | 11111 | 101101 | 11111011 | 1011000 | 1010010 | 0 | 10 | 11101100 | 1100000 | 110111 |
Color Harmonies of #1F2DFB
Complementary color
Monochromatic Colors of #1F2DFB
Black with #1F2DFB
Text Example
Text Example
White with #1F2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2DFB; }
p { color: rgb(31,45,251); }
H1.HeaderClassName
{
color: #1F2DFB;
}
.AnyTagClassName
{
color: #1F2DFB;
}
</style>
background-color css
<style>
a { background-color: #1F2DFB; }
a { background-color: rgb(31,45,251); }
div.DivClassName
{
background-color: #1F2DFB;
}
.BgClassName
{
background-color: #1F2DFB;
}
</style>
border-color css
<style>
span { border-color: #1F2DFB; }
span { border-color: rgb(31,45,251); }
td.TdClassName
{
border-color: #1F2DFB;
}
.TagClassName
{
border-color: #1F2DFB;
}
</style>