Shades of Medium Blue #1E09CD
Tints of Medium Blue #1E09CD
RGB
CMYK
RGB Variations
Color information
#1E09CD (or 0x1E09CD) is known color: Medium Blue. HEX triplet: 1E, 09 and CD. RGB value is (30,9,205). Sum of RGB (Red+Green+Blue) = 30+9+205=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E09CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E09CD is #E1F632. Grayscale: #242424. Windows color (decimal): -14808627 or 13437214. OLE color: 13437214.
HSL color Cylindrical-coordinate representation of color #1E09CD: hue angle of 246.43º 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 #1E09CD is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 9 | 205 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.20 |
| HSL | 246.43º | 0.92% | 0.42% | - |
| HSV(B) | 246.43º | 0.96% | 0.8% | - |
| XYZ | 11.65 | 4.88 | 58.09 | - |
| YUV | 37.62 | 222.46 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 205 | 0.85 | 0.96 | 0 | 0.20 | 246.43 | 0.92 | 0.42 |
| Hex | 1E | 9 | CD | 55 | 60 | 0 | 14 | F6 | 5C | 2A |
| Octal | 36 | 11 | 315 | 125 | 140 | 0 | 24 | 366 | 134 | 52 |
| Binary | 11110 | 1001 | 11001101 | 1010101 | 1100000 | 0 | 10100 | 11110110 | 1011100 | 101010 |
Color Harmonies of #1E09CD
Complementary color
Monochromatic Colors of #1E09CD
Black with #1E09CD
Text Example
Text Example
White with #1E09CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E09CD; }
p { color: rgb(30,9,205); }
H1.HeaderClassName
{
color: #1E09CD;
}
.AnyTagClassName
{
color: #1E09CD;
}
</style>
background-color css
<style>
a { background-color: #1E09CD; }
a { background-color: rgb(30,9,205); }
div.DivClassName
{
background-color: #1E09CD;
}
.BgClassName
{
background-color: #1E09CD;
}
</style>
border-color css
<style>
span { border-color: #1E09CD; }
span { border-color: rgb(30,9,205); }
td.TdClassName
{
border-color: #1E09CD;
}
.TagClassName
{
border-color: #1E09CD;
}
</style>