Shades of Medium Blue #040FD3
Tints of Medium Blue #040FD3
RGB
CMYK
RGB Variations
Color information
#040FD3 (or 0x040FD3) is known color: Medium Blue. HEX triplet: 04, 0F and D3. RGB value is (4,15,211). Sum of RGB (Red+Green+Blue) = 4+15+211=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 211 (82.81% from 255 or 91.74% from 230); Max value from RGB is 211 - color contains mainly: blue. Hex color #040FD3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FD3 is #FBF02C. Grayscale: #212121. Windows color (decimal): -16511021 or 13831940. OLE color: 13831940.
HSL color Cylindrical-coordinate representation of color #040FD3: hue angle of 236.81º 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 #040FD3 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 15 | 211 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.17 |
| HSL | 236.81º | 0.96% | 0.42% | - |
| HSV(B) | 236.81º | 0.98% | 0.83% | - |
| XYZ | 11.98 | 5.07 | 61.98 | - |
| YUV | 34.06 | 227.86 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 211 | 0.98 | 0.93 | 0 | 0.17 | 236.81 | 0.96 | 0.42 |
| Hex | 4 | F | D3 | 62 | 5D | 0 | 11 | ED | 60 | 2A |
| Octal | 4 | 17 | 323 | 142 | 135 | 0 | 21 | 355 | 140 | 52 |
| Binary | 100 | 1111 | 11010011 | 1100010 | 1011101 | 0 | 10001 | 11101101 | 1100000 | 101010 |
Color Harmonies of #040FD3
Complementary color
Monochromatic Colors of #040FD3
Black with #040FD3
Text Example
Text Example
White with #040FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FD3; }
p { color: rgb(4,15,211); }
H1.HeaderClassName
{
color: #040FD3;
}
.AnyTagClassName
{
color: #040FD3;
}
</style>
background-color css
<style>
a { background-color: #040FD3; }
a { background-color: rgb(4,15,211); }
div.DivClassName
{
background-color: #040FD3;
}
.BgClassName
{
background-color: #040FD3;
}
</style>
border-color css
<style>
span { border-color: #040FD3; }
span { border-color: rgb(4,15,211); }
td.TdClassName
{
border-color: #040FD3;
}
.TagClassName
{
border-color: #040FD3;
}
</style>