Shades of Medium Blue #0809DC
Tints of Medium Blue #0809DC
RGB
CMYK
RGB Variations
Color information
#0809DC (or 0x0809DC) is known color: Medium Blue. HEX triplet: 08, 09 and DC. RGB value is (8,9,220). Sum of RGB (Red+Green+Blue) = 8+9+220=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 220 (86.33% from 255 or 92.83% from 237); Max value from RGB is 220 - color contains mainly: blue. Hex color #0809DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809DC is #F7F623. Grayscale: #1F1F1F. Windows color (decimal): -16250404 or 14420232. OLE color: 14420232.
HSL color Cylindrical-coordinate representation of color #0809DC: 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 #0809DC is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 9 | 220 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.14 |
| HSL | 239.72º | 0.93% | 0.45% | - |
| HSV(B) | 239.72º | 0.96% | 0.86% | - |
| XYZ | 13.12 | 5.41 | 68.06 | - |
| YUV | 32.76 | 233.67 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 220 | 0.96 | 0.96 | 0 | 0.14 | 239.72 | 0.93 | 0.45 |
| Hex | 8 | 9 | DC | 60 | 60 | 0 | E | F0 | 5D | 2D |
| Octal | 10 | 11 | 334 | 140 | 140 | 0 | 16 | 360 | 135 | 55 |
| Binary | 1000 | 1001 | 11011100 | 1100000 | 1100000 | 0 | 1110 | 11110000 | 1011101 | 101101 |
Color Harmonies of #0809DC
Complementary color
Monochromatic Colors of #0809DC
Black with #0809DC
Text Example
Text Example
White with #0809DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0809DC; }
p { color: rgb(8,9,220); }
H1.HeaderClassName
{
color: #0809DC;
}
.AnyTagClassName
{
color: #0809DC;
}
</style>
background-color css
<style>
a { background-color: #0809DC; }
a { background-color: rgb(8,9,220); }
div.DivClassName
{
background-color: #0809DC;
}
.BgClassName
{
background-color: #0809DC;
}
</style>
border-color css
<style>
span { border-color: #0809DC; }
span { border-color: rgb(8,9,220); }
td.TdClassName
{
border-color: #0809DC;
}
.TagClassName
{
border-color: #0809DC;
}
</style>