Shades of Medium Blue #081ACC
Tints of Medium Blue #081ACC
RGB
CMYK
RGB Variations
Color information
#081ACC (or 0x081ACC) is known color: Medium Blue. HEX triplet: 08, 1A and CC. RGB value is (8,26,204). Sum of RGB (Red+Green+Blue) = 8+26+204=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #081ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ACC is #F7E533. Grayscale: #282828. Windows color (decimal): -16246068 or 13376008. OLE color: 13376008.
HSL color Cylindrical-coordinate representation of color #081ACC: hue angle of 234.49º 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 #081ACC is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 26 | 204 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.2 |
| HSL | 234.49º | 0.92% | 0.42% | - |
| HSV(B) | 234.49º | 0.96% | 0.8% | - |
| XYZ | 11.37 | 5.15 | 57.52 | - |
| YUV | 40.91 | 220.04 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 204 | 0.96 | 0.87 | 0 | 0.2 | 234.49 | 0.92 | 0.42 |
| Hex | 8 | 1A | CC | 60 | 57 | 0 | 14 | EA | 5C | 2A |
| Octal | 10 | 32 | 314 | 140 | 127 | 0 | 24 | 352 | 134 | 52 |
| Binary | 1000 | 11010 | 11001100 | 1100000 | 1010111 | 0 | 10100 | 11101010 | 1011100 | 101010 |
Color Harmonies of #081ACC
Complementary color
Monochromatic Colors of #081ACC
Black with #081ACC
Text Example
Text Example
White with #081ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081ACC; }
p { color: rgb(8,26,204); }
H1.HeaderClassName
{
color: #081ACC;
}
.AnyTagClassName
{
color: #081ACC;
}
</style>
background-color css
<style>
a { background-color: #081ACC; }
a { background-color: rgb(8,26,204); }
div.DivClassName
{
background-color: #081ACC;
}
.BgClassName
{
background-color: #081ACC;
}
</style>
border-color css
<style>
span { border-color: #081ACC; }
span { border-color: rgb(8,26,204); }
td.TdClassName
{
border-color: #081ACC;
}
.TagClassName
{
border-color: #081ACC;
}
</style>