Shades of Medium Blue #081DCD
Tints of Medium Blue #081DCD
RGB
CMYK
RGB Variations
Color information
#081DCD (or 0x081DCD) is known color: Medium Blue. HEX triplet: 08, 1D and CD. RGB value is (8,29,205). Sum of RGB (Red+Green+Blue) = 8+29+205=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #081DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DCD is #F7E232. Grayscale: #2A2A2A. Windows color (decimal): -16245299 or 13442312. OLE color: 13442312.
HSL color Cylindrical-coordinate representation of color #081DCD: hue angle of 233.6º 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 #081DCD is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 29 | 205 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.20 |
| HSL | 233.6º | 0.92% | 0.42% | - |
| HSV(B) | 233.6º | 0.96% | 0.8% | - |
| XYZ | 11.56 | 5.34 | 58.18 | - |
| YUV | 42.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 205 | 0.96 | 0.86 | 0 | 0.20 | 233.6 | 0.92 | 0.42 |
| Hex | 8 | 1D | CD | 60 | 56 | 0 | 14 | EA | 5C | 2A |
| Octal | 10 | 35 | 315 | 140 | 126 | 0 | 24 | 352 | 134 | 52 |
| Binary | 1000 | 11101 | 11001101 | 1100000 | 1010110 | 0 | 10100 | 11101010 | 1011100 | 101010 |
Color Harmonies of #081DCD
Complementary color
Monochromatic Colors of #081DCD
Black with #081DCD
Text Example
Text Example
White with #081DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081DCD; }
p { color: rgb(8,29,205); }
H1.HeaderClassName
{
color: #081DCD;
}
.AnyTagClassName
{
color: #081DCD;
}
</style>
background-color css
<style>
a { background-color: #081DCD; }
a { background-color: rgb(8,29,205); }
div.DivClassName
{
background-color: #081DCD;
}
.BgClassName
{
background-color: #081DCD;
}
</style>
border-color css
<style>
span { border-color: #081DCD; }
span { border-color: rgb(8,29,205); }
td.TdClassName
{
border-color: #081DCD;
}
.TagClassName
{
border-color: #081DCD;
}
</style>