Shades of Medium Blue #040FD4
Tints of Medium Blue #040FD4
RGB
CMYK
RGB Variations
Color information
#040FD4 (or 0x040FD4) is known color: Medium Blue. HEX triplet: 04, 0F and D4. RGB value is (4,15,212). Sum of RGB (Red+Green+Blue) = 4+15+212=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 212 (83.20% from 255 or 91.77% from 231); Max value from RGB is 212 - color contains mainly: blue. Hex color #040FD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FD4 is #FBF02B. Grayscale: #212121. Windows color (decimal): -16511020 or 13897476. OLE color: 13897476.
HSL color Cylindrical-coordinate representation of color #040FD4: hue angle of 236.83º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FD4 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 15 | 212 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.17 |
| HSL | 236.83º | 0.96% | 0.42% | - |
| HSV(B) | 236.83º | 0.98% | 0.83% | - |
| XYZ | 12.1 | 5.12 | 62.64 | - |
| YUV | 34.17 | 228.36 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 212 | 0.98 | 0.93 | 0 | 0.17 | 236.83 | 0.96 | 0.42 |
| Hex | 4 | F | D4 | 62 | 5D | 0 | 11 | ED | 60 | 2A |
| Octal | 4 | 17 | 324 | 142 | 135 | 0 | 21 | 355 | 140 | 52 |
| Binary | 100 | 1111 | 11010100 | 1100010 | 1011101 | 0 | 10001 | 11101101 | 1100000 | 101010 |
Color Harmonies of #040FD4
Complementary color
Monochromatic Colors of #040FD4
Black with #040FD4
Text Example
Text Example
White with #040FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FD4; }
p { color: rgb(4,15,212); }
H1.HeaderClassName
{
color: #040FD4;
}
.AnyTagClassName
{
color: #040FD4;
}
</style>
background-color css
<style>
a { background-color: #040FD4; }
a { background-color: rgb(4,15,212); }
div.DivClassName
{
background-color: #040FD4;
}
.BgClassName
{
background-color: #040FD4;
}
</style>
border-color css
<style>
span { border-color: #040FD4; }
span { border-color: rgb(4,15,212); }
td.TdClassName
{
border-color: #040FD4;
}
.TagClassName
{
border-color: #040FD4;
}
</style>