Shades of Medium Blue #1C17E0
Tints of Medium Blue #1C17E0
RGB
CMYK
RGB Variations
Color information
#1C17E0 (or 0x1C17E0) is known color: Medium Blue. HEX triplet: 1C, 17 and E0. RGB value is (28,23,224). Sum of RGB (Red+Green+Blue) = 28+23+224=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 224 (87.89% from 255 or 81.45% from 275); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C17E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C17E0 is #E3E81F. Grayscale: #2E2E2E. Windows color (decimal): -14936096 or 14685980. OLE color: 14685980.
HSL color Cylindrical-coordinate representation of color #1C17E0: hue angle of 241.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C17E0 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 23 | 224 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.12 |
| HSL | 241.49º | 0.81% | 0.48% | - |
| HSV(B) | 241.49º | 0.9% | 0.88% | - |
| XYZ | 14.24 | 6.24 | 70.98 | - |
| YUV | 47.41 | 227.66 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 224 | 0.88 | 0.90 | 0 | 0.12 | 241.49 | 0.81 | 0.48 |
| Hex | 1C | 17 | E0 | 58 | 5A | 0 | C | F1 | 51 | 30 |
| Octal | 34 | 27 | 340 | 130 | 132 | 0 | 14 | 361 | 121 | 60 |
| Binary | 11100 | 10111 | 11100000 | 1011000 | 1011010 | 0 | 1100 | 11110001 | 1010001 | 110000 |
Color Harmonies of #1C17E0
Complementary color
Monochromatic Colors of #1C17E0
Black with #1C17E0
Text Example
Text Example
White with #1C17E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C17E0; }
p { color: rgb(28,23,224); }
H1.HeaderClassName
{
color: #1C17E0;
}
.AnyTagClassName
{
color: #1C17E0;
}
</style>
background-color css
<style>
a { background-color: #1C17E0; }
a { background-color: rgb(28,23,224); }
div.DivClassName
{
background-color: #1C17E0;
}
.BgClassName
{
background-color: #1C17E0;
}
</style>
border-color css
<style>
span { border-color: #1C17E0; }
span { border-color: rgb(28,23,224); }
td.TdClassName
{
border-color: #1C17E0;
}
.TagClassName
{
border-color: #1C17E0;
}
</style>