Shades of Medium Blue #1C0EDC
Tints of Medium Blue #1C0EDC
RGB
CMYK
RGB Variations
Color information
#1C0EDC (or 0x1C0EDC) is known color: Medium Blue. HEX triplet: 1C, 0E and DC. RGB value is (28,14,220). Sum of RGB (Red+Green+Blue) = 28+14+220=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C0EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0EDC is #E3F123. Grayscale: #282828. Windows color (decimal): -14938404 or 14421532. OLE color: 14421532.
HSL color Cylindrical-coordinate representation of color #1C0EDC: hue angle of 244.08º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0EDC is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 14 | 220 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.14 |
| HSL | 244.08º | 0.88% | 0.46% | - |
| HSV(B) | 244.08º | 0.94% | 0.86% | - |
| XYZ | 13.55 | 5.73 | 68.1 | - |
| YUV | 41.67 | 228.64 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 220 | 0.87 | 0.94 | 0 | 0.14 | 244.08 | 0.88 | 0.46 |
| Hex | 1C | E | DC | 57 | 5E | 0 | E | F4 | 58 | 2E |
| Octal | 34 | 16 | 334 | 127 | 136 | 0 | 16 | 364 | 130 | 56 |
| Binary | 11100 | 1110 | 11011100 | 1010111 | 1011110 | 0 | 1110 | 11110100 | 1011000 | 101110 |
Color Harmonies of #1C0EDC
Complementary color
Monochromatic Colors of #1C0EDC
Black with #1C0EDC
Text Example
Text Example
White with #1C0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0EDC; }
p { color: rgb(28,14,220); }
H1.HeaderClassName
{
color: #1C0EDC;
}
.AnyTagClassName
{
color: #1C0EDC;
}
</style>
background-color css
<style>
a { background-color: #1C0EDC; }
a { background-color: rgb(28,14,220); }
div.DivClassName
{
background-color: #1C0EDC;
}
.BgClassName
{
background-color: #1C0EDC;
}
</style>
border-color css
<style>
span { border-color: #1C0EDC; }
span { border-color: rgb(28,14,220); }
td.TdClassName
{
border-color: #1C0EDC;
}
.TagClassName
{
border-color: #1C0EDC;
}
</style>