Shades of Medium Blue #081FCD
Tints of Medium Blue #081FCD
RGB
CMYK
RGB Variations
Color information
#081FCD (or 0x081FCD) is known color: Medium Blue. HEX triplet: 08, 1F and CD. RGB value is (8,31,205). Sum of RGB (Red+Green+Blue) = 8+31+205=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #081FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FCD is #F7E032. Grayscale: #2B2B2B. Windows color (decimal): -16244787 or 13442824. OLE color: 13442824.
HSL color Cylindrical-coordinate representation of color #081FCD: hue angle of 232.99º 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 #081FCD is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 31 | 205 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.20 |
| HSL | 232.99º | 0.92% | 0.42% | - |
| HSV(B) | 232.99º | 0.96% | 0.8% | - |
| XYZ | 11.61 | 5.44 | 58.2 | - |
| YUV | 43.96 | 218.88 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 205 | 0.96 | 0.85 | 0 | 0.20 | 232.99 | 0.92 | 0.42 |
| Hex | 8 | 1F | CD | 60 | 55 | 0 | 14 | E9 | 5C | 2A |
| Octal | 10 | 37 | 315 | 140 | 125 | 0 | 24 | 351 | 134 | 52 |
| Binary | 1000 | 11111 | 11001101 | 1100000 | 1010101 | 0 | 10100 | 11101001 | 1011100 | 101010 |
Color Harmonies of #081FCD
Complementary color
Monochromatic Colors of #081FCD
Black with #081FCD
Text Example
Text Example
White with #081FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081FCD; }
p { color: rgb(8,31,205); }
H1.HeaderClassName
{
color: #081FCD;
}
.AnyTagClassName
{
color: #081FCD;
}
</style>
background-color css
<style>
a { background-color: #081FCD; }
a { background-color: rgb(8,31,205); }
div.DivClassName
{
background-color: #081FCD;
}
.BgClassName
{
background-color: #081FCD;
}
</style>
border-color css
<style>
span { border-color: #081FCD; }
span { border-color: rgb(8,31,205); }
td.TdClassName
{
border-color: #081FCD;
}
.TagClassName
{
border-color: #081FCD;
}
</style>