Shades of Blue #040EFC
Tints of Blue #040EFC
RGB
CMYK
RGB Variations
Color information
#040EFC (or 0x040EFC) is known color: Blue. HEX triplet: 04, 0E and FC. RGB value is (4,14,252). Sum of RGB (Red+Green+Blue) = 4+14+252=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 252 (98.83% from 255 or 93.33% from 270); Max value from RGB is 252 - color contains mainly: blue. Hex color #040EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040EFC is #FBF103. Grayscale: #252525. Windows color (decimal): -16511236 or 16518660. OLE color: 16518660.
HSL color Cylindrical-coordinate representation of color #040EFC: hue angle of 237.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EFC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 14 | 252 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.01 |
| HSL | 237.58º | 0.98% | 0.5% | - |
| HSV(B) | 237.58º | 0.98% | 0.99% | - |
| XYZ | 17.78 | 7.37 | 92.58 | - |
| YUV | 38.14 | 248.69 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 252 | 0.98 | 0.94 | 0 | 0.01 | 237.58 | 0.98 | 0.5 |
| Hex | 4 | E | FC | 62 | 5E | 0 | 1 | EE | 62 | 32 |
| Octal | 4 | 16 | 374 | 142 | 136 | 0 | 1 | 356 | 142 | 62 |
| Binary | 100 | 1110 | 11111100 | 1100010 | 1011110 | 0 | 1 | 11101110 | 1100010 | 110010 |
Color Harmonies of #040EFC
Complementary color
Monochromatic Colors of #040EFC
Black with #040EFC
Text Example
Text Example
White with #040EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EFC; }
p { color: rgb(4,14,252); }
H1.HeaderClassName
{
color: #040EFC;
}
.AnyTagClassName
{
color: #040EFC;
}
</style>
background-color css
<style>
a { background-color: #040EFC; }
a { background-color: rgb(4,14,252); }
div.DivClassName
{
background-color: #040EFC;
}
.BgClassName
{
background-color: #040EFC;
}
</style>
border-color css
<style>
span { border-color: #040EFC; }
span { border-color: rgb(4,14,252); }
td.TdClassName
{
border-color: #040EFC;
}
.TagClassName
{
border-color: #040EFC;
}
</style>