Shades of Medium Blue #1E09C2
Tints of Medium Blue #1E09C2
RGB
CMYK
RGB Variations
Color information
#1E09C2 (or 0x1E09C2) is known color: Medium Blue. HEX triplet: 1E, 09 and C2. RGB value is (30,9,194). Sum of RGB (Red+Green+Blue) = 30+9+194=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 194 (76.17% from 255 or 83.26% from 233); Max value from RGB is 194 - color contains mainly: blue. Hex color #1E09C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E09C2 is #E1F63D. Grayscale: #232323. Windows color (decimal): -14808638 or 12716318. OLE color: 12716318.
HSL color Cylindrical-coordinate representation of color #1E09C2: hue angle of 246.81º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E09C2 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 9 | 194 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.24 |
| HSL | 246.81º | 0.91% | 0.4% | - |
| HSV(B) | 246.81º | 0.95% | 0.76% | - |
| XYZ | 10.37 | 4.37 | 51.34 | - |
| YUV | 36.37 | 216.96 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 194 | 0.85 | 0.95 | 0 | 0.24 | 246.81 | 0.91 | 0.4 |
| Hex | 1E | 9 | C2 | 55 | 5F | 0 | 18 | F7 | 5B | 28 |
| Octal | 36 | 11 | 302 | 125 | 137 | 0 | 30 | 367 | 133 | 50 |
| Binary | 11110 | 1001 | 11000010 | 1010101 | 1011111 | 0 | 11000 | 11110111 | 1011011 | 101000 |
Color Harmonies of #1E09C2
Complementary color
Monochromatic Colors of #1E09C2
Black with #1E09C2
Text Example
Text Example
White with #1E09C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E09C2; }
p { color: rgb(30,9,194); }
H1.HeaderClassName
{
color: #1E09C2;
}
.AnyTagClassName
{
color: #1E09C2;
}
</style>
background-color css
<style>
a { background-color: #1E09C2; }
a { background-color: rgb(30,9,194); }
div.DivClassName
{
background-color: #1E09C2;
}
.BgClassName
{
background-color: #1E09C2;
}
</style>
border-color css
<style>
span { border-color: #1E09C2; }
span { border-color: rgb(30,9,194); }
td.TdClassName
{
border-color: #1E09C2;
}
.TagClassName
{
border-color: #1E09C2;
}
</style>