Shades of Blue #1F2AFB
Tints of Blue #1F2AFB
RGB
CMYK
RGB Variations
Color information
#1F2AFB (or 0x1F2AFB) is known color: Blue. HEX triplet: 1F, 2A and FB. RGB value is (31,42,251). Sum of RGB (Red+Green+Blue) = 31+42+251=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F2AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2AFB is #E0D504. Grayscale: #3D3D3D. Windows color (decimal): -14734597 or 16460319. OLE color: 16460319.
HSL color Cylindrical-coordinate representation of color #1F2AFB: hue angle of 237º 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 #1F2AFB is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 42 | 251 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.02 |
| HSL | 237º | 0.96% | 0.55% | - |
| HSV(B) | 237º | 0.88% | 0.98% | - |
| XYZ | 18.81 | 8.91 | 92 | - |
| YUV | 62.54 | 234.36 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 251 | 0.88 | 0.83 | 0 | 0.02 | 237 | 0.96 | 0.55 |
| Hex | 1F | 2A | FB | 58 | 53 | 0 | 2 | ED | 60 | 37 |
| Octal | 37 | 52 | 373 | 130 | 123 | 0 | 2 | 355 | 140 | 67 |
| Binary | 11111 | 101010 | 11111011 | 1011000 | 1010011 | 0 | 10 | 11101101 | 1100000 | 110111 |
Color Harmonies of #1F2AFB
Complementary color
Monochromatic Colors of #1F2AFB
Black with #1F2AFB
Text Example
Text Example
White with #1F2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2AFB; }
p { color: rgb(31,42,251); }
H1.HeaderClassName
{
color: #1F2AFB;
}
.AnyTagClassName
{
color: #1F2AFB;
}
</style>
background-color css
<style>
a { background-color: #1F2AFB; }
a { background-color: rgb(31,42,251); }
div.DivClassName
{
background-color: #1F2AFB;
}
.BgClassName
{
background-color: #1F2AFB;
}
</style>
border-color css
<style>
span { border-color: #1F2AFB; }
span { border-color: rgb(31,42,251); }
td.TdClassName
{
border-color: #1F2AFB;
}
.TagClassName
{
border-color: #1F2AFB;
}
</style>