Shades of Medium Blue #0A08DA
Tints of Medium Blue #0A08DA
RGB
CMYK
RGB Variations
Color information
#0A08DA (or 0x0A08DA) is known color: Medium Blue. HEX triplet: 0A, 08 and DA. RGB value is (10,8,218). Sum of RGB (Red+Green+Blue) = 10+8+218=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 218 (85.55% from 255 or 92.37% from 236); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A08DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08DA is #F5F725. Grayscale: #1F1F1F. Windows color (decimal): -16119590 or 14288906. OLE color: 14288906.
HSL color Cylindrical-coordinate representation of color #0A08DA: hue angle of 240.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A08DA is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 8 | 218 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.15 |
| HSL | 240.57º | 0.93% | 0.44% | - |
| HSV(B) | 240.57º | 0.96% | 0.85% | - |
| XYZ | 12.87 | 5.3 | 66.67 | - |
| YUV | 32.54 | 232.66 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 218 | 0.95 | 0.96 | 0 | 0.15 | 240.57 | 0.93 | 0.44 |
| Hex | A | 8 | DA | 5F | 60 | 0 | F | F1 | 5D | 2C |
| Octal | 12 | 10 | 332 | 137 | 140 | 0 | 17 | 361 | 135 | 54 |
| Binary | 1010 | 1000 | 11011010 | 1011111 | 1100000 | 0 | 1111 | 11110001 | 1011101 | 101100 |
Color Harmonies of #0A08DA
Complementary color
Monochromatic Colors of #0A08DA
Black with #0A08DA
Text Example
Text Example
White with #0A08DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A08DA; }
p { color: rgb(10,8,218); }
H1.HeaderClassName
{
color: #0A08DA;
}
.AnyTagClassName
{
color: #0A08DA;
}
</style>
background-color css
<style>
a { background-color: #0A08DA; }
a { background-color: rgb(10,8,218); }
div.DivClassName
{
background-color: #0A08DA;
}
.BgClassName
{
background-color: #0A08DA;
}
</style>
border-color css
<style>
span { border-color: #0A08DA; }
span { border-color: rgb(10,8,218); }
td.TdClassName
{
border-color: #0A08DA;
}
.TagClassName
{
border-color: #0A08DA;
}
</style>