Shades of Medium Blue #1F0DDB
Tints of Medium Blue #1F0DDB
RGB
CMYK
RGB Variations
Color information
#1F0DDB (or 0x1F0DDB) is known color: Medium Blue. HEX triplet: 1F, 0D and DB. RGB value is (31,13,219). Sum of RGB (Red+Green+Blue) = 31+13+219=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0DDB is #E0F224. Grayscale: #292929. Windows color (decimal): -14742053 or 14355743. OLE color: 14355743.
HSL color Cylindrical-coordinate representation of color #1F0DDB: hue angle of 245.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0DDB is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 13 | 219 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.14 |
| HSL | 245.24º | 0.89% | 0.45% | - |
| HSV(B) | 245.24º | 0.94% | 0.86% | - |
| XYZ | 13.5 | 5.69 | 67.41 | - |
| YUV | 41.87 | 227.96 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 219 | 0.86 | 0.94 | 0 | 0.14 | 245.24 | 0.89 | 0.45 |
| Hex | 1F | D | DB | 56 | 5E | 0 | E | F5 | 59 | 2D |
| Octal | 37 | 15 | 333 | 126 | 136 | 0 | 16 | 365 | 131 | 55 |
| Binary | 11111 | 1101 | 11011011 | 1010110 | 1011110 | 0 | 1110 | 11110101 | 1011001 | 101101 |
Color Harmonies of #1F0DDB
Complementary color
Monochromatic Colors of #1F0DDB
Black with #1F0DDB
Text Example
Text Example
White with #1F0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0DDB; }
p { color: rgb(31,13,219); }
H1.HeaderClassName
{
color: #1F0DDB;
}
.AnyTagClassName
{
color: #1F0DDB;
}
</style>
background-color css
<style>
a { background-color: #1F0DDB; }
a { background-color: rgb(31,13,219); }
div.DivClassName
{
background-color: #1F0DDB;
}
.BgClassName
{
background-color: #1F0DDB;
}
</style>
border-color css
<style>
span { border-color: #1F0DDB; }
span { border-color: rgb(31,13,219); }
td.TdClassName
{
border-color: #1F0DDB;
}
.TagClassName
{
border-color: #1F0DDB;
}
</style>