Shades of Medium Blue #0908D5
Tints of Medium Blue #0908D5
RGB
CMYK
RGB Variations
Color information
#0908D5 (or 0x0908D5) is known color: Medium Blue. HEX triplet: 09, 08 and D5. RGB value is (9,8,213). Sum of RGB (Red+Green+Blue) = 9+8+213=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 213 (83.59% from 255 or 92.61% from 230); Max value from RGB is 213 - color contains mainly: blue. Hex color #0908D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0908D5 is #F6F72A. Grayscale: #1E1E1E. Windows color (decimal): -16185131 or 13961225. OLE color: 13961225.
HSL color Cylindrical-coordinate representation of color #0908D5: hue angle of 240.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0908D5 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 8 | 213 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.16 |
| HSL | 240.29º | 0.93% | 0.43% | - |
| HSV(B) | 240.29º | 0.96% | 0.84% | - |
| XYZ | 12.21 | 5.04 | 63.28 | - |
| YUV | 31.67 | 230.33 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 213 | 0.96 | 0.96 | 0 | 0.16 | 240.29 | 0.93 | 0.43 |
| Hex | 9 | 8 | D5 | 60 | 60 | 0 | 10 | F0 | 5D | 2B |
| Octal | 11 | 10 | 325 | 140 | 140 | 0 | 20 | 360 | 135 | 53 |
| Binary | 1001 | 1000 | 11010101 | 1100000 | 1100000 | 0 | 10000 | 11110000 | 1011101 | 101011 |
Color Harmonies of #0908D5
Complementary color
Monochromatic Colors of #0908D5
Black with #0908D5
Text Example
Text Example
White with #0908D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0908D5; }
p { color: rgb(9,8,213); }
H1.HeaderClassName
{
color: #0908D5;
}
.AnyTagClassName
{
color: #0908D5;
}
</style>
background-color css
<style>
a { background-color: #0908D5; }
a { background-color: rgb(9,8,213); }
div.DivClassName
{
background-color: #0908D5;
}
.BgClassName
{
background-color: #0908D5;
}
</style>
border-color css
<style>
span { border-color: #0908D5; }
span { border-color: rgb(9,8,213); }
td.TdClassName
{
border-color: #0908D5;
}
.TagClassName
{
border-color: #0908D5;
}
</style>