Shades of Blue #0A1AF8
Tints of Blue #0A1AF8
RGB
CMYK
RGB Variations
Color information
#0A1AF8 (or 0x0A1AF8) is known color: Blue. HEX triplet: 0A, 1A and F8. RGB value is (10,26,248). Sum of RGB (Red+Green+Blue) = 10+26+248=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 248 (97.27% from 255 or 87.32% from 284); Max value from RGB is 248 - color contains mainly: blue. Hex color #0A1AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1AF8 is #F5E507. Grayscale: #2D2D2D. Windows color (decimal): -16114952 or 16259594. OLE color: 16259594.
HSL color Cylindrical-coordinate representation of color #0A1AF8: hue angle of 235.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1AF8 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 26 | 248 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.03 |
| HSL | 235.97º | 0.94% | 0.51% | - |
| HSV(B) | 235.97º | 0.96% | 0.97% | - |
| XYZ | 17.44 | 7.58 | 89.35 | - |
| YUV | 46.52 | 241.7 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 248 | 0.96 | 0.90 | 0 | 0.03 | 235.97 | 0.94 | 0.51 |
| Hex | A | 1A | F8 | 60 | 5A | 0 | 3 | EC | 5E | 33 |
| Octal | 12 | 32 | 370 | 140 | 132 | 0 | 3 | 354 | 136 | 63 |
| Binary | 1010 | 11010 | 11111000 | 1100000 | 1011010 | 0 | 11 | 11101100 | 1011110 | 110011 |
Color Harmonies of #0A1AF8
Complementary color
Monochromatic Colors of #0A1AF8
Black with #0A1AF8
Text Example
Text Example
White with #0A1AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1AF8; }
p { color: rgb(10,26,248); }
H1.HeaderClassName
{
color: #0A1AF8;
}
.AnyTagClassName
{
color: #0A1AF8;
}
</style>
background-color css
<style>
a { background-color: #0A1AF8; }
a { background-color: rgb(10,26,248); }
div.DivClassName
{
background-color: #0A1AF8;
}
.BgClassName
{
background-color: #0A1AF8;
}
</style>
border-color css
<style>
span { border-color: #0A1AF8; }
span { border-color: rgb(10,26,248); }
td.TdClassName
{
border-color: #0A1AF8;
}
.TagClassName
{
border-color: #0A1AF8;
}
</style>