Shades of Blue #0A38F6
Tints of Blue #0A38F6
RGB
CMYK
RGB Variations
Color information
#0A38F6 (or 0x0A38F6) is known color: Blue. HEX triplet: 0A, 38 and F6. RGB value is (10,56,246). Sum of RGB (Red+Green+Blue) = 10+56+246=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 246 (96.48% from 255 or 78.85% from 312); Max value from RGB is 246 - color contains mainly: blue. Hex color #0A38F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A38F6 is #F5C709. Grayscale: #3F3F3F. Windows color (decimal): -16107274 or 16136202. OLE color: 16136202.
HSL color Cylindrical-coordinate representation of color #0A38F6: hue angle of 228.31º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A38F6 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 56 | 246 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.04 |
| HSL | 228.31º | 0.93% | 0.5% | - |
| HSV(B) | 228.31º | 0.96% | 0.96% | - |
| XYZ | 18.17 | 9.55 | 88.07 | - |
| YUV | 63.91 | 230.76 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 246 | 0.96 | 0.77 | 0 | 0.04 | 228.31 | 0.93 | 0.5 |
| Hex | A | 38 | F6 | 60 | 4D | 0 | 4 | E4 | 5D | 32 |
| Octal | 12 | 70 | 366 | 140 | 115 | 0 | 4 | 344 | 135 | 62 |
| Binary | 1010 | 111000 | 11110110 | 1100000 | 1001101 | 0 | 100 | 11100100 | 1011101 | 110010 |
Color Harmonies of #0A38F6
Complementary color
Monochromatic Colors of #0A38F6
Black with #0A38F6
Text Example
Text Example
White with #0A38F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A38F6; }
p { color: rgb(10,56,246); }
H1.HeaderClassName
{
color: #0A38F6;
}
.AnyTagClassName
{
color: #0A38F6;
}
</style>
background-color css
<style>
a { background-color: #0A38F6; }
a { background-color: rgb(10,56,246); }
div.DivClassName
{
background-color: #0A38F6;
}
.BgClassName
{
background-color: #0A38F6;
}
</style>
border-color css
<style>
span { border-color: #0A38F6; }
span { border-color: rgb(10,56,246); }
td.TdClassName
{
border-color: #0A38F6;
}
.TagClassName
{
border-color: #0A38F6;
}
</style>