Shades of Medium Blue #0421DC
Tints of Medium Blue #0421DC
RGB
CMYK
RGB Variations
Color information
#0421DC (or 0x0421DC) is known color: Medium Blue. HEX triplet: 04, 21 and DC. RGB value is (4,33,220). Sum of RGB (Red+Green+Blue) = 4+33+220=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #0421DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0421DC is #FBDE23. Grayscale: #2C2C2C. Windows color (decimal): -16506404 or 14426372. OLE color: 14426372.
HSL color Cylindrical-coordinate representation of color #0421DC: hue angle of 231.94º 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 #0421DC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 33 | 220 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.14 |
| HSL | 231.94º | 0.96% | 0.44% | - |
| HSV(B) | 231.94º | 0.98% | 0.86% | - |
| XYZ | 13.51 | 6.28 | 68.21 | - |
| YUV | 45.65 | 226.39 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 220 | 0.98 | 0.85 | 0 | 0.14 | 231.94 | 0.96 | 0.44 |
| Hex | 4 | 21 | DC | 62 | 55 | 0 | E | E8 | 60 | 2C |
| Octal | 4 | 41 | 334 | 142 | 125 | 0 | 16 | 350 | 140 | 54 |
| Binary | 100 | 100001 | 11011100 | 1100010 | 1010101 | 0 | 1110 | 11101000 | 1100000 | 101100 |
Color Harmonies of #0421DC
Complementary color
Monochromatic Colors of #0421DC
Black with #0421DC
Text Example
Text Example
White with #0421DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0421DC; }
p { color: rgb(4,33,220); }
H1.HeaderClassName
{
color: #0421DC;
}
.AnyTagClassName
{
color: #0421DC;
}
</style>
background-color css
<style>
a { background-color: #0421DC; }
a { background-color: rgb(4,33,220); }
div.DivClassName
{
background-color: #0421DC;
}
.BgClassName
{
background-color: #0421DC;
}
</style>
border-color css
<style>
span { border-color: #0421DC; }
span { border-color: rgb(4,33,220); }
td.TdClassName
{
border-color: #0421DC;
}
.TagClassName
{
border-color: #0421DC;
}
</style>