Shades of Medium Blue #1E09CC
Tints of Medium Blue #1E09CC
RGB
CMYK
RGB Variations
Color information
#1E09CC (or 0x1E09CC) is known color: Medium Blue. HEX triplet: 1E, 09 and CC. RGB value is (30,9,204). Sum of RGB (Red+Green+Blue) = 30+9+204=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E09CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E09CC is #E1F633. Grayscale: #242424. Windows color (decimal): -14808628 or 13371678. OLE color: 13371678.
HSL color Cylindrical-coordinate representation of color #1E09CC: hue angle of 246.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E09CC is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 9 | 204 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.2 |
| HSL | 246.46º | 0.92% | 0.42% | - |
| HSV(B) | 246.46º | 0.96% | 0.8% | - |
| XYZ | 11.53 | 4.83 | 57.45 | - |
| YUV | 37.51 | 221.96 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 204 | 0.85 | 0.96 | 0 | 0.2 | 246.46 | 0.92 | 0.42 |
| Hex | 1E | 9 | CC | 55 | 60 | 0 | 14 | F6 | 5C | 2A |
| Octal | 36 | 11 | 314 | 125 | 140 | 0 | 24 | 366 | 134 | 52 |
| Binary | 11110 | 1001 | 11001100 | 1010101 | 1100000 | 0 | 10100 | 11110110 | 1011100 | 101010 |
Color Harmonies of #1E09CC
Complementary color
Monochromatic Colors of #1E09CC
Black with #1E09CC
Text Example
Text Example
White with #1E09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E09CC; }
p { color: rgb(30,9,204); }
H1.HeaderClassName
{
color: #1E09CC;
}
.AnyTagClassName
{
color: #1E09CC;
}
</style>
background-color css
<style>
a { background-color: #1E09CC; }
a { background-color: rgb(30,9,204); }
div.DivClassName
{
background-color: #1E09CC;
}
.BgClassName
{
background-color: #1E09CC;
}
</style>
border-color css
<style>
span { border-color: #1E09CC; }
span { border-color: rgb(30,9,204); }
td.TdClassName
{
border-color: #1E09CC;
}
.TagClassName
{
border-color: #1E09CC;
}
</style>