Shades of Blue #040EFE
Tints of Blue #040EFE
RGB
CMYK
RGB Variations
Color information
#040EFE (or 0x040EFE) is known color: Blue. HEX triplet: 04, 0E and FE. RGB value is (4,14,254). Sum of RGB (Red+Green+Blue) = 4+14+254=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 254 (99.61% from 255 or 93.38% from 272); Max value from RGB is 254 - color contains mainly: blue. Hex color #040EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040EFE is #FBF101. Grayscale: #252525. Windows color (decimal): -16511234 or 16649732. OLE color: 16649732.
HSL color Cylindrical-coordinate representation of color #040EFE: hue angle of 237.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EFE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 14 | 254 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.00 |
| HSL | 237.6º | 0.99% | 0.51% | - |
| HSV(B) | 237.6º | 0.98% | 1% | - |
| XYZ | 18.1 | 7.5 | 94.26 | - |
| YUV | 38.37 | 249.69 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 254 | 0.98 | 0.94 | 0 | 0.00 | 237.6 | 0.99 | 0.51 |
| Hex | 4 | E | FE | 62 | 5E | 0 | 0 | EE | 63 | 33 |
| Octal | 4 | 16 | 376 | 142 | 136 | 0 | 0 | 356 | 143 | 63 |
| Binary | 100 | 1110 | 11111110 | 1100010 | 1011110 | 0 | 0 | 11101110 | 1100011 | 110011 |
Color Harmonies of #040EFE
Complementary color
Monochromatic Colors of #040EFE
Black with #040EFE
Text Example
Text Example
White with #040EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EFE; }
p { color: rgb(4,14,254); }
H1.HeaderClassName
{
color: #040EFE;
}
.AnyTagClassName
{
color: #040EFE;
}
</style>
background-color css
<style>
a { background-color: #040EFE; }
a { background-color: rgb(4,14,254); }
div.DivClassName
{
background-color: #040EFE;
}
.BgClassName
{
background-color: #040EFE;
}
</style>
border-color css
<style>
span { border-color: #040EFE; }
span { border-color: rgb(4,14,254); }
td.TdClassName
{
border-color: #040EFE;
}
.TagClassName
{
border-color: #040EFE;
}
</style>