Shades of Blue #0A23FB
Tints of Blue #0A23FB
RGB
CMYK
RGB Variations
Color information
#0A23FB (or 0x0A23FB) is known color: Blue. HEX triplet: 0A, 23 and FB. RGB value is (10,35,251). Sum of RGB (Red+Green+Blue) = 10+35+251=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 251 (98.44% from 255 or 84.80% from 296); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A23FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A23FB is #F5DC04. Grayscale: #333333. Windows color (decimal): -16112645 or 16458506. OLE color: 16458506.
HSL color Cylindrical-coordinate representation of color #0A23FB: hue angle of 233.78º degrees, saturation: 0.97, 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 #0A23FB is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 35 | 251 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.02 |
| HSL | 233.78º | 0.97% | 0.51% | - |
| HSV(B) | 233.78º | 0.96% | 0.98% | - |
| XYZ | 18.14 | 8.23 | 91.9 | - |
| YUV | 52.15 | 240.22 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 251 | 0.96 | 0.86 | 0 | 0.02 | 233.78 | 0.97 | 0.51 |
| Hex | A | 23 | FB | 60 | 56 | 0 | 2 | EA | 61 | 33 |
| Octal | 12 | 43 | 373 | 140 | 126 | 0 | 2 | 352 | 141 | 63 |
| Binary | 1010 | 100011 | 11111011 | 1100000 | 1010110 | 0 | 10 | 11101010 | 1100001 | 110011 |
Color Harmonies of #0A23FB
Complementary color
Monochromatic Colors of #0A23FB
Black with #0A23FB
Text Example
Text Example
White with #0A23FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A23FB; }
p { color: rgb(10,35,251); }
H1.HeaderClassName
{
color: #0A23FB;
}
.AnyTagClassName
{
color: #0A23FB;
}
</style>
background-color css
<style>
a { background-color: #0A23FB; }
a { background-color: rgb(10,35,251); }
div.DivClassName
{
background-color: #0A23FB;
}
.BgClassName
{
background-color: #0A23FB;
}
</style>
border-color css
<style>
span { border-color: #0A23FB; }
span { border-color: rgb(10,35,251); }
td.TdClassName
{
border-color: #0A23FB;
}
.TagClassName
{
border-color: #0A23FB;
}
</style>