Shades of Blue #040DFE
Tints of Blue #040DFE
RGB
CMYK
RGB Variations
Color information
#040DFE (or 0x040DFE) is known color: Blue. HEX triplet: 04, 0D and FE. RGB value is (4,13,254). Sum of RGB (Red+Green+Blue) = 4+13+254=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #040DFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040DFE is #FBF201. Grayscale: #242424. Windows color (decimal): -16511490 or 16649476. OLE color: 16649476.
HSL color Cylindrical-coordinate representation of color #040DFE: hue angle of 237.84º 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 #040DFE is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 13 | 254 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.00 |
| HSL | 237.84º | 0.99% | 0.51% | - |
| HSV(B) | 237.84º | 0.98% | 1% | - |
| XYZ | 18.08 | 7.47 | 94.25 | - |
| YUV | 37.78 | 250.02 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 254 | 0.98 | 0.95 | 0 | 0.00 | 237.84 | 0.99 | 0.51 |
| Hex | 4 | D | FE | 62 | 5F | 0 | 0 | EE | 63 | 33 |
| Octal | 4 | 15 | 376 | 142 | 137 | 0 | 0 | 356 | 143 | 63 |
| Binary | 100 | 1101 | 11111110 | 1100010 | 1011111 | 0 | 0 | 11101110 | 1100011 | 110011 |
Color Harmonies of #040DFE
Complementary color
Monochromatic Colors of #040DFE
Black with #040DFE
Text Example
Text Example
White with #040DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DFE; }
p { color: rgb(4,13,254); }
H1.HeaderClassName
{
color: #040DFE;
}
.AnyTagClassName
{
color: #040DFE;
}
</style>
background-color css
<style>
a { background-color: #040DFE; }
a { background-color: rgb(4,13,254); }
div.DivClassName
{
background-color: #040DFE;
}
.BgClassName
{
background-color: #040DFE;
}
</style>
border-color css
<style>
span { border-color: #040DFE; }
span { border-color: rgb(4,13,254); }
td.TdClassName
{
border-color: #040DFE;
}
.TagClassName
{
border-color: #040DFE;
}
</style>