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