Shades of Blue #1F2BFE
Tints of Blue #1F2BFE
RGB
CMYK
RGB Variations
Color information
#1F2BFE (or 0x1F2BFE) is known color: Blue. HEX triplet: 1F, 2B and FE. RGB value is (31,43,254). Sum of RGB (Red+Green+Blue) = 31+43+254=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 254 (99.61% from 255 or 77.44% from 328); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F2BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2BFE is #E0D401. Grayscale: #3E3E3E. Windows color (decimal): -14734338 or 16657183. OLE color: 16657183.
HSL color Cylindrical-coordinate representation of color #1F2BFE: hue angle of 236.77º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F2BFE is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 43 | 254 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.00 |
| HSL | 236.77º | 0.99% | 0.56% | - |
| HSV(B) | 236.77º | 0.88% | 1% | - |
| XYZ | 19.32 | 9.17 | 94.52 | - |
| YUV | 63.47 | 235.52 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 254 | 0.88 | 0.83 | 0 | 0.00 | 236.77 | 0.99 | 0.56 |
| Hex | 1F | 2B | FE | 58 | 53 | 0 | 0 | ED | 63 | 38 |
| Octal | 37 | 53 | 376 | 130 | 123 | 0 | 0 | 355 | 143 | 70 |
| Binary | 11111 | 101011 | 11111110 | 1011000 | 1010011 | 0 | 0 | 11101101 | 1100011 | 111000 |
Color Harmonies of #1F2BFE
Complementary color
Monochromatic Colors of #1F2BFE
Black with #1F2BFE
Text Example
Text Example
White with #1F2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2BFE; }
p { color: rgb(31,43,254); }
H1.HeaderClassName
{
color: #1F2BFE;
}
.AnyTagClassName
{
color: #1F2BFE;
}
</style>
background-color css
<style>
a { background-color: #1F2BFE; }
a { background-color: rgb(31,43,254); }
div.DivClassName
{
background-color: #1F2BFE;
}
.BgClassName
{
background-color: #1F2BFE;
}
</style>
border-color css
<style>
span { border-color: #1F2BFE; }
span { border-color: rgb(31,43,254); }
td.TdClassName
{
border-color: #1F2BFE;
}
.TagClassName
{
border-color: #1F2BFE;
}
</style>