Shades of Blue #0A1DF9
Tints of Blue #0A1DF9
RGB
CMYK
RGB Variations
Color information
#0A1DF9 (or 0x0A1DF9) is known color: Blue. HEX triplet: 0A, 1D and F9. RGB value is (10,29,249). Sum of RGB (Red+Green+Blue) = 10+29+249=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 249 (97.66% from 255 or 86.46% from 288); Max value from RGB is 249 - color contains mainly: blue. Hex color #0A1DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1DF9 is #F5E206. Grayscale: #2F2F2F. Windows color (decimal): -16114183 or 16325898. OLE color: 16325898.
HSL color Cylindrical-coordinate representation of color #0A1DF9: hue angle of 235.23º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1DF9 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 29 | 249 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.02 |
| HSL | 235.23º | 0.95% | 0.51% | - |
| HSV(B) | 235.23º | 0.96% | 0.98% | - |
| XYZ | 17.66 | 7.78 | 90.19 | - |
| YUV | 48.4 | 241.21 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 249 | 0.96 | 0.88 | 0 | 0.02 | 235.23 | 0.95 | 0.51 |
| Hex | A | 1D | F9 | 60 | 58 | 0 | 2 | EB | 5F | 33 |
| Octal | 12 | 35 | 371 | 140 | 130 | 0 | 2 | 353 | 137 | 63 |
| Binary | 1010 | 11101 | 11111001 | 1100000 | 1011000 | 0 | 10 | 11101011 | 1011111 | 110011 |
Color Harmonies of #0A1DF9
Complementary color
Monochromatic Colors of #0A1DF9
Black with #0A1DF9
Text Example
Text Example
White with #0A1DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1DF9; }
p { color: rgb(10,29,249); }
H1.HeaderClassName
{
color: #0A1DF9;
}
.AnyTagClassName
{
color: #0A1DF9;
}
</style>
background-color css
<style>
a { background-color: #0A1DF9; }
a { background-color: rgb(10,29,249); }
div.DivClassName
{
background-color: #0A1DF9;
}
.BgClassName
{
background-color: #0A1DF9;
}
</style>
border-color css
<style>
span { border-color: #0A1DF9; }
span { border-color: rgb(10,29,249); }
td.TdClassName
{
border-color: #0A1DF9;
}
.TagClassName
{
border-color: #0A1DF9;
}
</style>