Shades of Medium Blue #081ECF
Tints of Medium Blue #081ECF
RGB
CMYK
RGB Variations
Color information
#081ECF (or 0x081ECF) is known color: Medium Blue. HEX triplet: 08, 1E and CF. RGB value is (8,30,207). Sum of RGB (Red+Green+Blue) = 8+30+207=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #081ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ECF is #F7E130. Grayscale: #2A2A2A. Windows color (decimal): -16245041 or 13573640. OLE color: 13573640.
HSL color Cylindrical-coordinate representation of color #081ECF: hue angle of 233.37º 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 #081ECF is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 30 | 207 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.19 |
| HSL | 233.37º | 0.93% | 0.42% | - |
| HSV(B) | 233.37º | 0.96% | 0.81% | - |
| XYZ | 11.83 | 5.49 | 59.47 | - |
| YUV | 43.6 | 220.21 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 207 | 0.96 | 0.86 | 0 | 0.19 | 233.37 | 0.93 | 0.42 |
| Hex | 8 | 1E | CF | 60 | 56 | 0 | 13 | E9 | 5D | 2A |
| Octal | 10 | 36 | 317 | 140 | 126 | 0 | 23 | 351 | 135 | 52 |
| Binary | 1000 | 11110 | 11001111 | 1100000 | 1010110 | 0 | 10011 | 11101001 | 1011101 | 101010 |
Color Harmonies of #081ECF
Complementary color
Monochromatic Colors of #081ECF
Black with #081ECF
Text Example
Text Example
White with #081ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081ECF; }
p { color: rgb(8,30,207); }
H1.HeaderClassName
{
color: #081ECF;
}
.AnyTagClassName
{
color: #081ECF;
}
</style>
background-color css
<style>
a { background-color: #081ECF; }
a { background-color: rgb(8,30,207); }
div.DivClassName
{
background-color: #081ECF;
}
.BgClassName
{
background-color: #081ECF;
}
</style>
border-color css
<style>
span { border-color: #081ECF; }
span { border-color: rgb(8,30,207); }
td.TdClassName
{
border-color: #081ECF;
}
.TagClassName
{
border-color: #081ECF;
}
</style>