Shades of Blue #0A40FF
Tints of Blue #0A40FF
RGB
CMYK
RGB Variations
Color information
#0A40FF (or 0x0A40FF) is known color: Blue. HEX triplet: 0A, 40 and FF. RGB value is (10,64,255). Sum of RGB (Red+Green+Blue) = 10+64+255=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A40FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A40FF is #F5BF00. Grayscale: #444444. Windows color (decimal): -16105217 or 16728074. OLE color: 16728074.
HSL color Cylindrical-coordinate representation of color #0A40FF: hue angle of 226.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A40FF is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 64 | 255 | - |
| CMYK | 0.96 | 0.75 | 0 | 0 |
| HSL | 226.78º | 1% | 0.52% | - |
| HSV(B) | 226.78º | 0.96% | 1% | - |
| XYZ | 20.01 | 10.95 | 95.67 | - |
| YUV | 69.63 | 232.61 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 255 | 0.96 | 0.75 | 0 | 0 | 226.78 | 1 | 0.52 |
| Hex | A | 40 | FF | 60 | 4B | 0 | 0 | E3 | 64 | 34 |
| Octal | 12 | 100 | 377 | 140 | 113 | 0 | 0 | 343 | 144 | 64 |
| Binary | 1010 | 1000000 | 11111111 | 1100000 | 1001011 | 0 | 0 | 11100011 | 1100100 | 110100 |
Color Harmonies of #0A40FF
Complementary color
Monochromatic Colors of #0A40FF
Black with #0A40FF
Text Example
Text Example
White with #0A40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A40FF; }
p { color: rgb(10,64,255); }
H1.HeaderClassName
{
color: #0A40FF;
}
.AnyTagClassName
{
color: #0A40FF;
}
</style>
background-color css
<style>
a { background-color: #0A40FF; }
a { background-color: rgb(10,64,255); }
div.DivClassName
{
background-color: #0A40FF;
}
.BgClassName
{
background-color: #0A40FF;
}
</style>
border-color css
<style>
span { border-color: #0A40FF; }
span { border-color: rgb(10,64,255); }
td.TdClassName
{
border-color: #0A40FF;
}
.TagClassName
{
border-color: #0A40FF;
}
</style>