Shades of Medium Blue #081ECC
Tints of Medium Blue #081ECC
RGB
CMYK
RGB Variations
Color information
#081ECC (or 0x081ECC) is known color: Medium Blue. HEX triplet: 08, 1E and CC. RGB value is (8,30,204). Sum of RGB (Red+Green+Blue) = 8+30+204=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #081ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ECC is #F7E133. Grayscale: #2A2A2A. Windows color (decimal): -16245044 or 13377032. OLE color: 13377032.
HSL color Cylindrical-coordinate representation of color #081ECC: hue angle of 233.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081ECC is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 30 | 204 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.2 |
| HSL | 233.27º | 0.92% | 0.42% | - |
| HSV(B) | 233.27º | 0.96% | 0.8% | - |
| XYZ | 11.46 | 5.34 | 57.55 | - |
| YUV | 43.26 | 218.71 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 204 | 0.96 | 0.85 | 0 | 0.2 | 233.27 | 0.92 | 0.42 |
| Hex | 8 | 1E | CC | 60 | 55 | 0 | 14 | E9 | 5C | 2A |
| Octal | 10 | 36 | 314 | 140 | 125 | 0 | 24 | 351 | 134 | 52 |
| Binary | 1000 | 11110 | 11001100 | 1100000 | 1010101 | 0 | 10100 | 11101001 | 1011100 | 101010 |
Color Harmonies of #081ECC
Complementary color
Monochromatic Colors of #081ECC
Black with #081ECC
Text Example
Text Example
White with #081ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081ECC; }
p { color: rgb(8,30,204); }
H1.HeaderClassName
{
color: #081ECC;
}
.AnyTagClassName
{
color: #081ECC;
}
</style>
background-color css
<style>
a { background-color: #081ECC; }
a { background-color: rgb(8,30,204); }
div.DivClassName
{
background-color: #081ECC;
}
.BgClassName
{
background-color: #081ECC;
}
</style>
border-color css
<style>
span { border-color: #081ECC; }
span { border-color: rgb(8,30,204); }
td.TdClassName
{
border-color: #081ECC;
}
.TagClassName
{
border-color: #081ECC;
}
</style>