Shades of Medium Blue #1C17D6
Tints of Medium Blue #1C17D6
RGB
CMYK
RGB Variations
Color information
#1C17D6 (or 0x1C17D6) is known color: Medium Blue. HEX triplet: 1C, 17 and D6. RGB value is (28,23,214). Sum of RGB (Red+Green+Blue) = 28+23+214=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 214 (83.98% from 255 or 80.75% from 265); Max value from RGB is 214 - color contains mainly: blue. Hex color #1C17D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C17D6 is #E3E829. Grayscale: #2D2D2D. Windows color (decimal): -14936106 or 14030620. OLE color: 14030620.
HSL color Cylindrical-coordinate representation of color #1C17D6: hue angle of 241.57º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C17D6 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 23 | 214 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.16 |
| HSL | 241.57º | 0.81% | 0.46% | - |
| HSV(B) | 241.57º | 0.89% | 0.84% | - |
| XYZ | 12.92 | 5.71 | 64.04 | - |
| YUV | 46.27 | 222.66 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 214 | 0.87 | 0.89 | 0 | 0.16 | 241.57 | 0.81 | 0.46 |
| Hex | 1C | 17 | D6 | 57 | 59 | 0 | 10 | F2 | 51 | 2E |
| Octal | 34 | 27 | 326 | 127 | 131 | 0 | 20 | 362 | 121 | 56 |
| Binary | 11100 | 10111 | 11010110 | 1010111 | 1011001 | 0 | 10000 | 11110010 | 1010001 | 101110 |
Color Harmonies of #1C17D6
Complementary color
Monochromatic Colors of #1C17D6
Black with #1C17D6
Text Example
Text Example
White with #1C17D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C17D6; }
p { color: rgb(28,23,214); }
H1.HeaderClassName
{
color: #1C17D6;
}
.AnyTagClassName
{
color: #1C17D6;
}
</style>
background-color css
<style>
a { background-color: #1C17D6; }
a { background-color: rgb(28,23,214); }
div.DivClassName
{
background-color: #1C17D6;
}
.BgClassName
{
background-color: #1C17D6;
}
</style>
border-color css
<style>
span { border-color: #1C17D6; }
span { border-color: rgb(28,23,214); }
td.TdClassName
{
border-color: #1C17D6;
}
.TagClassName
{
border-color: #1C17D6;
}
</style>