Shades of Medium Blue #040FD0
Tints of Medium Blue #040FD0
RGB
CMYK
RGB Variations
Color information
#040FD0 (or 0x040FD0) is known color: Medium Blue. HEX triplet: 04, 0F and D0. RGB value is (4,15,208). Sum of RGB (Red+Green+Blue) = 4+15+208=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 208 (81.64% from 255 or 91.63% from 227); Max value from RGB is 208 - color contains mainly: blue. Hex color #040FD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FD0 is #FBF02F. Grayscale: #202020. Windows color (decimal): -16511024 or 13635332. OLE color: 13635332.
HSL color Cylindrical-coordinate representation of color #040FD0: hue angle of 236.76º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FD0 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 15 | 208 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.18 |
| HSL | 236.76º | 0.96% | 0.42% | - |
| HSV(B) | 236.76º | 0.98% | 0.82% | - |
| XYZ | 11.61 | 4.92 | 60.01 | - |
| YUV | 33.71 | 226.36 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 208 | 0.98 | 0.93 | 0 | 0.18 | 236.76 | 0.96 | 0.42 |
| Hex | 4 | F | D0 | 62 | 5D | 0 | 12 | ED | 60 | 2A |
| Octal | 4 | 17 | 320 | 142 | 135 | 0 | 22 | 355 | 140 | 52 |
| Binary | 100 | 1111 | 11010000 | 1100010 | 1011101 | 0 | 10010 | 11101101 | 1100000 | 101010 |
Color Harmonies of #040FD0
Complementary color
Monochromatic Colors of #040FD0
Black with #040FD0
Text Example
Text Example
White with #040FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FD0; }
p { color: rgb(4,15,208); }
H1.HeaderClassName
{
color: #040FD0;
}
.AnyTagClassName
{
color: #040FD0;
}
</style>
background-color css
<style>
a { background-color: #040FD0; }
a { background-color: rgb(4,15,208); }
div.DivClassName
{
background-color: #040FD0;
}
.BgClassName
{
background-color: #040FD0;
}
</style>
border-color css
<style>
span { border-color: #040FD0; }
span { border-color: rgb(4,15,208); }
td.TdClassName
{
border-color: #040FD0;
}
.TagClassName
{
border-color: #040FD0;
}
</style>