Shades of Medium Blue #1F17DC
Tints of Medium Blue #1F17DC
RGB
CMYK
RGB Variations
Color information
#1F17DC (or 0x1F17DC) is known color: Medium Blue. HEX triplet: 1F, 17 and DC. RGB value is (31,23,220). Sum of RGB (Red+Green+Blue) = 31+23+220=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F17DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17DC is #E0E823. Grayscale: #2F2F2F. Windows color (decimal): -14739492 or 14423839. OLE color: 14423839.
HSL color Cylindrical-coordinate representation of color #1F17DC: hue angle of 242.44º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F17DC is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 23 | 220 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.14 |
| HSL | 242.44º | 0.81% | 0.48% | - |
| HSV(B) | 242.44º | 0.9% | 0.86% | - |
| XYZ | 13.79 | 6.07 | 68.16 | - |
| YUV | 47.85 | 225.15 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 220 | 0.86 | 0.90 | 0 | 0.14 | 242.44 | 0.81 | 0.48 |
| Hex | 1F | 17 | DC | 56 | 5A | 0 | E | F2 | 51 | 30 |
| Octal | 37 | 27 | 334 | 126 | 132 | 0 | 16 | 362 | 121 | 60 |
| Binary | 11111 | 10111 | 11011100 | 1010110 | 1011010 | 0 | 1110 | 11110010 | 1010001 | 110000 |
Color Harmonies of #1F17DC
Complementary color
Monochromatic Colors of #1F17DC
Black with #1F17DC
Text Example
Text Example
White with #1F17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17DC; }
p { color: rgb(31,23,220); }
H1.HeaderClassName
{
color: #1F17DC;
}
.AnyTagClassName
{
color: #1F17DC;
}
</style>
background-color css
<style>
a { background-color: #1F17DC; }
a { background-color: rgb(31,23,220); }
div.DivClassName
{
background-color: #1F17DC;
}
.BgClassName
{
background-color: #1F17DC;
}
</style>
border-color css
<style>
span { border-color: #1F17DC; }
span { border-color: rgb(31,23,220); }
td.TdClassName
{
border-color: #1F17DC;
}
.TagClassName
{
border-color: #1F17DC;
}
</style>