Shades of Medium Blue #0908CF
Tints of Medium Blue #0908CF
RGB
CMYK
RGB Variations
Color information
#0908CF (or 0x0908CF) is known color: Medium Blue. HEX triplet: 09, 08 and CF. RGB value is (9,8,207). Sum of RGB (Red+Green+Blue) = 9+8+207=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #0908CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0908CF is #F6F730. Grayscale: #1E1E1E. Windows color (decimal): -16185137 or 13568009. OLE color: 13568009.
HSL color Cylindrical-coordinate representation of color #0908CF: hue angle of 240.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0908CF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 8 | 207 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.19 |
| HSL | 240.3º | 0.93% | 0.42% | - |
| HSV(B) | 240.3º | 0.96% | 0.81% | - |
| XYZ | 11.46 | 4.74 | 59.34 | - |
| YUV | 30.99 | 227.33 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 207 | 0.96 | 0.96 | 0 | 0.19 | 240.3 | 0.93 | 0.42 |
| Hex | 9 | 8 | CF | 60 | 60 | 0 | 13 | F0 | 5D | 2A |
| Octal | 11 | 10 | 317 | 140 | 140 | 0 | 23 | 360 | 135 | 52 |
| Binary | 1001 | 1000 | 11001111 | 1100000 | 1100000 | 0 | 10011 | 11110000 | 1011101 | 101010 |
Color Harmonies of #0908CF
Complementary color
Monochromatic Colors of #0908CF
Black with #0908CF
Text Example
Text Example
White with #0908CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0908CF; }
p { color: rgb(9,8,207); }
H1.HeaderClassName
{
color: #0908CF;
}
.AnyTagClassName
{
color: #0908CF;
}
</style>
background-color css
<style>
a { background-color: #0908CF; }
a { background-color: rgb(9,8,207); }
div.DivClassName
{
background-color: #0908CF;
}
.BgClassName
{
background-color: #0908CF;
}
</style>
border-color css
<style>
span { border-color: #0908CF; }
span { border-color: rgb(9,8,207); }
td.TdClassName
{
border-color: #0908CF;
}
.TagClassName
{
border-color: #0908CF;
}
</style>