Shades of Medium Blue #0809BC
Tints of Medium Blue #0809BC
RGB
CMYK
RGB Variations
Color information
#0809BC (or 0x0809BC) is known color: Medium Blue. HEX triplet: 08, 09 and BC. RGB value is (8,9,188). Sum of RGB (Red+Green+Blue) = 8+9+188=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #0809BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809BC is #F7F643. Grayscale: #1C1C1C. Windows color (decimal): -16250436 or 12323080. OLE color: 12323080.
HSL color Cylindrical-coordinate representation of color #0809BC: hue angle of 239.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809BC is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 9 | 188 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.26 |
| HSL | 239.67º | 0.92% | 0.38% | - |
| HSV(B) | 239.67º | 0.96% | 0.74% | - |
| XYZ | 9.27 | 3.88 | 47.84 | - |
| YUV | 29.11 | 217.67 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 188 | 0.96 | 0.95 | 0 | 0.26 | 239.67 | 0.92 | 0.38 |
| Hex | 8 | 9 | BC | 60 | 5F | 0 | 1A | F0 | 5C | 26 |
| Octal | 10 | 11 | 274 | 140 | 137 | 0 | 32 | 360 | 134 | 46 |
| Binary | 1000 | 1001 | 10111100 | 1100000 | 1011111 | 0 | 11010 | 11110000 | 1011100 | 100110 |
Color Harmonies of #0809BC
Complementary color
Monochromatic Colors of #0809BC
Black with #0809BC
Text Example
Text Example
White with #0809BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0809BC; }
p { color: rgb(8,9,188); }
H1.HeaderClassName
{
color: #0809BC;
}
.AnyTagClassName
{
color: #0809BC;
}
</style>
background-color css
<style>
a { background-color: #0809BC; }
a { background-color: rgb(8,9,188); }
div.DivClassName
{
background-color: #0809BC;
}
.BgClassName
{
background-color: #0809BC;
}
</style>
border-color css
<style>
span { border-color: #0809BC; }
span { border-color: rgb(8,9,188); }
td.TdClassName
{
border-color: #0809BC;
}
.TagClassName
{
border-color: #0809BC;
}
</style>