Shades of Medium Blue #081BCF
Tints of Medium Blue #081BCF
RGB
CMYK
RGB Variations
Color information
#081BCF (or 0x081BCF) is known color: Medium Blue. HEX triplet: 08, 1B and CF. RGB value is (8,27,207). Sum of RGB (Red+Green+Blue) = 8+27+207=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 207 (81.25% from 255 or 85.54% from 242); Max value from RGB is 207 - color contains mainly: blue. Hex color #081BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BCF is #F7E430. Grayscale: #292929. Windows color (decimal): -16245809 or 13572872. OLE color: 13572872.
HSL color Cylindrical-coordinate representation of color #081BCF: hue angle of 234.27º 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 #081BCF is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 27 | 207 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.19 |
| HSL | 234.27º | 0.93% | 0.42% | - |
| HSV(B) | 234.27º | 0.96% | 0.81% | - |
| XYZ | 11.75 | 5.34 | 59.44 | - |
| YUV | 41.84 | 221.21 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 207 | 0.96 | 0.87 | 0 | 0.19 | 234.27 | 0.93 | 0.42 |
| Hex | 8 | 1B | CF | 60 | 57 | 0 | 13 | EA | 5D | 2A |
| Octal | 10 | 33 | 317 | 140 | 127 | 0 | 23 | 352 | 135 | 52 |
| Binary | 1000 | 11011 | 11001111 | 1100000 | 1010111 | 0 | 10011 | 11101010 | 1011101 | 101010 |
Color Harmonies of #081BCF
Complementary color
Monochromatic Colors of #081BCF
Black with #081BCF
Text Example
Text Example
White with #081BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BCF; }
p { color: rgb(8,27,207); }
H1.HeaderClassName
{
color: #081BCF;
}
.AnyTagClassName
{
color: #081BCF;
}
</style>
background-color css
<style>
a { background-color: #081BCF; }
a { background-color: rgb(8,27,207); }
div.DivClassName
{
background-color: #081BCF;
}
.BgClassName
{
background-color: #081BCF;
}
</style>
border-color css
<style>
span { border-color: #081BCF; }
span { border-color: rgb(8,27,207); }
td.TdClassName
{
border-color: #081BCF;
}
.TagClassName
{
border-color: #081BCF;
}
</style>