Shades of Medium Blue #1C09E0
Tints of Medium Blue #1C09E0
RGB
CMYK
RGB Variations
Color information
#1C09E0 (or 0x1C09E0) is known color: Medium Blue. HEX triplet: 1C, 09 and E0. RGB value is (28,9,224). Sum of RGB (Red+Green+Blue) = 28+9+224=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 224 (87.89% from 255 or 85.82% from 261); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C09E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C09E0 is #E3F61F. Grayscale: #262626. Windows color (decimal): -14939680 or 14682396. OLE color: 14682396.
HSL color Cylindrical-coordinate representation of color #1C09E0: hue angle of 245.3º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C09E0 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 9 | 224 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.12 |
| HSL | 245.3º | 0.92% | 0.46% | - |
| HSV(B) | 245.3º | 0.96% | 0.88% | - |
| XYZ | 14.03 | 5.82 | 70.91 | - |
| YUV | 39.19 | 232.29 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 224 | 0.88 | 0.96 | 0 | 0.12 | 245.3 | 0.92 | 0.46 |
| Hex | 1C | 9 | E0 | 58 | 60 | 0 | C | F5 | 5C | 2E |
| Octal | 34 | 11 | 340 | 130 | 140 | 0 | 14 | 365 | 134 | 56 |
| Binary | 11100 | 1001 | 11100000 | 1011000 | 1100000 | 0 | 1100 | 11110101 | 1011100 | 101110 |
Color Harmonies of #1C09E0
Complementary color
Monochromatic Colors of #1C09E0
Black with #1C09E0
Text Example
Text Example
White with #1C09E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C09E0; }
p { color: rgb(28,9,224); }
H1.HeaderClassName
{
color: #1C09E0;
}
.AnyTagClassName
{
color: #1C09E0;
}
</style>
background-color css
<style>
a { background-color: #1C09E0; }
a { background-color: rgb(28,9,224); }
div.DivClassName
{
background-color: #1C09E0;
}
.BgClassName
{
background-color: #1C09E0;
}
</style>
border-color css
<style>
span { border-color: #1C09E0; }
span { border-color: rgb(28,9,224); }
td.TdClassName
{
border-color: #1C09E0;
}
.TagClassName
{
border-color: #1C09E0;
}
</style>