Shades of Medium Blue #000AD7
Tints of Medium Blue #000AD7
RGB
CMYK
RGB Variations
Color information
#000AD7 (or 0x000AD7) is known color: Medium Blue. HEX triplet: 00, 0A and D7. RGB value is (0,10,215). Sum of RGB (Red+Green+Blue) = 0+10+215=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 215 (84.38% from 255 or 95.56% from 225); Max value from RGB is 215 - color contains mainly: blue. Hex color #000AD7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AD7 is #FFF528. Grayscale: #1D1D1D. Windows color (decimal): -16774441 or 14092800. OLE color: 14092800.
HSL color Cylindrical-coordinate representation of color #000AD7: hue angle of 237.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AD7 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 10 | 215 | - |
| CMYK | 1 | 0.95 | 0 | 0.16 |
| HSL | 237.21º | 1% | 0.42% | - |
| HSV(B) | 237.21º | 1% | 0.84% | - |
| XYZ | 12.37 | 5.12 | 64.63 | - |
| YUV | 30.38 | 232.19 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 215 | 1 | 0.95 | 0 | 0.16 | 237.21 | 1 | 0.42 |
| Hex | 0 | A | D7 | 64 | 5F | 0 | 10 | ED | 64 | 2A |
| Octal | 0 | 12 | 327 | 144 | 137 | 0 | 20 | 355 | 144 | 52 |
| Binary | 0 | 1010 | 11010111 | 1100100 | 1011111 | 0 | 10000 | 11101101 | 1100100 | 101010 |
Color Harmonies of #000AD7
Complementary color
Monochromatic Colors of #000AD7
Black with #000AD7
Text Example
Text Example
White with #000AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AD7; }
p { color: rgb(0,10,215); }
H1.HeaderClassName
{
color: #000AD7;
}
.AnyTagClassName
{
color: #000AD7;
}
</style>
background-color css
<style>
a { background-color: #000AD7; }
a { background-color: rgb(0,10,215); }
div.DivClassName
{
background-color: #000AD7;
}
.BgClassName
{
background-color: #000AD7;
}
</style>
border-color css
<style>
span { border-color: #000AD7; }
span { border-color: rgb(0,10,215); }
td.TdClassName
{
border-color: #000AD7;
}
.TagClassName
{
border-color: #000AD7;
}
</style>