Shades of Medium Blue #040DC3
Tints of Medium Blue #040DC3
RGB
CMYK
RGB Variations
Color information
#040DC3 (or 0x040DC3) is known color: Medium Blue. HEX triplet: 04, 0D and C3. RGB value is (4,13,195). Sum of RGB (Red+Green+Blue) = 4+13+195=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 195 (76.56% from 255 or 91.98% from 212); Max value from RGB is 195 - color contains mainly: blue. Hex color #040DC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DC3 is #FBF23C. Grayscale: #1E1E1E. Windows color (decimal): -16511549 or 12782852. OLE color: 12782852.
HSL color Cylindrical-coordinate representation of color #040DC3: hue angle of 237.17º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DC3 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 13 | 195 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.24 |
| HSL | 237.17º | 0.96% | 0.39% | - |
| HSV(B) | 237.17º | 0.98% | 0.76% | - |
| XYZ | 10.04 | 4.25 | 51.92 | - |
| YUV | 31.06 | 220.52 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 195 | 0.98 | 0.93 | 0 | 0.24 | 237.17 | 0.96 | 0.39 |
| Hex | 4 | D | C3 | 62 | 5D | 0 | 18 | ED | 60 | 27 |
| Octal | 4 | 15 | 303 | 142 | 135 | 0 | 30 | 355 | 140 | 47 |
| Binary | 100 | 1101 | 11000011 | 1100010 | 1011101 | 0 | 11000 | 11101101 | 1100000 | 100111 |
Color Harmonies of #040DC3
Complementary color
Monochromatic Colors of #040DC3
Black with #040DC3
Text Example
Text Example
White with #040DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DC3; }
p { color: rgb(4,13,195); }
H1.HeaderClassName
{
color: #040DC3;
}
.AnyTagClassName
{
color: #040DC3;
}
</style>
background-color css
<style>
a { background-color: #040DC3; }
a { background-color: rgb(4,13,195); }
div.DivClassName
{
background-color: #040DC3;
}
.BgClassName
{
background-color: #040DC3;
}
</style>
border-color css
<style>
span { border-color: #040DC3; }
span { border-color: rgb(4,13,195); }
td.TdClassName
{
border-color: #040DC3;
}
.TagClassName
{
border-color: #040DC3;
}
</style>