Shades of Medium Blue #1F11DB
Tints of Medium Blue #1F11DB
RGB
CMYK
RGB Variations
Color information
#1F11DB (or 0x1F11DB) is known color: Medium Blue. HEX triplet: 1F, 11 and DB. RGB value is (31,17,219). Sum of RGB (Red+Green+Blue) = 31+17+219=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F11DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F11DB is #E0EE24. Grayscale: #2B2B2B. Windows color (decimal): -14741029 or 14356767. OLE color: 14356767.
HSL color Cylindrical-coordinate representation of color #1F11DB: hue angle of 244.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F11DB is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 17 | 219 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.14 |
| HSL | 244.16º | 0.86% | 0.46% | - |
| HSV(B) | 244.16º | 0.92% | 0.86% | - |
| XYZ | 13.55 | 5.81 | 67.42 | - |
| YUV | 44.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 219 | 0.86 | 0.92 | 0 | 0.14 | 244.16 | 0.86 | 0.46 |
| Hex | 1F | 11 | DB | 56 | 5C | 0 | E | F4 | 56 | 2E |
| Octal | 37 | 21 | 333 | 126 | 134 | 0 | 16 | 364 | 126 | 56 |
| Binary | 11111 | 10001 | 11011011 | 1010110 | 1011100 | 0 | 1110 | 11110100 | 1010110 | 101110 |
Color Harmonies of #1F11DB
Complementary color
Monochromatic Colors of #1F11DB
Black with #1F11DB
Text Example
Text Example
White with #1F11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F11DB; }
p { color: rgb(31,17,219); }
H1.HeaderClassName
{
color: #1F11DB;
}
.AnyTagClassName
{
color: #1F11DB;
}
</style>
background-color css
<style>
a { background-color: #1F11DB; }
a { background-color: rgb(31,17,219); }
div.DivClassName
{
background-color: #1F11DB;
}
.BgClassName
{
background-color: #1F11DB;
}
</style>
border-color css
<style>
span { border-color: #1F11DB; }
span { border-color: rgb(31,17,219); }
td.TdClassName
{
border-color: #1F11DB;
}
.TagClassName
{
border-color: #1F11DB;
}
</style>