Shades of Medium Blue #0A09D5
Tints of Medium Blue #0A09D5
RGB
CMYK
RGB Variations
Color information
#0A09D5 (or 0x0A09D5) is known color: Medium Blue. HEX triplet: 0A, 09 and D5. RGB value is (10,9,213). Sum of RGB (Red+Green+Blue) = 10+9+213=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 213 (83.59% from 255 or 91.81% from 232); Max value from RGB is 213 - color contains mainly: blue. Hex color #0A09D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A09D5 is #F5F62A. Grayscale: #1F1F1F. Windows color (decimal): -16119339 or 13961482. OLE color: 13961482.
HSL color Cylindrical-coordinate representation of color #0A09D5: hue angle of 240.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A09D5 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 9 | 213 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.16 |
| HSL | 240.29º | 0.92% | 0.44% | - |
| HSV(B) | 240.29º | 0.96% | 0.84% | - |
| XYZ | 12.23 | 5.06 | 63.28 | - |
| YUV | 32.56 | 229.83 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 213 | 0.95 | 0.96 | 0 | 0.16 | 240.29 | 0.92 | 0.44 |
| Hex | A | 9 | D5 | 5F | 60 | 0 | 10 | F0 | 5C | 2C |
| Octal | 12 | 11 | 325 | 137 | 140 | 0 | 20 | 360 | 134 | 54 |
| Binary | 1010 | 1001 | 11010101 | 1011111 | 1100000 | 0 | 10000 | 11110000 | 1011100 | 101100 |
Color Harmonies of #0A09D5
Complementary color
Monochromatic Colors of #0A09D5
Black with #0A09D5
Text Example
Text Example
White with #0A09D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A09D5; }
p { color: rgb(10,9,213); }
H1.HeaderClassName
{
color: #0A09D5;
}
.AnyTagClassName
{
color: #0A09D5;
}
</style>
background-color css
<style>
a { background-color: #0A09D5; }
a { background-color: rgb(10,9,213); }
div.DivClassName
{
background-color: #0A09D5;
}
.BgClassName
{
background-color: #0A09D5;
}
</style>
border-color css
<style>
span { border-color: #0A09D5; }
span { border-color: rgb(10,9,213); }
td.TdClassName
{
border-color: #0A09D5;
}
.TagClassName
{
border-color: #0A09D5;
}
</style>