Shades of Medium Blue #1C07E0
Tints of Medium Blue #1C07E0
RGB
CMYK
RGB Variations
Color information
#1C07E0 (or 0x1C07E0) is known color: Medium Blue. HEX triplet: 1C, 07 and E0. RGB value is (28,7,224). Sum of RGB (Red+Green+Blue) = 28+7+224=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 224 (87.89% from 255 or 86.49% from 259); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C07E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C07E0 is #E3F81F. Grayscale: #252525. Windows color (decimal): -14940192 or 14681884. OLE color: 14681884.
HSL color Cylindrical-coordinate representation of color #1C07E0: hue angle of 245.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C07E0 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 7 | 224 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.12 |
| HSL | 245.81º | 0.94% | 0.45% | - |
| HSV(B) | 245.81º | 0.97% | 0.88% | - |
| XYZ | 14.01 | 5.78 | 70.9 | - |
| YUV | 38.02 | 232.96 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 224 | 0.88 | 0.97 | 0 | 0.12 | 245.81 | 0.94 | 0.45 |
| Hex | 1C | 7 | E0 | 58 | 61 | 0 | C | F6 | 5E | 2D |
| Octal | 34 | 7 | 340 | 130 | 141 | 0 | 14 | 366 | 136 | 55 |
| Binary | 11100 | 111 | 11100000 | 1011000 | 1100001 | 0 | 1100 | 11110110 | 1011110 | 101101 |
Color Harmonies of #1C07E0
Complementary color
Monochromatic Colors of #1C07E0
Black with #1C07E0
Text Example
Text Example
White with #1C07E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C07E0; }
p { color: rgb(28,7,224); }
H1.HeaderClassName
{
color: #1C07E0;
}
.AnyTagClassName
{
color: #1C07E0;
}
</style>
background-color css
<style>
a { background-color: #1C07E0; }
a { background-color: rgb(28,7,224); }
div.DivClassName
{
background-color: #1C07E0;
}
.BgClassName
{
background-color: #1C07E0;
}
</style>
border-color css
<style>
span { border-color: #1C07E0; }
span { border-color: rgb(28,7,224); }
td.TdClassName
{
border-color: #1C07E0;
}
.TagClassName
{
border-color: #1C07E0;
}
</style>