Shades of Medium Blue #0715DB
Tints of Medium Blue #0715DB
RGB
CMYK
RGB Variations
Color information
#0715DB (or 0x0715DB) is known color: Medium Blue. HEX triplet: 07, 15 and DB. RGB value is (7,21,219). Sum of RGB (Red+Green+Blue) = 7+21+219=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 219 (85.94% from 255 or 88.66% from 247); Max value from RGB is 219 - color contains mainly: blue. Hex color #0715DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0715DB is #F8EA24. Grayscale: #262626. Windows color (decimal): -16312869 or 14357767. OLE color: 14357767.
HSL color Cylindrical-coordinate representation of color #0715DB: hue angle of 236.04º 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 #0715DB is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 21 | 219 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.14 |
| HSL | 236.04º | 0.94% | 0.44% | - |
| HSV(B) | 236.04º | 0.97% | 0.86% | - |
| XYZ | 13.14 | 5.7 | 67.42 | - |
| YUV | 39.39 | 229.36 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 219 | 0.97 | 0.90 | 0 | 0.14 | 236.04 | 0.94 | 0.44 |
| Hex | 7 | 15 | DB | 61 | 5A | 0 | E | EC | 5E | 2C |
| Octal | 7 | 25 | 333 | 141 | 132 | 0 | 16 | 354 | 136 | 54 |
| Binary | 111 | 10101 | 11011011 | 1100001 | 1011010 | 0 | 1110 | 11101100 | 1011110 | 101100 |
Color Harmonies of #0715DB
Complementary color
Monochromatic Colors of #0715DB
Black with #0715DB
Text Example
Text Example
White with #0715DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0715DB; }
p { color: rgb(7,21,219); }
H1.HeaderClassName
{
color: #0715DB;
}
.AnyTagClassName
{
color: #0715DB;
}
</style>
background-color css
<style>
a { background-color: #0715DB; }
a { background-color: rgb(7,21,219); }
div.DivClassName
{
background-color: #0715DB;
}
.BgClassName
{
background-color: #0715DB;
}
</style>
border-color css
<style>
span { border-color: #0715DB; }
span { border-color: rgb(7,21,219); }
td.TdClassName
{
border-color: #0715DB;
}
.TagClassName
{
border-color: #0715DB;
}
</style>