Shades of Medium Blue #0805DA
Tints of Medium Blue #0805DA
RGB
CMYK
RGB Variations
Color information
#0805DA (or 0x0805DA) is known color: Medium Blue. HEX triplet: 08, 05 and DA. RGB value is (8,5,218). Sum of RGB (Red+Green+Blue) = 8+5+218=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 218 (85.55% from 255 or 94.37% from 231); Max value from RGB is 218 - color contains mainly: blue. Hex color #0805DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0805DA is #F7FA25. Grayscale: #1D1D1D. Windows color (decimal): -16251430 or 14288136. OLE color: 14288136.
HSL color Cylindrical-coordinate representation of color #0805DA: hue angle of 240.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0805DA is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 5 | 218 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.15 |
| HSL | 240.85º | 0.96% | 0.44% | - |
| HSV(B) | 240.85º | 0.98% | 0.85% | - |
| XYZ | 12.81 | 5.22 | 66.66 | - |
| YUV | 30.18 | 233.99 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 218 | 0.96 | 0.98 | 0 | 0.15 | 240.85 | 0.96 | 0.44 |
| Hex | 8 | 5 | DA | 60 | 62 | 0 | F | F1 | 60 | 2C |
| Octal | 10 | 5 | 332 | 140 | 142 | 0 | 17 | 361 | 140 | 54 |
| Binary | 1000 | 101 | 11011010 | 1100000 | 1100010 | 0 | 1111 | 11110001 | 1100000 | 101100 |
Color Harmonies of #0805DA
Complementary color
Monochromatic Colors of #0805DA
Black with #0805DA
Text Example
Text Example
White with #0805DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0805DA; }
p { color: rgb(8,5,218); }
H1.HeaderClassName
{
color: #0805DA;
}
.AnyTagClassName
{
color: #0805DA;
}
</style>
background-color css
<style>
a { background-color: #0805DA; }
a { background-color: rgb(8,5,218); }
div.DivClassName
{
background-color: #0805DA;
}
.BgClassName
{
background-color: #0805DA;
}
</style>
border-color css
<style>
span { border-color: #0805DA; }
span { border-color: rgb(8,5,218); }
td.TdClassName
{
border-color: #0805DA;
}
.TagClassName
{
border-color: #0805DA;
}
</style>