Shades of Medium Blue #1E08CE
Tints of Medium Blue #1E08CE
RGB
CMYK
RGB Variations
Color information
#1E08CE (or 0x1E08CE) is known color: Medium Blue. HEX triplet: 1E, 08 and CE. RGB value is (30,8,206). Sum of RGB (Red+Green+Blue) = 30+8+206=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 206 (80.86% from 255 or 84.43% from 244); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E08CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E08CE is #E1F731. Grayscale: #242424. Windows color (decimal): -14808882 or 13502494. OLE color: 13502494.
HSL color Cylindrical-coordinate representation of color #1E08CE: hue angle of 246.67º degrees, saturation: 0.93, 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 #1E08CE is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 8 | 206 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.19 |
| HSL | 246.67º | 0.93% | 0.42% | - |
| HSV(B) | 246.67º | 0.96% | 0.81% | - |
| XYZ | 11.76 | 4.91 | 58.72 | - |
| YUV | 37.15 | 223.29 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 206 | 0.85 | 0.96 | 0 | 0.19 | 246.67 | 0.93 | 0.42 |
| Hex | 1E | 8 | CE | 55 | 60 | 0 | 13 | F7 | 5D | 2A |
| Octal | 36 | 10 | 316 | 125 | 140 | 0 | 23 | 367 | 135 | 52 |
| Binary | 11110 | 1000 | 11001110 | 1010101 | 1100000 | 0 | 10011 | 11110111 | 1011101 | 101010 |
Color Harmonies of #1E08CE
Complementary color
Monochromatic Colors of #1E08CE
Black with #1E08CE
Text Example
Text Example
White with #1E08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E08CE; }
p { color: rgb(30,8,206); }
H1.HeaderClassName
{
color: #1E08CE;
}
.AnyTagClassName
{
color: #1E08CE;
}
</style>
background-color css
<style>
a { background-color: #1E08CE; }
a { background-color: rgb(30,8,206); }
div.DivClassName
{
background-color: #1E08CE;
}
.BgClassName
{
background-color: #1E08CE;
}
</style>
border-color css
<style>
span { border-color: #1E08CE; }
span { border-color: rgb(30,8,206); }
td.TdClassName
{
border-color: #1E08CE;
}
.TagClassName
{
border-color: #1E08CE;
}
</style>