Shades of Medium Blue #081BCD
Tints of Medium Blue #081BCD
RGB
CMYK
RGB Variations
Color information
#081BCD (or 0x081BCD) is known color: Medium Blue. HEX triplet: 08, 1B and CD. RGB value is (8,27,205). Sum of RGB (Red+Green+Blue) = 8+27+205=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #081BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BCD is #F7E432. Grayscale: #282828. Windows color (decimal): -16245811 or 13441800. OLE color: 13441800.
HSL color Cylindrical-coordinate representation of color #081BCD: hue angle of 234.21º 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 #081BCD is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 27 | 205 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.20 |
| HSL | 234.21º | 0.92% | 0.42% | - |
| HSV(B) | 234.21º | 0.96% | 0.8% | - |
| XYZ | 11.51 | 5.24 | 58.16 | - |
| YUV | 41.61 | 220.21 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 205 | 0.96 | 0.87 | 0 | 0.20 | 234.21 | 0.92 | 0.42 |
| Hex | 8 | 1B | CD | 60 | 57 | 0 | 14 | EA | 5C | 2A |
| Octal | 10 | 33 | 315 | 140 | 127 | 0 | 24 | 352 | 134 | 52 |
| Binary | 1000 | 11011 | 11001101 | 1100000 | 1010111 | 0 | 10100 | 11101010 | 1011100 | 101010 |
Color Harmonies of #081BCD
Complementary color
Monochromatic Colors of #081BCD
Black with #081BCD
Text Example
Text Example
White with #081BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BCD; }
p { color: rgb(8,27,205); }
H1.HeaderClassName
{
color: #081BCD;
}
.AnyTagClassName
{
color: #081BCD;
}
</style>
background-color css
<style>
a { background-color: #081BCD; }
a { background-color: rgb(8,27,205); }
div.DivClassName
{
background-color: #081BCD;
}
.BgClassName
{
background-color: #081BCD;
}
</style>
border-color css
<style>
span { border-color: #081BCD; }
span { border-color: rgb(8,27,205); }
td.TdClassName
{
border-color: #081BCD;
}
.TagClassName
{
border-color: #081BCD;
}
</style>