Shades of Medium Blue #0907DB
Tints of Medium Blue #0907DB
RGB
CMYK
RGB Variations
Color information
#0907DB (or 0x0907DB) is known color: Medium Blue. HEX triplet: 09, 07 and DB. RGB value is (9,7,219). Sum of RGB (Red+Green+Blue) = 9+7+219=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 219 (85.94% from 255 or 93.19% from 235); Max value from RGB is 219 - color contains mainly: blue. Hex color #0907DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0907DB is #F6F824. Grayscale: #1E1E1E. Windows color (decimal): -16185381 or 14354185. OLE color: 14354185.
HSL color Cylindrical-coordinate representation of color #0907DB: hue angle of 240.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0907DB is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 7 | 219 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.14 |
| HSL | 240.57º | 0.94% | 0.44% | - |
| HSV(B) | 240.57º | 0.97% | 0.86% | - |
| XYZ | 12.97 | 5.32 | 67.36 | - |
| YUV | 31.77 | 233.66 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 219 | 0.96 | 0.97 | 0 | 0.14 | 240.57 | 0.94 | 0.44 |
| Hex | 9 | 7 | DB | 60 | 61 | 0 | E | F1 | 5E | 2C |
| Octal | 11 | 7 | 333 | 140 | 141 | 0 | 16 | 361 | 136 | 54 |
| Binary | 1001 | 111 | 11011011 | 1100000 | 1100001 | 0 | 1110 | 11110001 | 1011110 | 101100 |
Color Harmonies of #0907DB
Complementary color
Monochromatic Colors of #0907DB
Black with #0907DB
Text Example
Text Example
White with #0907DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0907DB; }
p { color: rgb(9,7,219); }
H1.HeaderClassName
{
color: #0907DB;
}
.AnyTagClassName
{
color: #0907DB;
}
</style>
background-color css
<style>
a { background-color: #0907DB; }
a { background-color: rgb(9,7,219); }
div.DivClassName
{
background-color: #0907DB;
}
.BgClassName
{
background-color: #0907DB;
}
</style>
border-color css
<style>
span { border-color: #0907DB; }
span { border-color: rgb(9,7,219); }
td.TdClassName
{
border-color: #0907DB;
}
.TagClassName
{
border-color: #0907DB;
}
</style>