Shades of Medium Blue #1F08DC
Tints of Medium Blue #1F08DC
RGB
CMYK
RGB Variations
Color information
#1F08DC (or 0x1F08DC) is known color: Medium Blue. HEX triplet: 1F, 08 and DC. RGB value is (31,8,220). Sum of RGB (Red+Green+Blue) = 31+8+220=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F08DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F08DC is #E0F723. Grayscale: #262626. Windows color (decimal): -14743332 or 14419999. OLE color: 14419999.
HSL color Cylindrical-coordinate representation of color #1F08DC: hue angle of 246.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F08DC is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 8 | 220 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.14 |
| HSL | 246.51º | 0.93% | 0.45% | - |
| HSV(B) | 246.51º | 0.96% | 0.86% | - |
| XYZ | 13.57 | 5.63 | 68.08 | - |
| YUV | 39.05 | 230.12 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 220 | 0.86 | 0.96 | 0 | 0.14 | 246.51 | 0.93 | 0.45 |
| Hex | 1F | 8 | DC | 56 | 60 | 0 | E | F7 | 5D | 2D |
| Octal | 37 | 10 | 334 | 126 | 140 | 0 | 16 | 367 | 135 | 55 |
| Binary | 11111 | 1000 | 11011100 | 1010110 | 1100000 | 0 | 1110 | 11110111 | 1011101 | 101101 |
Color Harmonies of #1F08DC
Complementary color
Monochromatic Colors of #1F08DC
Black with #1F08DC
Text Example
Text Example
White with #1F08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F08DC; }
p { color: rgb(31,8,220); }
H1.HeaderClassName
{
color: #1F08DC;
}
.AnyTagClassName
{
color: #1F08DC;
}
</style>
background-color css
<style>
a { background-color: #1F08DC; }
a { background-color: rgb(31,8,220); }
div.DivClassName
{
background-color: #1F08DC;
}
.BgClassName
{
background-color: #1F08DC;
}
</style>
border-color css
<style>
span { border-color: #1F08DC; }
span { border-color: rgb(31,8,220); }
td.TdClassName
{
border-color: #1F08DC;
}
.TagClassName
{
border-color: #1F08DC;
}
</style>