Shades of Medium Blue #081ECE
Tints of Medium Blue #081ECE
RGB
CMYK
RGB Variations
Color information
#081ECE (or 0x081ECE) is known color: Medium Blue. HEX triplet: 08, 1E and CE. RGB value is (8,30,206). Sum of RGB (Red+Green+Blue) = 8+30+206=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 30 (12.11% from 255 or 12.30% 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 #081ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ECE is #F7E131. Grayscale: #2A2A2A. Windows color (decimal): -16245042 or 13508104. OLE color: 13508104.
HSL color Cylindrical-coordinate representation of color #081ECE: hue angle of 233.33º 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 #081ECE is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 30 | 206 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.19 |
| HSL | 233.33º | 0.93% | 0.42% | - |
| HSV(B) | 233.33º | 0.96% | 0.81% | - |
| XYZ | 11.7 | 5.44 | 58.82 | - |
| YUV | 43.49 | 219.71 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 206 | 0.96 | 0.85 | 0 | 0.19 | 233.33 | 0.93 | 0.42 |
| Hex | 8 | 1E | CE | 60 | 55 | 0 | 13 | E9 | 5D | 2A |
| Octal | 10 | 36 | 316 | 140 | 125 | 0 | 23 | 351 | 135 | 52 |
| Binary | 1000 | 11110 | 11001110 | 1100000 | 1010101 | 0 | 10011 | 11101001 | 1011101 | 101010 |
Color Harmonies of #081ECE
Complementary color
Monochromatic Colors of #081ECE
Black with #081ECE
Text Example
Text Example
White with #081ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081ECE; }
p { color: rgb(8,30,206); }
H1.HeaderClassName
{
color: #081ECE;
}
.AnyTagClassName
{
color: #081ECE;
}
</style>
background-color css
<style>
a { background-color: #081ECE; }
a { background-color: rgb(8,30,206); }
div.DivClassName
{
background-color: #081ECE;
}
.BgClassName
{
background-color: #081ECE;
}
</style>
border-color css
<style>
span { border-color: #081ECE; }
span { border-color: rgb(8,30,206); }
td.TdClassName
{
border-color: #081ECE;
}
.TagClassName
{
border-color: #081ECE;
}
</style>