Shades of Blue #1F2AFE
Tints of Blue #1F2AFE
RGB
CMYK
RGB Variations
Color information
#1F2AFE (or 0x1F2AFE) is known color: Blue. HEX triplet: 1F, 2A and FE. RGB value is (31,42,254). Sum of RGB (Red+Green+Blue) = 31+42+254=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F2AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2AFE is #E0D501. Grayscale: #3E3E3E. Windows color (decimal): -14734594 or 16656927. OLE color: 16656927.
HSL color Cylindrical-coordinate representation of color #1F2AFE: hue angle of 237.04º 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 #1F2AFE is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 42 | 254 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.00 |
| HSL | 237.04º | 0.99% | 0.56% | - |
| HSV(B) | 237.04º | 0.88% | 1% | - |
| XYZ | 19.28 | 9.1 | 94.51 | - |
| YUV | 62.88 | 235.86 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 254 | 0.88 | 0.83 | 0 | 0.00 | 237.04 | 0.99 | 0.56 |
| Hex | 1F | 2A | FE | 58 | 53 | 0 | 0 | ED | 63 | 38 |
| Octal | 37 | 52 | 376 | 130 | 123 | 0 | 0 | 355 | 143 | 70 |
| Binary | 11111 | 101010 | 11111110 | 1011000 | 1010011 | 0 | 0 | 11101101 | 1100011 | 111000 |
Color Harmonies of #1F2AFE
Complementary color
Monochromatic Colors of #1F2AFE
Black with #1F2AFE
Text Example
Text Example
White with #1F2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2AFE; }
p { color: rgb(31,42,254); }
H1.HeaderClassName
{
color: #1F2AFE;
}
.AnyTagClassName
{
color: #1F2AFE;
}
</style>
background-color css
<style>
a { background-color: #1F2AFE; }
a { background-color: rgb(31,42,254); }
div.DivClassName
{
background-color: #1F2AFE;
}
.BgClassName
{
background-color: #1F2AFE;
}
</style>
border-color css
<style>
span { border-color: #1F2AFE; }
span { border-color: rgb(31,42,254); }
td.TdClassName
{
border-color: #1F2AFE;
}
.TagClassName
{
border-color: #1F2AFE;
}
</style>