Shades of Medium Blue #0A08DF
Tints of Medium Blue #0A08DF
RGB
CMYK
RGB Variations
Color information
#0A08DF (or 0x0A08DF) is known color: Medium Blue. HEX triplet: 0A, 08 and DF. RGB value is (10,8,223). Sum of RGB (Red+Green+Blue) = 10+8+223=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A08DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08DF is #F5F720. Grayscale: #202020. Windows color (decimal): -16119585 or 14616586. OLE color: 14616586.
HSL color Cylindrical-coordinate representation of color #0A08DF: 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 #0A08DF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 8 | 223 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.13 |
| HSL | 240.56º | 0.93% | 0.45% | - |
| HSV(B) | 240.56º | 0.96% | 0.87% | - |
| XYZ | 13.53 | 5.57 | 70.17 | - |
| YUV | 33.11 | 235.16 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 223 | 0.96 | 0.96 | 0 | 0.13 | 240.56 | 0.93 | 0.45 |
| Hex | A | 8 | DF | 60 | 60 | 0 | D | F1 | 5D | 2D |
| Octal | 12 | 10 | 337 | 140 | 140 | 0 | 15 | 361 | 135 | 55 |
| Binary | 1010 | 1000 | 11011111 | 1100000 | 1100000 | 0 | 1101 | 11110001 | 1011101 | 101101 |
Color Harmonies of #0A08DF
Complementary color
Monochromatic Colors of #0A08DF
Black with #0A08DF
Text Example
Text Example
White with #0A08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A08DF; }
p { color: rgb(10,8,223); }
H1.HeaderClassName
{
color: #0A08DF;
}
.AnyTagClassName
{
color: #0A08DF;
}
</style>
background-color css
<style>
a { background-color: #0A08DF; }
a { background-color: rgb(10,8,223); }
div.DivClassName
{
background-color: #0A08DF;
}
.BgClassName
{
background-color: #0A08DF;
}
</style>
border-color css
<style>
span { border-color: #0A08DF; }
span { border-color: rgb(10,8,223); }
td.TdClassName
{
border-color: #0A08DF;
}
.TagClassName
{
border-color: #0A08DF;
}
</style>