Shades of Medium Blue #040FD5
Tints of Medium Blue #040FD5
RGB
CMYK
RGB Variations
Color information
#040FD5 (or 0x040FD5) is known color: Medium Blue. HEX triplet: 04, 0F and D5. RGB value is (4,15,213). Sum of RGB (Red+Green+Blue) = 4+15+213=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 213 (83.59% from 255 or 91.81% from 232); Max value from RGB is 213 - color contains mainly: blue. Hex color #040FD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FD5 is #FBF02A. Grayscale: #212121. Windows color (decimal): -16511019 or 13963012. OLE color: 13963012.
HSL color Cylindrical-coordinate representation of color #040FD5: hue angle of 236.84º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FD5 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 15 | 213 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.16 |
| HSL | 236.84º | 0.96% | 0.43% | - |
| HSV(B) | 236.84º | 0.98% | 0.84% | - |
| XYZ | 12.23 | 5.17 | 63.3 | - |
| YUV | 34.28 | 228.86 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 213 | 0.98 | 0.93 | 0 | 0.16 | 236.84 | 0.96 | 0.43 |
| Hex | 4 | F | D5 | 62 | 5D | 0 | 10 | ED | 60 | 2B |
| Octal | 4 | 17 | 325 | 142 | 135 | 0 | 20 | 355 | 140 | 53 |
| Binary | 100 | 1111 | 11010101 | 1100010 | 1011101 | 0 | 10000 | 11101101 | 1100000 | 101011 |
Color Harmonies of #040FD5
Complementary color
Monochromatic Colors of #040FD5
Black with #040FD5
Text Example
Text Example
White with #040FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FD5; }
p { color: rgb(4,15,213); }
H1.HeaderClassName
{
color: #040FD5;
}
.AnyTagClassName
{
color: #040FD5;
}
</style>
background-color css
<style>
a { background-color: #040FD5; }
a { background-color: rgb(4,15,213); }
div.DivClassName
{
background-color: #040FD5;
}
.BgClassName
{
background-color: #040FD5;
}
</style>
border-color css
<style>
span { border-color: #040FD5; }
span { border-color: rgb(4,15,213); }
td.TdClassName
{
border-color: #040FD5;
}
.TagClassName
{
border-color: #040FD5;
}
</style>