Shades of Medium Blue #1F0BDB
Tints of Medium Blue #1F0BDB
RGB
CMYK
RGB Variations
Color information
#1F0BDB (or 0x1F0BDB) is known color: Medium Blue. HEX triplet: 1F, 0B and DB. RGB value is (31,11,219). Sum of RGB (Red+Green+Blue) = 31+11+219=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F0BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0BDB is #E0F424. Grayscale: #272727. Windows color (decimal): -14742565 or 14355231. OLE color: 14355231.
HSL color Cylindrical-coordinate representation of color #1F0BDB: hue angle of 245.77º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0BDB is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 11 | 219 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.14 |
| HSL | 245.77º | 0.9% | 0.45% | - |
| HSV(B) | 245.77º | 0.95% | 0.86% | - |
| XYZ | 13.47 | 5.65 | 67.4 | - |
| YUV | 40.69 | 228.63 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 219 | 0.86 | 0.95 | 0 | 0.14 | 245.77 | 0.9 | 0.45 |
| Hex | 1F | B | DB | 56 | 5F | 0 | E | F6 | 5A | 2D |
| Octal | 37 | 13 | 333 | 126 | 137 | 0 | 16 | 366 | 132 | 55 |
| Binary | 11111 | 1011 | 11011011 | 1010110 | 1011111 | 0 | 1110 | 11110110 | 1011010 | 101101 |
Color Harmonies of #1F0BDB
Complementary color
Monochromatic Colors of #1F0BDB
Black with #1F0BDB
Text Example
Text Example
White with #1F0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0BDB; }
p { color: rgb(31,11,219); }
H1.HeaderClassName
{
color: #1F0BDB;
}
.AnyTagClassName
{
color: #1F0BDB;
}
</style>
background-color css
<style>
a { background-color: #1F0BDB; }
a { background-color: rgb(31,11,219); }
div.DivClassName
{
background-color: #1F0BDB;
}
.BgClassName
{
background-color: #1F0BDB;
}
</style>
border-color css
<style>
span { border-color: #1F0BDB; }
span { border-color: rgb(31,11,219); }
td.TdClassName
{
border-color: #1F0BDB;
}
.TagClassName
{
border-color: #1F0BDB;
}
</style>