Shades of Medium Blue #0A0EDC
Tints of Medium Blue #0A0EDC
RGB
CMYK
RGB Variations
Color information
#0A0EDC (or 0x0A0EDC) is known color: Medium Blue. HEX triplet: 0A, 0E and DC. RGB value is (10,14,220). Sum of RGB (Red+Green+Blue) = 10+14+220=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 220 (86.33% from 255 or 90.16% from 244); Max value from RGB is 220 - color contains mainly: blue. Hex color #0A0EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0EDC is #F5F123. Grayscale: #232323. Windows color (decimal): -16118052 or 14421514. OLE color: 14421514.
HSL color Cylindrical-coordinate representation of color #0A0EDC: hue angle of 238.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0EDC is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 14 | 220 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.14 |
| HSL | 238.86º | 0.91% | 0.45% | - |
| HSV(B) | 238.86º | 0.95% | 0.86% | - |
| XYZ | 13.2 | 5.55 | 68.08 | - |
| YUV | 36.29 | 231.67 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 220 | 0.95 | 0.94 | 0 | 0.14 | 238.86 | 0.91 | 0.45 |
| Hex | A | E | DC | 5F | 5E | 0 | E | EF | 5B | 2D |
| Octal | 12 | 16 | 334 | 137 | 136 | 0 | 16 | 357 | 133 | 55 |
| Binary | 1010 | 1110 | 11011100 | 1011111 | 1011110 | 0 | 1110 | 11101111 | 1011011 | 101101 |
Color Harmonies of #0A0EDC
Complementary color
Monochromatic Colors of #0A0EDC
Black with #0A0EDC
Text Example
Text Example
White with #0A0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EDC; }
p { color: rgb(10,14,220); }
H1.HeaderClassName
{
color: #0A0EDC;
}
.AnyTagClassName
{
color: #0A0EDC;
}
</style>
background-color css
<style>
a { background-color: #0A0EDC; }
a { background-color: rgb(10,14,220); }
div.DivClassName
{
background-color: #0A0EDC;
}
.BgClassName
{
background-color: #0A0EDC;
}
</style>
border-color css
<style>
span { border-color: #0A0EDC; }
span { border-color: rgb(10,14,220); }
td.TdClassName
{
border-color: #0A0EDC;
}
.TagClassName
{
border-color: #0A0EDC;
}
</style>