Shades of Medium Blue #040FCD
Tints of Medium Blue #040FCD
RGB
CMYK
RGB Variations
Color information
#040FCD (or 0x040FCD) is known color: Medium Blue. HEX triplet: 04, 0F and CD. RGB value is (4,15,205). Sum of RGB (Red+Green+Blue) = 4+15+205=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 205 (80.47% from 255 or 91.52% from 224); Max value from RGB is 205 - color contains mainly: blue. Hex color #040FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FCD is #FBF032. Grayscale: #202020. Windows color (decimal): -16511027 or 13438724. OLE color: 13438724.
HSL color Cylindrical-coordinate representation of color #040FCD: hue angle of 236.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FCD is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 15 | 205 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.20 |
| HSL | 236.72º | 0.96% | 0.41% | - |
| HSV(B) | 236.72º | 0.98% | 0.8% | - |
| XYZ | 11.24 | 4.78 | 58.09 | - |
| YUV | 33.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 205 | 0.98 | 0.93 | 0 | 0.20 | 236.72 | 0.96 | 0.41 |
| Hex | 4 | F | CD | 62 | 5D | 0 | 14 | ED | 60 | 29 |
| Octal | 4 | 17 | 315 | 142 | 135 | 0 | 24 | 355 | 140 | 51 |
| Binary | 100 | 1111 | 11001101 | 1100010 | 1011101 | 0 | 10100 | 11101101 | 1100000 | 101001 |
Color Harmonies of #040FCD
Complementary color
Monochromatic Colors of #040FCD
Black with #040FCD
Text Example
Text Example
White with #040FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FCD; }
p { color: rgb(4,15,205); }
H1.HeaderClassName
{
color: #040FCD;
}
.AnyTagClassName
{
color: #040FCD;
}
</style>
background-color css
<style>
a { background-color: #040FCD; }
a { background-color: rgb(4,15,205); }
div.DivClassName
{
background-color: #040FCD;
}
.BgClassName
{
background-color: #040FCD;
}
</style>
border-color css
<style>
span { border-color: #040FCD; }
span { border-color: rgb(4,15,205); }
td.TdClassName
{
border-color: #040FCD;
}
.TagClassName
{
border-color: #040FCD;
}
</style>