Shades of Medium Blue #1F17CC
Tints of Medium Blue #1F17CC
RGB
CMYK
RGB Variations
Color information
#1F17CC (or 0x1F17CC) is known color: Medium Blue. HEX triplet: 1F, 17 and CC. RGB value is (31,23,204). Sum of RGB (Red+Green+Blue) = 31+23+204=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F17CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17CC is #E0E833. Grayscale: #2D2D2D. Windows color (decimal): -14739508 or 13375263. OLE color: 13375263.
HSL color Cylindrical-coordinate representation of color #1F17CC: hue angle of 242.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F17CC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 23 | 204 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.2 |
| HSL | 242.65º | 0.8% | 0.45% | - |
| HSV(B) | 242.65º | 0.89% | 0.8% | - |
| XYZ | 11.77 | 5.26 | 57.52 | - |
| YUV | 46.03 | 217.15 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 204 | 0.85 | 0.89 | 0 | 0.2 | 242.65 | 0.8 | 0.45 |
| Hex | 1F | 17 | CC | 55 | 59 | 0 | 14 | F3 | 50 | 2D |
| Octal | 37 | 27 | 314 | 125 | 131 | 0 | 24 | 363 | 120 | 55 |
| Binary | 11111 | 10111 | 11001100 | 1010101 | 1011001 | 0 | 10100 | 11110011 | 1010000 | 101101 |
Color Harmonies of #1F17CC
Complementary color
Monochromatic Colors of #1F17CC
Black with #1F17CC
Text Example
Text Example
White with #1F17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17CC; }
p { color: rgb(31,23,204); }
H1.HeaderClassName
{
color: #1F17CC;
}
.AnyTagClassName
{
color: #1F17CC;
}
</style>
background-color css
<style>
a { background-color: #1F17CC; }
a { background-color: rgb(31,23,204); }
div.DivClassName
{
background-color: #1F17CC;
}
.BgClassName
{
background-color: #1F17CC;
}
</style>
border-color css
<style>
span { border-color: #1F17CC; }
span { border-color: rgb(31,23,204); }
td.TdClassName
{
border-color: #1F17CC;
}
.TagClassName
{
border-color: #1F17CC;
}
</style>