Shades of Medium Blue #1F08BC
Tints of Medium Blue #1F08BC
RGB
CMYK
RGB Variations
Color information
#1F08BC (or 0x1F08BC) is known color: Medium Blue. HEX triplet: 1F, 08 and BC. RGB value is (31,8,188). Sum of RGB (Red+Green+Blue) = 31+8+188=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F08BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F08BC is #E0F743. Grayscale: #222222. Windows color (decimal): -14743364 or 12322847. OLE color: 12322847.
HSL color Cylindrical-coordinate representation of color #1F08BC: hue angle of 247.67º degrees, saturation: 0.92, 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 #1F08BC is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 8 | 188 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.26 |
| HSL | 247.67º | 0.92% | 0.38% | - |
| HSV(B) | 247.67º | 0.96% | 0.74% | - |
| XYZ | 9.73 | 4.1 | 47.85 | - |
| YUV | 35.4 | 214.12 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 188 | 0.84 | 0.96 | 0 | 0.26 | 247.67 | 0.92 | 0.38 |
| Hex | 1F | 8 | BC | 54 | 60 | 0 | 1A | F8 | 5C | 26 |
| Octal | 37 | 10 | 274 | 124 | 140 | 0 | 32 | 370 | 134 | 46 |
| Binary | 11111 | 1000 | 10111100 | 1010100 | 1100000 | 0 | 11010 | 11111000 | 1011100 | 100110 |
Color Harmonies of #1F08BC
Complementary color
Monochromatic Colors of #1F08BC
Black with #1F08BC
Text Example
Text Example
White with #1F08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F08BC; }
p { color: rgb(31,8,188); }
H1.HeaderClassName
{
color: #1F08BC;
}
.AnyTagClassName
{
color: #1F08BC;
}
</style>
background-color css
<style>
a { background-color: #1F08BC; }
a { background-color: rgb(31,8,188); }
div.DivClassName
{
background-color: #1F08BC;
}
.BgClassName
{
background-color: #1F08BC;
}
</style>
border-color css
<style>
span { border-color: #1F08BC; }
span { border-color: rgb(31,8,188); }
td.TdClassName
{
border-color: #1F08BC;
}
.TagClassName
{
border-color: #1F08BC;
}
</style>