Shades of Medium Blue #0809BB
Tints of Medium Blue #0809BB
RGB
CMYK
RGB Variations
Color information
#0809BB (or 0x0809BB) is known color: Medium Blue. HEX triplet: 08, 09 and BB. RGB value is (8,9,187). Sum of RGB (Red+Green+Blue) = 8+9+187=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #0809BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809BB is #F7F644. Grayscale: #1C1C1C. Windows color (decimal): -16250437 or 12257544. OLE color: 12257544.
HSL color Cylindrical-coordinate representation of color #0809BB: hue angle of 239.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809BB is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 9 | 187 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.27 |
| HSL | 239.66º | 0.92% | 0.38% | - |
| HSV(B) | 239.66º | 0.96% | 0.73% | - |
| XYZ | 9.17 | 3.83 | 47.27 | - |
| YUV | 28.99 | 217.17 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 187 | 0.96 | 0.95 | 0 | 0.27 | 239.66 | 0.92 | 0.38 |
| Hex | 8 | 9 | BB | 60 | 5F | 0 | 1B | F0 | 5C | 26 |
| Octal | 10 | 11 | 273 | 140 | 137 | 0 | 33 | 360 | 134 | 46 |
| Binary | 1000 | 1001 | 10111011 | 1100000 | 1011111 | 0 | 11011 | 11110000 | 1011100 | 100110 |
Color Harmonies of #0809BB
Complementary color
Monochromatic Colors of #0809BB
Black with #0809BB
Text Example
Text Example
White with #0809BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0809BB; }
p { color: rgb(8,9,187); }
H1.HeaderClassName
{
color: #0809BB;
}
.AnyTagClassName
{
color: #0809BB;
}
</style>
background-color css
<style>
a { background-color: #0809BB; }
a { background-color: rgb(8,9,187); }
div.DivClassName
{
background-color: #0809BB;
}
.BgClassName
{
background-color: #0809BB;
}
</style>
border-color css
<style>
span { border-color: #0809BB; }
span { border-color: rgb(8,9,187); }
td.TdClassName
{
border-color: #0809BB;
}
.TagClassName
{
border-color: #0809BB;
}
</style>