Shades of Medium Blue #1C09CE
Tints of Medium Blue #1C09CE
RGB
CMYK
RGB Variations
Color information
#1C09CE (or 0x1C09CE) is known color: Medium Blue. HEX triplet: 1C, 09 and CE. RGB value is (28,9,206). Sum of RGB (Red+Green+Blue) = 28+9+206=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C09CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C09CE is #E3F631. Grayscale: #242424. Windows color (decimal): -14939698 or 13502748. OLE color: 13502748.
HSL color Cylindrical-coordinate representation of color #1C09CE: hue angle of 245.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C09CE is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 9 | 206 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.19 |
| HSL | 245.79º | 0.92% | 0.42% | - |
| HSV(B) | 245.79º | 0.96% | 0.81% | - |
| XYZ | 11.72 | 4.9 | 58.72 | - |
| YUV | 37.14 | 223.29 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 206 | 0.86 | 0.96 | 0 | 0.19 | 245.79 | 0.92 | 0.42 |
| Hex | 1C | 9 | CE | 56 | 60 | 0 | 13 | F6 | 5C | 2A |
| Octal | 34 | 11 | 316 | 126 | 140 | 0 | 23 | 366 | 134 | 52 |
| Binary | 11100 | 1001 | 11001110 | 1010110 | 1100000 | 0 | 10011 | 11110110 | 1011100 | 101010 |
Color Harmonies of #1C09CE
Complementary color
Monochromatic Colors of #1C09CE
Black with #1C09CE
Text Example
Text Example
White with #1C09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C09CE; }
p { color: rgb(28,9,206); }
H1.HeaderClassName
{
color: #1C09CE;
}
.AnyTagClassName
{
color: #1C09CE;
}
</style>
background-color css
<style>
a { background-color: #1C09CE; }
a { background-color: rgb(28,9,206); }
div.DivClassName
{
background-color: #1C09CE;
}
.BgClassName
{
background-color: #1C09CE;
}
</style>
border-color css
<style>
span { border-color: #1C09CE; }
span { border-color: rgb(28,9,206); }
td.TdClassName
{
border-color: #1C09CE;
}
.TagClassName
{
border-color: #1C09CE;
}
</style>