Shades of Blue #1F1DF3
Tints of Blue #1F1DF3
RGB
CMYK
RGB Variations
Color information
#1F1DF3 (or 0x1F1DF3) is known color: Blue. HEX triplet: 1F, 1D and F3. RGB value is (31,29,243). Sum of RGB (Red+Green+Blue) = 31+29+243=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 243 (95.31% from 255 or 80.20% from 303); Max value from RGB is 243 - color contains mainly: blue. Hex color #1F1DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F1DF3 is #E0E20C. Grayscale: #353535. Windows color (decimal): -14737933 or 15932703. OLE color: 15932703.
HSL color Cylindrical-coordinate representation of color #1F1DF3: hue angle of 240.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1DF3 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 29 | 243 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.05 |
| HSL | 240.56º | 0.9% | 0.53% | - |
| HSV(B) | 240.56º | 0.88% | 0.95% | - |
| XYZ | 17.18 | 7.64 | 85.36 | - |
| YUV | 53.99 | 234.66 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 243 | 0.87 | 0.88 | 0 | 0.05 | 240.56 | 0.9 | 0.53 |
| Hex | 1F | 1D | F3 | 57 | 58 | 0 | 5 | F1 | 5A | 35 |
| Octal | 37 | 35 | 363 | 127 | 130 | 0 | 5 | 361 | 132 | 65 |
| Binary | 11111 | 11101 | 11110011 | 1010111 | 1011000 | 0 | 101 | 11110001 | 1011010 | 110101 |
Color Harmonies of #1F1DF3
Complementary color
Monochromatic Colors of #1F1DF3
Black with #1F1DF3
Text Example
Text Example
White with #1F1DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1DF3; }
p { color: rgb(31,29,243); }
H1.HeaderClassName
{
color: #1F1DF3;
}
.AnyTagClassName
{
color: #1F1DF3;
}
</style>
background-color css
<style>
a { background-color: #1F1DF3; }
a { background-color: rgb(31,29,243); }
div.DivClassName
{
background-color: #1F1DF3;
}
.BgClassName
{
background-color: #1F1DF3;
}
</style>
border-color css
<style>
span { border-color: #1F1DF3; }
span { border-color: rgb(31,29,243); }
td.TdClassName
{
border-color: #1F1DF3;
}
.TagClassName
{
border-color: #1F1DF3;
}
</style>