Shades of Medium Blue #0809BD
Tints of Medium Blue #0809BD
RGB
CMYK
RGB Variations
Color information
#0809BD (or 0x0809BD) is known color: Medium Blue. HEX triplet: 08, 09 and BD. RGB value is (8,9,189). Sum of RGB (Red+Green+Blue) = 8+9+189=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 189 (74.22% from 255 or 91.75% from 206); Max value from RGB is 189 - color contains mainly: blue. Hex color #0809BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809BD is #F7F642. Grayscale: #1C1C1C. Windows color (decimal): -16250435 or 12388616. OLE color: 12388616.
HSL color Cylindrical-coordinate representation of color #0809BD: hue angle of 239.67º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809BD is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 9 | 189 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.26 |
| HSL | 239.67º | 0.92% | 0.39% | - |
| HSV(B) | 239.67º | 0.96% | 0.74% | - |
| XYZ | 9.38 | 3.92 | 48.41 | - |
| YUV | 29.22 | 218.17 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 189 | 0.96 | 0.95 | 0 | 0.26 | 239.67 | 0.92 | 0.39 |
| Hex | 8 | 9 | BD | 60 | 5F | 0 | 1A | F0 | 5C | 27 |
| Octal | 10 | 11 | 275 | 140 | 137 | 0 | 32 | 360 | 134 | 47 |
| Binary | 1000 | 1001 | 10111101 | 1100000 | 1011111 | 0 | 11010 | 11110000 | 1011100 | 100111 |
Color Harmonies of #0809BD
Complementary color
Monochromatic Colors of #0809BD
Black with #0809BD
Text Example
Text Example
White with #0809BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0809BD; }
p { color: rgb(8,9,189); }
H1.HeaderClassName
{
color: #0809BD;
}
.AnyTagClassName
{
color: #0809BD;
}
</style>
background-color css
<style>
a { background-color: #0809BD; }
a { background-color: rgb(8,9,189); }
div.DivClassName
{
background-color: #0809BD;
}
.BgClassName
{
background-color: #0809BD;
}
</style>
border-color css
<style>
span { border-color: #0809BD; }
span { border-color: rgb(8,9,189); }
td.TdClassName
{
border-color: #0809BD;
}
.TagClassName
{
border-color: #0809BD;
}
</style>