Shades of Medium Blue #0422DC
Tints of Medium Blue #0422DC
RGB
CMYK
RGB Variations
Color information
#0422DC (or 0x0422DC) is known color: Medium Blue. HEX triplet: 04, 22 and DC. RGB value is (4,34,220). Sum of RGB (Red+Green+Blue) = 4+34+220=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #0422DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0422DC is #FBDD23. Grayscale: #2D2D2D. Windows color (decimal): -16506148 or 14426628. OLE color: 14426628.
HSL color Cylindrical-coordinate representation of color #0422DC: hue angle of 231.67º 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 #0422DC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 34 | 220 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.14 |
| HSL | 231.67º | 0.96% | 0.44% | - |
| HSV(B) | 231.67º | 0.98% | 0.86% | - |
| XYZ | 13.54 | 6.34 | 68.22 | - |
| YUV | 46.23 | 226.06 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 220 | 0.98 | 0.85 | 0 | 0.14 | 231.67 | 0.96 | 0.44 |
| Hex | 4 | 22 | DC | 62 | 55 | 0 | E | E8 | 60 | 2C |
| Octal | 4 | 42 | 334 | 142 | 125 | 0 | 16 | 350 | 140 | 54 |
| Binary | 100 | 100010 | 11011100 | 1100010 | 1010101 | 0 | 1110 | 11101000 | 1100000 | 101100 |
Color Harmonies of #0422DC
Complementary color
Monochromatic Colors of #0422DC
Black with #0422DC
Text Example
Text Example
White with #0422DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0422DC; }
p { color: rgb(4,34,220); }
H1.HeaderClassName
{
color: #0422DC;
}
.AnyTagClassName
{
color: #0422DC;
}
</style>
background-color css
<style>
a { background-color: #0422DC; }
a { background-color: rgb(4,34,220); }
div.DivClassName
{
background-color: #0422DC;
}
.BgClassName
{
background-color: #0422DC;
}
</style>
border-color css
<style>
span { border-color: #0422DC; }
span { border-color: rgb(4,34,220); }
td.TdClassName
{
border-color: #0422DC;
}
.TagClassName
{
border-color: #0422DC;
}
</style>