Shades of Medium Blue #081EDC
Tints of Medium Blue #081EDC
RGB
CMYK
RGB Variations
Color information
#081EDC (or 0x081EDC) is known color: Medium Blue. HEX triplet: 08, 1E and DC. RGB value is (8,30,220). Sum of RGB (Red+Green+Blue) = 8+30+220=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #081EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EDC is #F7E123. Grayscale: #2C2C2C. Windows color (decimal): -16245028 or 14425608. OLE color: 14425608.
HSL color Cylindrical-coordinate representation of color #081EDC: hue angle of 233.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081EDC is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 30 | 220 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.14 |
| HSL | 233.77º | 0.93% | 0.45% | - |
| HSV(B) | 233.77º | 0.96% | 0.86% | - |
| XYZ | 13.48 | 6.15 | 68.19 | - |
| YUV | 45.08 | 226.71 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 220 | 0.96 | 0.86 | 0 | 0.14 | 233.77 | 0.93 | 0.45 |
| Hex | 8 | 1E | DC | 60 | 56 | 0 | E | EA | 5D | 2D |
| Octal | 10 | 36 | 334 | 140 | 126 | 0 | 16 | 352 | 135 | 55 |
| Binary | 1000 | 11110 | 11011100 | 1100000 | 1010110 | 0 | 1110 | 11101010 | 1011101 | 101101 |
Color Harmonies of #081EDC
Complementary color
Monochromatic Colors of #081EDC
Black with #081EDC
Text Example
Text Example
White with #081EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081EDC; }
p { color: rgb(8,30,220); }
H1.HeaderClassName
{
color: #081EDC;
}
.AnyTagClassName
{
color: #081EDC;
}
</style>
background-color css
<style>
a { background-color: #081EDC; }
a { background-color: rgb(8,30,220); }
div.DivClassName
{
background-color: #081EDC;
}
.BgClassName
{
background-color: #081EDC;
}
</style>
border-color css
<style>
span { border-color: #081EDC; }
span { border-color: rgb(8,30,220); }
td.TdClassName
{
border-color: #081EDC;
}
.TagClassName
{
border-color: #081EDC;
}
</style>