Shades of Medium Blue #0A07DF
Tints of Medium Blue #0A07DF
RGB
CMYK
RGB Variations
Color information
#0A07DF (or 0x0A07DF) is known color: Medium Blue. HEX triplet: 0A, 07 and DF. RGB value is (10,7,223). Sum of RGB (Red+Green+Blue) = 10+7+223=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 223 (87.5% from 255 or 92.92% from 240); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A07DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A07DF is #F5F820. Grayscale: #1F1F1F. Windows color (decimal): -16119841 or 14616330. OLE color: 14616330.
HSL color Cylindrical-coordinate representation of color #0A07DF: hue angle of 240.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A07DF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 7 | 223 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.13 |
| HSL | 240.83º | 0.94% | 0.45% | - |
| HSV(B) | 240.83º | 0.97% | 0.87% | - |
| XYZ | 13.52 | 5.54 | 70.17 | - |
| YUV | 32.52 | 235.49 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 223 | 0.96 | 0.97 | 0 | 0.13 | 240.83 | 0.94 | 0.45 |
| Hex | A | 7 | DF | 60 | 61 | 0 | D | F1 | 5E | 2D |
| Octal | 12 | 7 | 337 | 140 | 141 | 0 | 15 | 361 | 136 | 55 |
| Binary | 1010 | 111 | 11011111 | 1100000 | 1100001 | 0 | 1101 | 11110001 | 1011110 | 101101 |
Color Harmonies of #0A07DF
Complementary color
Monochromatic Colors of #0A07DF
Black with #0A07DF
Text Example
Text Example
White with #0A07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07DF; }
p { color: rgb(10,7,223); }
H1.HeaderClassName
{
color: #0A07DF;
}
.AnyTagClassName
{
color: #0A07DF;
}
</style>
background-color css
<style>
a { background-color: #0A07DF; }
a { background-color: rgb(10,7,223); }
div.DivClassName
{
background-color: #0A07DF;
}
.BgClassName
{
background-color: #0A07DF;
}
</style>
border-color css
<style>
span { border-color: #0A07DF; }
span { border-color: rgb(10,7,223); }
td.TdClassName
{
border-color: #0A07DF;
}
.TagClassName
{
border-color: #0A07DF;
}
</style>