Shades of Medium Blue #0A08D5
Tints of Medium Blue #0A08D5
RGB
CMYK
RGB Variations
Color information
#0A08D5 (or 0x0A08D5) is known color: Medium Blue. HEX triplet: 0A, 08 and D5. RGB value is (10,8,213). Sum of RGB (Red+Green+Blue) = 10+8+213=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 213 (83.59% from 255 or 92.21% from 231); Max value from RGB is 213 - color contains mainly: blue. Hex color #0A08D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08D5 is #F5F72A. Grayscale: #1F1F1F. Windows color (decimal): -16119595 or 13961226. OLE color: 13961226.
HSL color Cylindrical-coordinate representation of color #0A08D5: hue angle of 240.59º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A08D5 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 8 | 213 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.16 |
| HSL | 240.59º | 0.93% | 0.43% | - |
| HSV(B) | 240.59º | 0.96% | 0.84% | - |
| XYZ | 12.22 | 5.04 | 63.28 | - |
| YUV | 31.97 | 230.16 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 213 | 0.95 | 0.96 | 0 | 0.16 | 240.59 | 0.93 | 0.43 |
| Hex | A | 8 | D5 | 5F | 60 | 0 | 10 | F1 | 5D | 2B |
| Octal | 12 | 10 | 325 | 137 | 140 | 0 | 20 | 361 | 135 | 53 |
| Binary | 1010 | 1000 | 11010101 | 1011111 | 1100000 | 0 | 10000 | 11110001 | 1011101 | 101011 |
Color Harmonies of #0A08D5
Complementary color
Monochromatic Colors of #0A08D5
Black with #0A08D5
Text Example
Text Example
White with #0A08D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A08D5; }
p { color: rgb(10,8,213); }
H1.HeaderClassName
{
color: #0A08D5;
}
.AnyTagClassName
{
color: #0A08D5;
}
</style>
background-color css
<style>
a { background-color: #0A08D5; }
a { background-color: rgb(10,8,213); }
div.DivClassName
{
background-color: #0A08D5;
}
.BgClassName
{
background-color: #0A08D5;
}
</style>
border-color css
<style>
span { border-color: #0A08D5; }
span { border-color: rgb(10,8,213); }
td.TdClassName
{
border-color: #0A08D5;
}
.TagClassName
{
border-color: #0A08D5;
}
</style>