Shades of Medium Blue #0A08DD
Tints of Medium Blue #0A08DD
RGB
CMYK
RGB Variations
Color information
#0A08DD (or 0x0A08DD) is known color: Medium Blue. HEX triplet: 0A, 08 and DD. RGB value is (10,8,221). Sum of RGB (Red+Green+Blue) = 10+8+221=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A08DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08DD is #F5F722. Grayscale: #202020. Windows color (decimal): -16119587 or 14485514. OLE color: 14485514.
HSL color Cylindrical-coordinate representation of color #0A08DD: hue angle of 240.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A08DD is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 8 | 221 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.13 |
| HSL | 240.56º | 0.93% | 0.45% | - |
| HSV(B) | 240.56º | 0.96% | 0.87% | - |
| XYZ | 13.26 | 5.46 | 68.76 | - |
| YUV | 32.88 | 234.16 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 221 | 0.95 | 0.96 | 0 | 0.13 | 240.56 | 0.93 | 0.45 |
| Hex | A | 8 | DD | 5F | 60 | 0 | D | F1 | 5D | 2D |
| Octal | 12 | 10 | 335 | 137 | 140 | 0 | 15 | 361 | 135 | 55 |
| Binary | 1010 | 1000 | 11011101 | 1011111 | 1100000 | 0 | 1101 | 11110001 | 1011101 | 101101 |
Color Harmonies of #0A08DD
Complementary color
Monochromatic Colors of #0A08DD
Black with #0A08DD
Text Example
Text Example
White with #0A08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A08DD; }
p { color: rgb(10,8,221); }
H1.HeaderClassName
{
color: #0A08DD;
}
.AnyTagClassName
{
color: #0A08DD;
}
</style>
background-color css
<style>
a { background-color: #0A08DD; }
a { background-color: rgb(10,8,221); }
div.DivClassName
{
background-color: #0A08DD;
}
.BgClassName
{
background-color: #0A08DD;
}
</style>
border-color css
<style>
span { border-color: #0A08DD; }
span { border-color: rgb(10,8,221); }
td.TdClassName
{
border-color: #0A08DD;
}
.TagClassName
{
border-color: #0A08DD;
}
</style>