Shades of Blue #0A20FC
Tints of Blue #0A20FC
RGB
CMYK
RGB Variations
Color information
#0A20FC (or 0x0A20FC) is known color: Blue. HEX triplet: 0A, 20 and FC. RGB value is (10,32,252). Sum of RGB (Red+Green+Blue) = 10+32+252=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 252 (98.83% from 255 or 85.71% from 294); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A20FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A20FC is #F5DF03. Grayscale: #313131. Windows color (decimal): -16113412 or 16523274. OLE color: 16523274.
HSL color Cylindrical-coordinate representation of color #0A20FC: hue angle of 234.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A20FC is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 32 | 252 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.01 |
| HSL | 234.55º | 0.98% | 0.51% | - |
| HSV(B) | 234.55º | 0.96% | 0.99% | - |
| XYZ | 18.21 | 8.13 | 92.7 | - |
| YUV | 50.5 | 241.71 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 252 | 0.96 | 0.87 | 0 | 0.01 | 234.55 | 0.98 | 0.51 |
| Hex | A | 20 | FC | 60 | 57 | 0 | 1 | EB | 62 | 33 |
| Octal | 12 | 40 | 374 | 140 | 127 | 0 | 1 | 353 | 142 | 63 |
| Binary | 1010 | 100000 | 11111100 | 1100000 | 1010111 | 0 | 1 | 11101011 | 1100010 | 110011 |
Color Harmonies of #0A20FC
Complementary color
Monochromatic Colors of #0A20FC
Black with #0A20FC
Text Example
Text Example
White with #0A20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A20FC; }
p { color: rgb(10,32,252); }
H1.HeaderClassName
{
color: #0A20FC;
}
.AnyTagClassName
{
color: #0A20FC;
}
</style>
background-color css
<style>
a { background-color: #0A20FC; }
a { background-color: rgb(10,32,252); }
div.DivClassName
{
background-color: #0A20FC;
}
.BgClassName
{
background-color: #0A20FC;
}
</style>
border-color css
<style>
span { border-color: #0A20FC; }
span { border-color: rgb(10,32,252); }
td.TdClassName
{
border-color: #0A20FC;
}
.TagClassName
{
border-color: #0A20FC;
}
</style>