Shades of Blue #040FEC
Tints of Blue #040FEC
RGB
CMYK
RGB Variations
Color information
#040FEC (or 0x040FEC) is known color: Blue. HEX triplet: 04, 0F and EC. RGB value is (4,15,236). Sum of RGB (Red+Green+Blue) = 4+15+236=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 236 (92.58% from 255 or 92.55% from 255); Max value from RGB is 236 - color contains mainly: blue. Hex color #040FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040FEC is #FBF013. Grayscale: #242424. Windows color (decimal): -16510996 or 15470340. OLE color: 15470340.
HSL color Cylindrical-coordinate representation of color #040FEC: hue angle of 237.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FEC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 15 | 236 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.07 |
| HSL | 237.16º | 0.97% | 0.47% | - |
| HSV(B) | 237.16º | 0.98% | 0.93% | - |
| XYZ | 15.36 | 6.42 | 79.79 | - |
| YUV | 36.91 | 240.36 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 236 | 0.98 | 0.94 | 0 | 0.07 | 237.16 | 0.97 | 0.47 |
| Hex | 4 | F | EC | 62 | 5E | 0 | 7 | ED | 61 | 2F |
| Octal | 4 | 17 | 354 | 142 | 136 | 0 | 7 | 355 | 141 | 57 |
| Binary | 100 | 1111 | 11101100 | 1100010 | 1011110 | 0 | 111 | 11101101 | 1100001 | 101111 |
Color Harmonies of #040FEC
Complementary color
Monochromatic Colors of #040FEC
Black with #040FEC
Text Example
Text Example
White with #040FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FEC; }
p { color: rgb(4,15,236); }
H1.HeaderClassName
{
color: #040FEC;
}
.AnyTagClassName
{
color: #040FEC;
}
</style>
background-color css
<style>
a { background-color: #040FEC; }
a { background-color: rgb(4,15,236); }
div.DivClassName
{
background-color: #040FEC;
}
.BgClassName
{
background-color: #040FEC;
}
</style>
border-color css
<style>
span { border-color: #040FEC; }
span { border-color: rgb(4,15,236); }
td.TdClassName
{
border-color: #040FEC;
}
.TagClassName
{
border-color: #040FEC;
}
</style>