Shades of Blue #0A32F9
Tints of Blue #0A32F9
RGB
CMYK
RGB Variations
Color information
#0A32F9 (or 0x0A32F9) is known color: Blue. HEX triplet: 0A, 32 and F9. RGB value is (10,50,249). Sum of RGB (Red+Green+Blue) = 10+50+249=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 249 (97.66% from 255 or 80.58% from 309); Max value from RGB is 249 - color contains mainly: blue. Hex color #0A32F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A32F9 is #F5CD06. Grayscale: #3B3B3B. Windows color (decimal): -16108807 or 16331274. OLE color: 16331274.
HSL color Cylindrical-coordinate representation of color #0A32F9: hue angle of 229.96º 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 #0A32F9 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 50 | 249 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.02 |
| HSL | 229.96º | 0.95% | 0.51% | - |
| HSV(B) | 229.96º | 0.96% | 0.98% | - |
| XYZ | 18.36 | 9.19 | 90.43 | - |
| YUV | 60.73 | 234.25 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 249 | 0.96 | 0.80 | 0 | 0.02 | 229.96 | 0.95 | 0.51 |
| Hex | A | 32 | F9 | 60 | 50 | 0 | 2 | E6 | 5F | 33 |
| Octal | 12 | 62 | 371 | 140 | 120 | 0 | 2 | 346 | 137 | 63 |
| Binary | 1010 | 110010 | 11111001 | 1100000 | 1010000 | 0 | 10 | 11100110 | 1011111 | 110011 |
Color Harmonies of #0A32F9
Complementary color
Monochromatic Colors of #0A32F9
Black with #0A32F9
Text Example
Text Example
White with #0A32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A32F9; }
p { color: rgb(10,50,249); }
H1.HeaderClassName
{
color: #0A32F9;
}
.AnyTagClassName
{
color: #0A32F9;
}
</style>
background-color css
<style>
a { background-color: #0A32F9; }
a { background-color: rgb(10,50,249); }
div.DivClassName
{
background-color: #0A32F9;
}
.BgClassName
{
background-color: #0A32F9;
}
</style>
border-color css
<style>
span { border-color: #0A32F9; }
span { border-color: rgb(10,50,249); }
td.TdClassName
{
border-color: #0A32F9;
}
.TagClassName
{
border-color: #0A32F9;
}
</style>