Shades of Medium Blue #1F1DDD
Tints of Medium Blue #1F1DDD
RGB
CMYK
RGB Variations
Color information
#1F1DDD (or 0x1F1DDD) is known color: Medium Blue. HEX triplet: 1F, 1D and DD. RGB value is (31,29,221). Sum of RGB (Red+Green+Blue) = 31+29+221=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F1DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1DDD is #E0E222. Grayscale: #323232. Windows color (decimal): -14737955 or 14490911. OLE color: 14490911.
HSL color Cylindrical-coordinate representation of color #1F1DDD: hue angle of 240.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1DDD is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 29 | 221 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.13 |
| HSL | 240.63º | 0.77% | 0.49% | - |
| HSV(B) | 240.63º | 0.87% | 0.87% | - |
| XYZ | 14.06 | 6.39 | 68.9 | - |
| YUV | 51.49 | 223.66 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 221 | 0.86 | 0.87 | 0 | 0.13 | 240.63 | 0.77 | 0.49 |
| Hex | 1F | 1D | DD | 56 | 57 | 0 | D | F1 | 4D | 31 |
| Octal | 37 | 35 | 335 | 126 | 127 | 0 | 15 | 361 | 115 | 61 |
| Binary | 11111 | 11101 | 11011101 | 1010110 | 1010111 | 0 | 1101 | 11110001 | 1001101 | 110001 |
Color Harmonies of #1F1DDD
Complementary color
Monochromatic Colors of #1F1DDD
Black with #1F1DDD
Text Example
Text Example
White with #1F1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1DDD; }
p { color: rgb(31,29,221); }
H1.HeaderClassName
{
color: #1F1DDD;
}
.AnyTagClassName
{
color: #1F1DDD;
}
</style>
background-color css
<style>
a { background-color: #1F1DDD; }
a { background-color: rgb(31,29,221); }
div.DivClassName
{
background-color: #1F1DDD;
}
.BgClassName
{
background-color: #1F1DDD;
}
</style>
border-color css
<style>
span { border-color: #1F1DDD; }
span { border-color: rgb(31,29,221); }
td.TdClassName
{
border-color: #1F1DDD;
}
.TagClassName
{
border-color: #1F1DDD;
}
</style>