Shades of Medium Blue #081FCB
Tints of Medium Blue #081FCB
RGB
CMYK
RGB Variations
Color information
#081FCB (or 0x081FCB) is known color: Medium Blue. HEX triplet: 08, 1F and CB. RGB value is (8,31,203). Sum of RGB (Red+Green+Blue) = 8+31+203=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 203 (79.69% from 255 or 83.88% from 242); Max value from RGB is 203 - color contains mainly: blue. Hex color #081FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FCB is #F7E034. Grayscale: #2B2B2B. Windows color (decimal): -16244789 or 13311752. OLE color: 13311752.
HSL color Cylindrical-coordinate representation of color #081FCB: hue angle of 232.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081FCB is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 31 | 203 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.20 |
| HSL | 232.92º | 0.92% | 0.41% | - |
| HSV(B) | 232.92º | 0.96% | 0.8% | - |
| XYZ | 11.37 | 5.34 | 56.93 | - |
| YUV | 43.73 | 217.88 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 203 | 0.96 | 0.85 | 0 | 0.20 | 232.92 | 0.92 | 0.41 |
| Hex | 8 | 1F | CB | 60 | 55 | 0 | 14 | E9 | 5C | 29 |
| Octal | 10 | 37 | 313 | 140 | 125 | 0 | 24 | 351 | 134 | 51 |
| Binary | 1000 | 11111 | 11001011 | 1100000 | 1010101 | 0 | 10100 | 11101001 | 1011100 | 101001 |
Color Harmonies of #081FCB
Complementary color
Monochromatic Colors of #081FCB
Black with #081FCB
Text Example
Text Example
White with #081FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081FCB; }
p { color: rgb(8,31,203); }
H1.HeaderClassName
{
color: #081FCB;
}
.AnyTagClassName
{
color: #081FCB;
}
</style>
background-color css
<style>
a { background-color: #081FCB; }
a { background-color: rgb(8,31,203); }
div.DivClassName
{
background-color: #081FCB;
}
.BgClassName
{
background-color: #081FCB;
}
</style>
border-color css
<style>
span { border-color: #081FCB; }
span { border-color: rgb(8,31,203); }
td.TdClassName
{
border-color: #081FCB;
}
.TagClassName
{
border-color: #081FCB;
}
</style>