Shades of Medium Blue #1E06CE
Tints of Medium Blue #1E06CE
RGB
CMYK
RGB Variations
Color information
#1E06CE (or 0x1E06CE) is known color: Medium Blue. HEX triplet: 1E, 06 and CE. RGB value is (30,6,206). Sum of RGB (Red+Green+Blue) = 30+6+206=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E06CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E06CE is #E1F931. Grayscale: #232323. Windows color (decimal): -14809394 or 13501982. OLE color: 13501982.
HSL color Cylindrical-coordinate representation of color #1E06CE: hue angle of 247.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E06CE is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 6 | 206 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.19 |
| HSL | 247.2º | 0.94% | 0.42% | - |
| HSV(B) | 247.2º | 0.97% | 0.81% | - |
| XYZ | 11.74 | 4.86 | 58.71 | - |
| YUV | 35.98 | 223.95 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 206 | 0.85 | 0.97 | 0 | 0.19 | 247.2 | 0.94 | 0.42 |
| Hex | 1E | 6 | CE | 55 | 61 | 0 | 13 | F7 | 5E | 2A |
| Octal | 36 | 6 | 316 | 125 | 141 | 0 | 23 | 367 | 136 | 52 |
| Binary | 11110 | 110 | 11001110 | 1010101 | 1100001 | 0 | 10011 | 11110111 | 1011110 | 101010 |
Color Harmonies of #1E06CE
Complementary color
Monochromatic Colors of #1E06CE
Black with #1E06CE
Text Example
Text Example
White with #1E06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E06CE; }
p { color: rgb(30,6,206); }
H1.HeaderClassName
{
color: #1E06CE;
}
.AnyTagClassName
{
color: #1E06CE;
}
</style>
background-color css
<style>
a { background-color: #1E06CE; }
a { background-color: rgb(30,6,206); }
div.DivClassName
{
background-color: #1E06CE;
}
.BgClassName
{
background-color: #1E06CE;
}
</style>
border-color css
<style>
span { border-color: #1E06CE; }
span { border-color: rgb(30,6,206); }
td.TdClassName
{
border-color: #1E06CE;
}
.TagClassName
{
border-color: #1E06CE;
}
</style>