Shades of Medium Blue #1F1BDD
Tints of Medium Blue #1F1BDD
RGB
CMYK
RGB Variations
Color information
#1F1BDD (or 0x1F1BDD) is known color: Medium Blue. HEX triplet: 1F, 1B and DD. RGB value is (31,27,221). Sum of RGB (Red+Green+Blue) = 31+27+221=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F1BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1BDD is #E0E422. Grayscale: #313131. Windows color (decimal): -14738467 or 14490399. OLE color: 14490399.
HSL color Cylindrical-coordinate representation of color #1F1BDD: hue angle of 241.24º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1BDD is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 27 | 221 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.13 |
| HSL | 241.24º | 0.78% | 0.49% | - |
| HSV(B) | 241.24º | 0.88% | 0.87% | - |
| XYZ | 14.01 | 6.3 | 68.88 | - |
| YUV | 50.31 | 224.33 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 27 | 221 | 0.86 | 0.88 | 0 | 0.13 | 241.24 | 0.78 | 0.49 |
| Hex | 1F | 1B | DD | 56 | 58 | 0 | D | F1 | 4E | 31 |
| Octal | 37 | 33 | 335 | 126 | 130 | 0 | 15 | 361 | 116 | 61 |
| Binary | 11111 | 11011 | 11011101 | 1010110 | 1011000 | 0 | 1101 | 11110001 | 1001110 | 110001 |
Color Harmonies of #1F1BDD
Complementary color
Monochromatic Colors of #1F1BDD
Black with #1F1BDD
Text Example
Text Example
White with #1F1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1BDD; }
p { color: rgb(31,27,221); }
H1.HeaderClassName
{
color: #1F1BDD;
}
.AnyTagClassName
{
color: #1F1BDD;
}
</style>
background-color css
<style>
a { background-color: #1F1BDD; }
a { background-color: rgb(31,27,221); }
div.DivClassName
{
background-color: #1F1BDD;
}
.BgClassName
{
background-color: #1F1BDD;
}
</style>
border-color css
<style>
span { border-color: #1F1BDD; }
span { border-color: rgb(31,27,221); }
td.TdClassName
{
border-color: #1F1BDD;
}
.TagClassName
{
border-color: #1F1BDD;
}
</style>