Shades of Medium Blue #0425DC
Tints of Medium Blue #0425DC
RGB
CMYK
RGB Variations
Color information
#0425DC (or 0x0425DC) is known color: Medium Blue. HEX triplet: 04, 25 and DC. RGB value is (4,37,220). Sum of RGB (Red+Green+Blue) = 4+37+220=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 220 (86.33% from 255 or 84.29% from 261); Max value from RGB is 220 - color contains mainly: blue. Hex color #0425DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0425DC is #FBDA23. Grayscale: #2F2F2F. Windows color (decimal): -16505380 or 14427396. OLE color: 14427396.
HSL color Cylindrical-coordinate representation of color #0425DC: hue angle of 230.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0425DC is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 37 | 220 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.14 |
| HSL | 230.83º | 0.96% | 0.44% | - |
| HSV(B) | 230.83º | 0.98% | 0.86% | - |
| XYZ | 13.63 | 6.52 | 68.25 | - |
| YUV | 48 | 225.07 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 220 | 0.98 | 0.83 | 0 | 0.14 | 230.83 | 0.96 | 0.44 |
| Hex | 4 | 25 | DC | 62 | 53 | 0 | E | E7 | 60 | 2C |
| Octal | 4 | 45 | 334 | 142 | 123 | 0 | 16 | 347 | 140 | 54 |
| Binary | 100 | 100101 | 11011100 | 1100010 | 1010011 | 0 | 1110 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0425DC
Complementary color
Monochromatic Colors of #0425DC
Black with #0425DC
Text Example
Text Example
White with #0425DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0425DC; }
p { color: rgb(4,37,220); }
H1.HeaderClassName
{
color: #0425DC;
}
.AnyTagClassName
{
color: #0425DC;
}
</style>
background-color css
<style>
a { background-color: #0425DC; }
a { background-color: rgb(4,37,220); }
div.DivClassName
{
background-color: #0425DC;
}
.BgClassName
{
background-color: #0425DC;
}
</style>
border-color css
<style>
span { border-color: #0425DC; }
span { border-color: rgb(4,37,220); }
td.TdClassName
{
border-color: #0425DC;
}
.TagClassName
{
border-color: #0425DC;
}
</style>