Shades of Medium Blue #0404B9
Tints of Medium Blue #0404B9
RGB
CMYK
RGB Variations
Color information
#0404B9 (or 0x0404B9) is known color: Medium Blue. HEX triplet: 04, 04 and B9. RGB value is (4,4,185). Sum of RGB (Red+Green+Blue) = 4+4+185=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 185 (72.66% from 255 or 95.85% from 193); Max value from RGB is 185 - color contains mainly: blue. Hex color #0404B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0404B9 is #FBFB46. Grayscale: #171717. Windows color (decimal): -16513863 or 12125188. OLE color: 12125188.
HSL color Cylindrical-coordinate representation of color #0404B9: hue angle of 240º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0404B9 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 4 | 185 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.27 |
| HSL | 240º | 0.96% | 0.37% | - |
| HSV(B) | 240º | 0.98% | 0.73% | - |
| XYZ | 8.85 | 3.62 | 46.13 | - |
| YUV | 24.63 | 218.5 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 185 | 0.98 | 0.98 | 0 | 0.27 | 240 | 0.96 | 0.37 |
| Hex | 4 | 4 | B9 | 62 | 62 | 0 | 1B | F0 | 60 | 25 |
| Octal | 4 | 4 | 271 | 142 | 142 | 0 | 33 | 360 | 140 | 45 |
| Binary | 100 | 100 | 10111001 | 1100010 | 1100010 | 0 | 11011 | 11110000 | 1100000 | 100101 |
Color Harmonies of #0404B9
Complementary color
Monochromatic Colors of #0404B9
Black with #0404B9
Text Example
Text Example
White with #0404B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0404B9; }
p { color: rgb(4,4,185); }
H1.HeaderClassName
{
color: #0404B9;
}
.AnyTagClassName
{
color: #0404B9;
}
</style>
background-color css
<style>
a { background-color: #0404B9; }
a { background-color: rgb(4,4,185); }
div.DivClassName
{
background-color: #0404B9;
}
.BgClassName
{
background-color: #0404B9;
}
</style>
border-color css
<style>
span { border-color: #0404B9; }
span { border-color: rgb(4,4,185); }
td.TdClassName
{
border-color: #0404B9;
}
.TagClassName
{
border-color: #0404B9;
}
</style>