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