Shades of Medium Blue #0A07DA
Tints of Medium Blue #0A07DA
RGB
CMYK
RGB Variations
Color information
#0A07DA (or 0x0A07DA) is known color: Medium Blue. HEX triplet: 0A, 07 and DA. RGB value is (10,7,218). Sum of RGB (Red+Green+Blue) = 10+7+218=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 218 (85.55% from 255 or 92.77% from 235); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A07DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A07DA is #F5F825. Grayscale: #1F1F1F. Windows color (decimal): -16119846 or 14288650. OLE color: 14288650.
HSL color Cylindrical-coordinate representation of color #0A07DA: hue angle of 240.85º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A07DA is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 7 | 218 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.15 |
| HSL | 240.85º | 0.94% | 0.44% | - |
| HSV(B) | 240.85º | 0.97% | 0.85% | - |
| XYZ | 12.86 | 5.28 | 66.67 | - |
| YUV | 31.95 | 232.99 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 218 | 0.95 | 0.97 | 0 | 0.15 | 240.85 | 0.94 | 0.44 |
| Hex | A | 7 | DA | 5F | 61 | 0 | F | F1 | 5E | 2C |
| Octal | 12 | 7 | 332 | 137 | 141 | 0 | 17 | 361 | 136 | 54 |
| Binary | 1010 | 111 | 11011010 | 1011111 | 1100001 | 0 | 1111 | 11110001 | 1011110 | 101100 |
Color Harmonies of #0A07DA
Complementary color
Monochromatic Colors of #0A07DA
Black with #0A07DA
Text Example
Text Example
White with #0A07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07DA; }
p { color: rgb(10,7,218); }
H1.HeaderClassName
{
color: #0A07DA;
}
.AnyTagClassName
{
color: #0A07DA;
}
</style>
background-color css
<style>
a { background-color: #0A07DA; }
a { background-color: rgb(10,7,218); }
div.DivClassName
{
background-color: #0A07DA;
}
.BgClassName
{
background-color: #0A07DA;
}
</style>
border-color css
<style>
span { border-color: #0A07DA; }
span { border-color: rgb(10,7,218); }
td.TdClassName
{
border-color: #0A07DA;
}
.TagClassName
{
border-color: #0A07DA;
}
</style>