Shades of Medium Blue #081ADF
Tints of Medium Blue #081ADF
RGB
CMYK
RGB Variations
Color information
#081ADF (or 0x081ADF) is known color: Medium Blue. HEX triplet: 08, 1A and DF. RGB value is (8,26,223). Sum of RGB (Red+Green+Blue) = 8+26+223=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #081ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ADF is #F7E520. Grayscale: #2A2A2A. Windows color (decimal): -16246049 or 14621192. OLE color: 14621192.
HSL color Cylindrical-coordinate representation of color #081ADF: hue angle of 234.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081ADF is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 26 | 223 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.13 |
| HSL | 234.98º | 0.93% | 0.45% | - |
| HSV(B) | 234.98º | 0.96% | 0.87% | - |
| XYZ | 13.79 | 6.12 | 70.27 | - |
| YUV | 43.08 | 229.54 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 223 | 0.96 | 0.88 | 0 | 0.13 | 234.98 | 0.93 | 0.45 |
| Hex | 8 | 1A | DF | 60 | 58 | 0 | D | EB | 5D | 2D |
| Octal | 10 | 32 | 337 | 140 | 130 | 0 | 15 | 353 | 135 | 55 |
| Binary | 1000 | 11010 | 11011111 | 1100000 | 1011000 | 0 | 1101 | 11101011 | 1011101 | 101101 |
Color Harmonies of #081ADF
Complementary color
Monochromatic Colors of #081ADF
Black with #081ADF
Text Example
Text Example
White with #081ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081ADF; }
p { color: rgb(8,26,223); }
H1.HeaderClassName
{
color: #081ADF;
}
.AnyTagClassName
{
color: #081ADF;
}
</style>
background-color css
<style>
a { background-color: #081ADF; }
a { background-color: rgb(8,26,223); }
div.DivClassName
{
background-color: #081ADF;
}
.BgClassName
{
background-color: #081ADF;
}
</style>
border-color css
<style>
span { border-color: #081ADF; }
span { border-color: rgb(8,26,223); }
td.TdClassName
{
border-color: #081ADF;
}
.TagClassName
{
border-color: #081ADF;
}
</style>