Shades of Medium Blue #0B07DB
Tints of Medium Blue #0B07DB
RGB
CMYK
RGB Variations
Color information
#0B07DB (or 0x0B07DB) is known color: Medium Blue. HEX triplet: 0B, 07 and DB. RGB value is (11,7,219). Sum of RGB (Red+Green+Blue) = 11+7+219=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 219 (85.94% from 255 or 92.41% from 237); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B07DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B07DB is #F4F824. Grayscale: #1F1F1F. Windows color (decimal): -16054309 or 14354187. OLE color: 14354187.
HSL color Cylindrical-coordinate representation of color #0B07DB: hue angle of 241.13º 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 #0B07DB is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 7 | 219 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.14 |
| HSL | 241.13º | 0.94% | 0.44% | - |
| HSV(B) | 241.13º | 0.97% | 0.86% | - |
| XYZ | 13 | 5.34 | 67.36 | - |
| YUV | 32.36 | 233.33 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 219 | 0.95 | 0.97 | 0 | 0.14 | 241.13 | 0.94 | 0.44 |
| Hex | B | 7 | DB | 5F | 61 | 0 | E | F1 | 5E | 2C |
| Octal | 13 | 7 | 333 | 137 | 141 | 0 | 16 | 361 | 136 | 54 |
| Binary | 1011 | 111 | 11011011 | 1011111 | 1100001 | 0 | 1110 | 11110001 | 1011110 | 101100 |
Color Harmonies of #0B07DB
Complementary color
Monochromatic Colors of #0B07DB
Black with #0B07DB
Text Example
Text Example
White with #0B07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B07DB; }
p { color: rgb(11,7,219); }
H1.HeaderClassName
{
color: #0B07DB;
}
.AnyTagClassName
{
color: #0B07DB;
}
</style>
background-color css
<style>
a { background-color: #0B07DB; }
a { background-color: rgb(11,7,219); }
div.DivClassName
{
background-color: #0B07DB;
}
.BgClassName
{
background-color: #0B07DB;
}
</style>
border-color css
<style>
span { border-color: #0B07DB; }
span { border-color: rgb(11,7,219); }
td.TdClassName
{
border-color: #0B07DB;
}
.TagClassName
{
border-color: #0B07DB;
}
</style>