Shades of Medium Blue #0A0DDE
Tints of Medium Blue #0A0DDE
RGB
CMYK
RGB Variations
Color information
#0A0DDE (or 0x0A0DDE) is known color: Medium Blue. HEX triplet: 0A, 0D and DE. RGB value is (10,13,222). Sum of RGB (Red+Green+Blue) = 10+13+222=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 222 (87.11% from 255 or 90.61% from 245); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A0DDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0DDE is #F5F221. Grayscale: #232323. Windows color (decimal): -16118306 or 14552330. OLE color: 14552330.
HSL color Cylindrical-coordinate representation of color #0A0DDE: hue angle of 239.15º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0DDE is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 13 | 222 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.13 |
| HSL | 239.15º | 0.91% | 0.45% | - |
| HSV(B) | 239.15º | 0.95% | 0.87% | - |
| XYZ | 13.45 | 5.63 | 69.48 | - |
| YUV | 35.93 | 233.01 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 222 | 0.95 | 0.94 | 0 | 0.13 | 239.15 | 0.91 | 0.45 |
| Hex | A | D | DE | 5F | 5E | 0 | D | EF | 5B | 2D |
| Octal | 12 | 15 | 336 | 137 | 136 | 0 | 15 | 357 | 133 | 55 |
| Binary | 1010 | 1101 | 11011110 | 1011111 | 1011110 | 0 | 1101 | 11101111 | 1011011 | 101101 |
Color Harmonies of #0A0DDE
Complementary color
Monochromatic Colors of #0A0DDE
Black with #0A0DDE
Text Example
Text Example
White with #0A0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0DDE; }
p { color: rgb(10,13,222); }
H1.HeaderClassName
{
color: #0A0DDE;
}
.AnyTagClassName
{
color: #0A0DDE;
}
</style>
background-color css
<style>
a { background-color: #0A0DDE; }
a { background-color: rgb(10,13,222); }
div.DivClassName
{
background-color: #0A0DDE;
}
.BgClassName
{
background-color: #0A0DDE;
}
</style>
border-color css
<style>
span { border-color: #0A0DDE; }
span { border-color: rgb(10,13,222); }
td.TdClassName
{
border-color: #0A0DDE;
}
.TagClassName
{
border-color: #0A0DDE;
}
</style>