Shades of Medium Blue #1F07DB
Tints of Medium Blue #1F07DB
RGB
CMYK
RGB Variations
Color information
#1F07DB (or 0x1F07DB) is known color: Medium Blue. HEX triplet: 1F, 07 and DB. RGB value is (31,7,219). Sum of RGB (Red+Green+Blue) = 31+7+219=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F07DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F07DB is #E0F824. Grayscale: #252525. Windows color (decimal): -14743589 or 14354207. OLE color: 14354207.
HSL color Cylindrical-coordinate representation of color #1F07DB: hue angle of 246.79º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F07DB is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 7 | 219 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.14 |
| HSL | 246.79º | 0.94% | 0.44% | - |
| HSV(B) | 246.79º | 0.97% | 0.86% | - |
| XYZ | 13.43 | 5.56 | 67.38 | - |
| YUV | 38.34 | 229.95 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 219 | 0.86 | 0.97 | 0 | 0.14 | 246.79 | 0.94 | 0.44 |
| Hex | 1F | 7 | DB | 56 | 61 | 0 | E | F7 | 5E | 2C |
| Octal | 37 | 7 | 333 | 126 | 141 | 0 | 16 | 367 | 136 | 54 |
| Binary | 11111 | 111 | 11011011 | 1010110 | 1100001 | 0 | 1110 | 11110111 | 1011110 | 101100 |
Color Harmonies of #1F07DB
Complementary color
Monochromatic Colors of #1F07DB
Black with #1F07DB
Text Example
Text Example
White with #1F07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F07DB; }
p { color: rgb(31,7,219); }
H1.HeaderClassName
{
color: #1F07DB;
}
.AnyTagClassName
{
color: #1F07DB;
}
</style>
background-color css
<style>
a { background-color: #1F07DB; }
a { background-color: rgb(31,7,219); }
div.DivClassName
{
background-color: #1F07DB;
}
.BgClassName
{
background-color: #1F07DB;
}
</style>
border-color css
<style>
span { border-color: #1F07DB; }
span { border-color: rgb(31,7,219); }
td.TdClassName
{
border-color: #1F07DB;
}
.TagClassName
{
border-color: #1F07DB;
}
</style>