Shades of Medium Blue #081ACD
Tints of Medium Blue #081ACD
RGB
CMYK
RGB Variations
Color information
#081ACD (or 0x081ACD) is known color: Medium Blue. HEX triplet: 08, 1A and CD. RGB value is (8,26,205). Sum of RGB (Red+Green+Blue) = 8+26+205=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 205 (80.47% from 255 or 85.77% from 239); Max value from RGB is 205 - color contains mainly: blue. Hex color #081ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ACD is #F7E532. Grayscale: #282828. Windows color (decimal): -16246067 or 13441544. OLE color: 13441544.
HSL color Cylindrical-coordinate representation of color #081ACD: hue angle of 234.52º 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 #081ACD is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 26 | 205 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.20 |
| HSL | 234.52º | 0.92% | 0.42% | - |
| HSV(B) | 234.52º | 0.96% | 0.8% | - |
| XYZ | 11.49 | 5.2 | 58.16 | - |
| YUV | 41.02 | 220.54 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 205 | 0.96 | 0.87 | 0 | 0.20 | 234.52 | 0.92 | 0.42 |
| Hex | 8 | 1A | CD | 60 | 57 | 0 | 14 | EB | 5C | 2A |
| Octal | 10 | 32 | 315 | 140 | 127 | 0 | 24 | 353 | 134 | 52 |
| Binary | 1000 | 11010 | 11001101 | 1100000 | 1010111 | 0 | 10100 | 11101011 | 1011100 | 101010 |
Color Harmonies of #081ACD
Complementary color
Monochromatic Colors of #081ACD
Black with #081ACD
Text Example
Text Example
White with #081ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081ACD; }
p { color: rgb(8,26,205); }
H1.HeaderClassName
{
color: #081ACD;
}
.AnyTagClassName
{
color: #081ACD;
}
</style>
background-color css
<style>
a { background-color: #081ACD; }
a { background-color: rgb(8,26,205); }
div.DivClassName
{
background-color: #081ACD;
}
.BgClassName
{
background-color: #081ACD;
}
</style>
border-color css
<style>
span { border-color: #081ACD; }
span { border-color: rgb(8,26,205); }
td.TdClassName
{
border-color: #081ACD;
}
.TagClassName
{
border-color: #081ACD;
}
</style>