Shades of Medium Blue #0426DC
Tints of Medium Blue #0426DC
RGB
CMYK
RGB Variations
Color information
#0426DC (or 0x0426DC) is known color: Medium Blue. HEX triplet: 04, 26 and DC. RGB value is (4,38,220). Sum of RGB (Red+Green+Blue) = 4+38+220=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #0426DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0426DC is #FBD923. Grayscale: #2F2F2F. Windows color (decimal): -16505124 or 14427652. OLE color: 14427652.
HSL color Cylindrical-coordinate representation of color #0426DC: hue angle of 230.56º 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 #0426DC is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 38 | 220 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.14 |
| HSL | 230.56º | 0.96% | 0.44% | - |
| HSV(B) | 230.56º | 0.98% | 0.86% | - |
| XYZ | 13.66 | 6.58 | 68.26 | - |
| YUV | 48.58 | 224.74 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 220 | 0.98 | 0.83 | 0 | 0.14 | 230.56 | 0.96 | 0.44 |
| Hex | 4 | 26 | DC | 62 | 53 | 0 | E | E7 | 60 | 2C |
| Octal | 4 | 46 | 334 | 142 | 123 | 0 | 16 | 347 | 140 | 54 |
| Binary | 100 | 100110 | 11011100 | 1100010 | 1010011 | 0 | 1110 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0426DC
Complementary color
Monochromatic Colors of #0426DC
Black with #0426DC
Text Example
Text Example
White with #0426DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0426DC; }
p { color: rgb(4,38,220); }
H1.HeaderClassName
{
color: #0426DC;
}
.AnyTagClassName
{
color: #0426DC;
}
</style>
background-color css
<style>
a { background-color: #0426DC; }
a { background-color: rgb(4,38,220); }
div.DivClassName
{
background-color: #0426DC;
}
.BgClassName
{
background-color: #0426DC;
}
</style>
border-color css
<style>
span { border-color: #0426DC; }
span { border-color: rgb(4,38,220); }
td.TdClassName
{
border-color: #0426DC;
}
.TagClassName
{
border-color: #0426DC;
}
</style>