Shades of Blue #0A14FA
Tints of Blue #0A14FA
RGB
CMYK
RGB Variations
Color information
#0A14FA (or 0x0A14FA) is known color: Blue. HEX triplet: 0A, 14 and FA. RGB value is (10,20,250). Sum of RGB (Red+Green+Blue) = 10+20+250=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 250 (98.05% from 255 or 89.29% from 280); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A14FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A14FA is #F5EB05. Grayscale: #2A2A2A. Windows color (decimal): -16116486 or 16389130. OLE color: 16389130.
HSL color Cylindrical-coordinate representation of color #0A14FA: hue angle of 237.5º degrees, saturation: 0.96, 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 #0A14FA is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 20 | 250 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.02 |
| HSL | 237.5º | 0.96% | 0.51% | - |
| HSV(B) | 237.5º | 0.96% | 0.98% | - |
| XYZ | 17.63 | 7.47 | 90.95 | - |
| YUV | 43.23 | 244.69 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 250 | 0.96 | 0.92 | 0 | 0.02 | 237.5 | 0.96 | 0.51 |
| Hex | A | 14 | FA | 60 | 5C | 0 | 2 | EE | 60 | 33 |
| Octal | 12 | 24 | 372 | 140 | 134 | 0 | 2 | 356 | 140 | 63 |
| Binary | 1010 | 10100 | 11111010 | 1100000 | 1011100 | 0 | 10 | 11101110 | 1100000 | 110011 |
Color Harmonies of #0A14FA
Complementary color
Monochromatic Colors of #0A14FA
Black with #0A14FA
Text Example
Text Example
White with #0A14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A14FA; }
p { color: rgb(10,20,250); }
H1.HeaderClassName
{
color: #0A14FA;
}
.AnyTagClassName
{
color: #0A14FA;
}
</style>
background-color css
<style>
a { background-color: #0A14FA; }
a { background-color: rgb(10,20,250); }
div.DivClassName
{
background-color: #0A14FA;
}
.BgClassName
{
background-color: #0A14FA;
}
</style>
border-color css
<style>
span { border-color: #0A14FA; }
span { border-color: rgb(10,20,250); }
td.TdClassName
{
border-color: #0A14FA;
}
.TagClassName
{
border-color: #0A14FA;
}
</style>