Shades of Blue #1F2AFF
Tints of Blue #1F2AFF
RGB
CMYK
RGB Variations
Color information
#1F2AFF (or 0x1F2AFF) is known color: Blue. HEX triplet: 1F, 2A and FF. RGB value is (31,42,255). Sum of RGB (Red+Green+Blue) = 31+42+255=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F2AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2AFF is #E0D500. Grayscale: #3E3E3E. Windows color (decimal): -14734593 or 16722463. OLE color: 16722463.
HSL color Cylindrical-coordinate representation of color #1F2AFF: hue angle of 237.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F2AFF is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 42 | 255 | - |
| CMYK | 0.88 | 0.84 | 0 | 0 |
| HSL | 237.05º | 1% | 0.56% | - |
| HSV(B) | 237.05º | 0.88% | 1% | - |
| XYZ | 19.44 | 9.17 | 95.35 | - |
| YUV | 62.99 | 236.36 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 255 | 0.88 | 0.84 | 0 | 0 | 237.05 | 1 | 0.56 |
| Hex | 1F | 2A | FF | 58 | 54 | 0 | 0 | ED | 64 | 38 |
| Octal | 37 | 52 | 377 | 130 | 124 | 0 | 0 | 355 | 144 | 70 |
| Binary | 11111 | 101010 | 11111111 | 1011000 | 1010100 | 0 | 0 | 11101101 | 1100100 | 111000 |
Color Harmonies of #1F2AFF
Complementary color
Monochromatic Colors of #1F2AFF
Black with #1F2AFF
Text Example
Text Example
White with #1F2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2AFF; }
p { color: rgb(31,42,255); }
H1.HeaderClassName
{
color: #1F2AFF;
}
.AnyTagClassName
{
color: #1F2AFF;
}
</style>
background-color css
<style>
a { background-color: #1F2AFF; }
a { background-color: rgb(31,42,255); }
div.DivClassName
{
background-color: #1F2AFF;
}
.BgClassName
{
background-color: #1F2AFF;
}
</style>
border-color css
<style>
span { border-color: #1F2AFF; }
span { border-color: rgb(31,42,255); }
td.TdClassName
{
border-color: #1F2AFF;
}
.TagClassName
{
border-color: #1F2AFF;
}
</style>