Shades of Medium Blue #0404BC
Tints of Medium Blue #0404BC
RGB
CMYK
RGB Variations
Color information
#0404BC (or 0x0404BC) is known color: Medium Blue. HEX triplet: 04, 04 and BC. RGB value is (4,4,188). Sum of RGB (Red+Green+Blue) = 4+4+188=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 188 (73.83% from 255 or 95.92% from 196); Max value from RGB is 188 - color contains mainly: blue. Hex color #0404BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0404BC is #FBFB43. Grayscale: #181818. Windows color (decimal): -16513860 or 12321796. OLE color: 12321796.
HSL color Cylindrical-coordinate representation of color #0404BC: hue angle of 240º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0404BC is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 4 | 188 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.26 |
| HSL | 240º | 0.96% | 0.38% | - |
| HSV(B) | 240º | 0.98% | 0.74% | - |
| XYZ | 9.17 | 3.74 | 47.82 | - |
| YUV | 24.98 | 220 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 188 | 0.98 | 0.98 | 0 | 0.26 | 240 | 0.96 | 0.38 |
| Hex | 4 | 4 | BC | 62 | 62 | 0 | 1A | F0 | 60 | 26 |
| Octal | 4 | 4 | 274 | 142 | 142 | 0 | 32 | 360 | 140 | 46 |
| Binary | 100 | 100 | 10111100 | 1100010 | 1100010 | 0 | 11010 | 11110000 | 1100000 | 100110 |
Color Harmonies of #0404BC
Complementary color
Monochromatic Colors of #0404BC
Black with #0404BC
Text Example
Text Example
White with #0404BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0404BC; }
p { color: rgb(4,4,188); }
H1.HeaderClassName
{
color: #0404BC;
}
.AnyTagClassName
{
color: #0404BC;
}
</style>
background-color css
<style>
a { background-color: #0404BC; }
a { background-color: rgb(4,4,188); }
div.DivClassName
{
background-color: #0404BC;
}
.BgClassName
{
background-color: #0404BC;
}
</style>
border-color css
<style>
span { border-color: #0404BC; }
span { border-color: rgb(4,4,188); }
td.TdClassName
{
border-color: #0404BC;
}
.TagClassName
{
border-color: #0404BC;
}
</style>