Shades of Blue #1F2BFA
Tints of Blue #1F2BFA
RGB
CMYK
RGB Variations
Color information
#1F2BFA (or 0x1F2BFA) is known color: Blue. HEX triplet: 1F, 2B and FA. RGB value is (31,43,250). Sum of RGB (Red+Green+Blue) = 31+43+250=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F2BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2BFA is #E0D405. Grayscale: #3E3E3E. Windows color (decimal): -14734342 or 16395039. OLE color: 16395039.
HSL color Cylindrical-coordinate representation of color #1F2BFA: hue angle of 236.71º 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 #1F2BFA is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 43 | 250 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.02 |
| HSL | 236.71º | 0.96% | 0.55% | - |
| HSV(B) | 236.71º | 0.88% | 0.98% | - |
| XYZ | 18.68 | 8.92 | 91.18 | - |
| YUV | 63.01 | 233.52 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 250 | 0.88 | 0.83 | 0 | 0.02 | 236.71 | 0.96 | 0.55 |
| Hex | 1F | 2B | FA | 58 | 53 | 0 | 2 | ED | 60 | 37 |
| Octal | 37 | 53 | 372 | 130 | 123 | 0 | 2 | 355 | 140 | 67 |
| Binary | 11111 | 101011 | 11111010 | 1011000 | 1010011 | 0 | 10 | 11101101 | 1100000 | 110111 |
Color Harmonies of #1F2BFA
Complementary color
Monochromatic Colors of #1F2BFA
Black with #1F2BFA
Text Example
Text Example
White with #1F2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2BFA; }
p { color: rgb(31,43,250); }
H1.HeaderClassName
{
color: #1F2BFA;
}
.AnyTagClassName
{
color: #1F2BFA;
}
</style>
background-color css
<style>
a { background-color: #1F2BFA; }
a { background-color: rgb(31,43,250); }
div.DivClassName
{
background-color: #1F2BFA;
}
.BgClassName
{
background-color: #1F2BFA;
}
</style>
border-color css
<style>
span { border-color: #1F2BFA; }
span { border-color: rgb(31,43,250); }
td.TdClassName
{
border-color: #1F2BFA;
}
.TagClassName
{
border-color: #1F2BFA;
}
</style>