Shades of Blue #040AFF
Tints of Blue #040AFF
RGB
CMYK
RGB Variations
Color information
#040AFF (or 0x040AFF) is known color: Blue. HEX triplet: 04, 0A and FF. RGB value is (4,10,255). Sum of RGB (Red+Green+Blue) = 4+10+255=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 255 (100% from 255 or 94.80% from 269); Max value from RGB is 255 - color contains mainly: blue. Hex color #040AFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040AFF is #FBF500. Grayscale: #232323. Windows color (decimal): -16512257 or 16714244. OLE color: 16714244.
HSL color Cylindrical-coordinate representation of color #040AFF: hue angle of 238.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040AFF is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 10 | 255 | - |
| CMYK | 0.98 | 0.96 | 0 | 0 |
| HSL | 238.57º | 1% | 0.51% | - |
| HSV(B) | 238.57º | 0.98% | 1% | - |
| XYZ | 18.21 | 7.46 | 95.09 | - |
| YUV | 36.14 | 251.51 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 255 | 0.98 | 0.96 | 0 | 0 | 238.57 | 1 | 0.51 |
| Hex | 4 | A | FF | 62 | 60 | 0 | 0 | EF | 64 | 33 |
| Octal | 4 | 12 | 377 | 142 | 140 | 0 | 0 | 357 | 144 | 63 |
| Binary | 100 | 1010 | 11111111 | 1100010 | 1100000 | 0 | 0 | 11101111 | 1100100 | 110011 |
Color Harmonies of #040AFF
Complementary color
Monochromatic Colors of #040AFF
Black with #040AFF
Text Example
Text Example
White with #040AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040AFF; }
p { color: rgb(4,10,255); }
H1.HeaderClassName
{
color: #040AFF;
}
.AnyTagClassName
{
color: #040AFF;
}
</style>
background-color css
<style>
a { background-color: #040AFF; }
a { background-color: rgb(4,10,255); }
div.DivClassName
{
background-color: #040AFF;
}
.BgClassName
{
background-color: #040AFF;
}
</style>
border-color css
<style>
span { border-color: #040AFF; }
span { border-color: rgb(4,10,255); }
td.TdClassName
{
border-color: #040AFF;
}
.TagClassName
{
border-color: #040AFF;
}
</style>