Shades of Blue #1F29EF
Tints of Blue #1F29EF
RGB
CMYK
RGB Variations
Color information
#1F29EF (or 0x1F29EF) is known color: Blue. HEX triplet: 1F, 29 and EF. RGB value is (31,41,239). Sum of RGB (Red+Green+Blue) = 31+41+239=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F29EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F29EF is #E0D610. Grayscale: #3B3B3B. Windows color (decimal): -14734865 or 15673631. OLE color: 15673631.
HSL color Cylindrical-coordinate representation of color #1F29EF: hue angle of 237.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F29EF is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 41 | 239 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.06 |
| HSL | 237.12º | 0.87% | 0.53% | - |
| HSV(B) | 237.12º | 0.87% | 0.94% | - |
| XYZ | 16.94 | 8.11 | 82.33 | - |
| YUV | 60.58 | 228.69 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 239 | 0.87 | 0.83 | 0 | 0.06 | 237.12 | 0.87 | 0.53 |
| Hex | 1F | 29 | EF | 57 | 53 | 0 | 6 | ED | 57 | 35 |
| Octal | 37 | 51 | 357 | 127 | 123 | 0 | 6 | 355 | 127 | 65 |
| Binary | 11111 | 101001 | 11101111 | 1010111 | 1010011 | 0 | 110 | 11101101 | 1010111 | 110101 |
Color Harmonies of #1F29EF
Complementary color
Monochromatic Colors of #1F29EF
Black with #1F29EF
Text Example
Text Example
White with #1F29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F29EF; }
p { color: rgb(31,41,239); }
H1.HeaderClassName
{
color: #1F29EF;
}
.AnyTagClassName
{
color: #1F29EF;
}
</style>
background-color css
<style>
a { background-color: #1F29EF; }
a { background-color: rgb(31,41,239); }
div.DivClassName
{
background-color: #1F29EF;
}
.BgClassName
{
background-color: #1F29EF;
}
</style>
border-color css
<style>
span { border-color: #1F29EF; }
span { border-color: rgb(31,41,239); }
td.TdClassName
{
border-color: #1F29EF;
}
.TagClassName
{
border-color: #1F29EF;
}
</style>