Shades of Blue #0A20E9
Tints of Blue #0A20E9
RGB
CMYK
RGB Variations
Color information
#0A20E9 (or 0x0A20E9) is known color: Blue. HEX triplet: 0A, 20 and E9. RGB value is (10,32,233). Sum of RGB (Red+Green+Blue) = 10+32+233=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 233 (91.41% from 255 or 84.73% from 275); Max value from RGB is 233 - color contains mainly: blue. Hex color #0A20E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A20E9 is #F5DF16. Grayscale: #2F2F2F. Windows color (decimal): -16113431 or 15278090. OLE color: 15278090.
HSL color Cylindrical-coordinate representation of color #0A20E9: hue angle of 234.08º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A20E9 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 32 | 233 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.09 |
| HSL | 234.08º | 0.92% | 0.48% | - |
| HSV(B) | 234.08º | 0.96% | 0.91% | - |
| XYZ | 15.35 | 6.98 | 77.63 | - |
| YUV | 48.34 | 232.21 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 233 | 0.96 | 0.86 | 0 | 0.09 | 234.08 | 0.92 | 0.48 |
| Hex | A | 20 | E9 | 60 | 56 | 0 | 9 | EA | 5C | 30 |
| Octal | 12 | 40 | 351 | 140 | 126 | 0 | 11 | 352 | 134 | 60 |
| Binary | 1010 | 100000 | 11101001 | 1100000 | 1010110 | 0 | 1001 | 11101010 | 1011100 | 110000 |
Color Harmonies of #0A20E9
Complementary color
Monochromatic Colors of #0A20E9
Black with #0A20E9
Text Example
Text Example
White with #0A20E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A20E9; }
p { color: rgb(10,32,233); }
H1.HeaderClassName
{
color: #0A20E9;
}
.AnyTagClassName
{
color: #0A20E9;
}
</style>
background-color css
<style>
a { background-color: #0A20E9; }
a { background-color: rgb(10,32,233); }
div.DivClassName
{
background-color: #0A20E9;
}
.BgClassName
{
background-color: #0A20E9;
}
</style>
border-color css
<style>
span { border-color: #0A20E9; }
span { border-color: rgb(10,32,233); }
td.TdClassName
{
border-color: #0A20E9;
}
.TagClassName
{
border-color: #0A20E9;
}
</style>