Shades of Medium Blue #1F07BC
Tints of Medium Blue #1F07BC
RGB
CMYK
RGB Variations
Color information
#1F07BC (or 0x1F07BC) is known color: Medium Blue. HEX triplet: 1F, 07 and BC. RGB value is (31,7,188). Sum of RGB (Red+Green+Blue) = 31+7+188=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F07BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F07BC is #E0F843. Grayscale: #222222. Windows color (decimal): -14743620 or 12322591. OLE color: 12322591.
HSL color Cylindrical-coordinate representation of color #1F07BC: hue angle of 247.96º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F07BC is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 7 | 188 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.26 |
| HSL | 247.96º | 0.93% | 0.38% | - |
| HSV(B) | 247.96º | 0.96% | 0.74% | - |
| XYZ | 9.72 | 4.07 | 47.85 | - |
| YUV | 34.81 | 214.45 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 188 | 0.84 | 0.96 | 0 | 0.26 | 247.96 | 0.93 | 0.38 |
| Hex | 1F | 7 | BC | 54 | 60 | 0 | 1A | F8 | 5D | 26 |
| Octal | 37 | 7 | 274 | 124 | 140 | 0 | 32 | 370 | 135 | 46 |
| Binary | 11111 | 111 | 10111100 | 1010100 | 1100000 | 0 | 11010 | 11111000 | 1011101 | 100110 |
Color Harmonies of #1F07BC
Complementary color
Monochromatic Colors of #1F07BC
Black with #1F07BC
Text Example
Text Example
White with #1F07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F07BC; }
p { color: rgb(31,7,188); }
H1.HeaderClassName
{
color: #1F07BC;
}
.AnyTagClassName
{
color: #1F07BC;
}
</style>
background-color css
<style>
a { background-color: #1F07BC; }
a { background-color: rgb(31,7,188); }
div.DivClassName
{
background-color: #1F07BC;
}
.BgClassName
{
background-color: #1F07BC;
}
</style>
border-color css
<style>
span { border-color: #1F07BC; }
span { border-color: rgb(31,7,188); }
td.TdClassName
{
border-color: #1F07BC;
}
.TagClassName
{
border-color: #1F07BC;
}
</style>