Shades of Medium Blue #081DDA
Tints of Medium Blue #081DDA
RGB
CMYK
RGB Variations
Color information
#081DDA (or 0x081DDA) is known color: Medium Blue. HEX triplet: 08, 1D and DA. RGB value is (8,29,218). Sum of RGB (Red+Green+Blue) = 8+29+218=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 218 (85.55% from 255 or 85.49% from 255); Max value from RGB is 218 - color contains mainly: blue. Hex color #081DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DDA is #F7E225. Grayscale: #2B2B2B. Windows color (decimal): -16245286 or 14294280. OLE color: 14294280.
HSL color Cylindrical-coordinate representation of color #081DDA: hue angle of 234º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081DDA is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 29 | 218 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.15 |
| HSL | 234º | 0.93% | 0.44% | - |
| HSV(B) | 234º | 0.96% | 0.85% | - |
| XYZ | 13.19 | 5.99 | 66.79 | - |
| YUV | 44.27 | 226.04 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 218 | 0.96 | 0.87 | 0 | 0.15 | 234 | 0.93 | 0.44 |
| Hex | 8 | 1D | DA | 60 | 57 | 0 | F | EA | 5D | 2C |
| Octal | 10 | 35 | 332 | 140 | 127 | 0 | 17 | 352 | 135 | 54 |
| Binary | 1000 | 11101 | 11011010 | 1100000 | 1010111 | 0 | 1111 | 11101010 | 1011101 | 101100 |
Color Harmonies of #081DDA
Complementary color
Monochromatic Colors of #081DDA
Black with #081DDA
Text Example
Text Example
White with #081DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081DDA; }
p { color: rgb(8,29,218); }
H1.HeaderClassName
{
color: #081DDA;
}
.AnyTagClassName
{
color: #081DDA;
}
</style>
background-color css
<style>
a { background-color: #081DDA; }
a { background-color: rgb(8,29,218); }
div.DivClassName
{
background-color: #081DDA;
}
.BgClassName
{
background-color: #081DDA;
}
</style>
border-color css
<style>
span { border-color: #081DDA; }
span { border-color: rgb(8,29,218); }
td.TdClassName
{
border-color: #081DDA;
}
.TagClassName
{
border-color: #081DDA;
}
</style>