Shades of Medium Blue #0809DB
Tints of Medium Blue #0809DB
RGB
CMYK
RGB Variations
Color information
#0809DB (or 0x0809DB) is known color: Medium Blue. HEX triplet: 08, 09 and DB. RGB value is (8,9,219). Sum of RGB (Red+Green+Blue) = 8+9+219=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 219 (85.94% from 255 or 92.80% from 236); Max value from RGB is 219 - color contains mainly: blue. Hex color #0809DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809DB is #F7F624. Grayscale: #1F1F1F. Windows color (decimal): -16250405 or 14354696. OLE color: 14354696.
HSL color Cylindrical-coordinate representation of color #0809DB: hue angle of 239.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809DB is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 9 | 219 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.14 |
| HSL | 239.72º | 0.93% | 0.45% | - |
| HSV(B) | 239.72º | 0.96% | 0.86% | - |
| XYZ | 12.98 | 5.36 | 67.37 | - |
| YUV | 32.64 | 233.17 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 219 | 0.96 | 0.96 | 0 | 0.14 | 239.72 | 0.93 | 0.45 |
| Hex | 8 | 9 | DB | 60 | 60 | 0 | E | F0 | 5D | 2D |
| Octal | 10 | 11 | 333 | 140 | 140 | 0 | 16 | 360 | 135 | 55 |
| Binary | 1000 | 1001 | 11011011 | 1100000 | 1100000 | 0 | 1110 | 11110000 | 1011101 | 101101 |
Color Harmonies of #0809DB
Complementary color
Monochromatic Colors of #0809DB
Black with #0809DB
Text Example
Text Example
White with #0809DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0809DB; }
p { color: rgb(8,9,219); }
H1.HeaderClassName
{
color: #0809DB;
}
.AnyTagClassName
{
color: #0809DB;
}
</style>
background-color css
<style>
a { background-color: #0809DB; }
a { background-color: rgb(8,9,219); }
div.DivClassName
{
background-color: #0809DB;
}
.BgClassName
{
background-color: #0809DB;
}
</style>
border-color css
<style>
span { border-color: #0809DB; }
span { border-color: rgb(8,9,219); }
td.TdClassName
{
border-color: #0809DB;
}
.TagClassName
{
border-color: #0809DB;
}
</style>