Shades of Medium Blue #081EDE
Tints of Medium Blue #081EDE
RGB
CMYK
RGB Variations
Color information
#081EDE (or 0x081EDE) is known color: Medium Blue. HEX triplet: 08, 1E and DE. RGB value is (8,30,222). Sum of RGB (Red+Green+Blue) = 8+30+222=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 222 (87.11% from 255 or 85.38% from 260); Max value from RGB is 222 - color contains mainly: blue. Hex color #081EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EDE is #F7E121. Grayscale: #2C2C2C. Windows color (decimal): -16245026 or 14556680. OLE color: 14556680.
HSL color Cylindrical-coordinate representation of color #081EDE: hue angle of 233.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081EDE is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 30 | 222 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.13 |
| HSL | 233.83º | 0.93% | 0.45% | - |
| HSV(B) | 233.83º | 0.96% | 0.87% | - |
| XYZ | 13.75 | 6.25 | 69.59 | - |
| YUV | 45.31 | 227.71 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 222 | 0.96 | 0.86 | 0 | 0.13 | 233.83 | 0.93 | 0.45 |
| Hex | 8 | 1E | DE | 60 | 56 | 0 | D | EA | 5D | 2D |
| Octal | 10 | 36 | 336 | 140 | 126 | 0 | 15 | 352 | 135 | 55 |
| Binary | 1000 | 11110 | 11011110 | 1100000 | 1010110 | 0 | 1101 | 11101010 | 1011101 | 101101 |
Color Harmonies of #081EDE
Complementary color
Monochromatic Colors of #081EDE
Black with #081EDE
Text Example
Text Example
White with #081EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081EDE; }
p { color: rgb(8,30,222); }
H1.HeaderClassName
{
color: #081EDE;
}
.AnyTagClassName
{
color: #081EDE;
}
</style>
background-color css
<style>
a { background-color: #081EDE; }
a { background-color: rgb(8,30,222); }
div.DivClassName
{
background-color: #081EDE;
}
.BgClassName
{
background-color: #081EDE;
}
</style>
border-color css
<style>
span { border-color: #081EDE; }
span { border-color: rgb(8,30,222); }
td.TdClassName
{
border-color: #081EDE;
}
.TagClassName
{
border-color: #081EDE;
}
</style>