Shades of Medium Blue #0420CD
Tints of Medium Blue #0420CD
RGB
CMYK
RGB Variations
Color information
#0420CD (or 0x0420CD) is known color: Medium Blue. HEX triplet: 04, 20 and CD. RGB value is (4,32,205). Sum of RGB (Red+Green+Blue) = 4+32+205=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #0420CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0420CD is #FBDF32. Grayscale: #2A2A2A. Windows color (decimal): -16506675 or 13443076. OLE color: 13443076.
HSL color Cylindrical-coordinate representation of color #0420CD: hue angle of 231.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420CD is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 32 | 205 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.20 |
| HSL | 231.64º | 0.96% | 0.41% | - |
| HSV(B) | 231.64º | 0.98% | 0.8% | - |
| XYZ | 11.59 | 5.47 | 58.2 | - |
| YUV | 43.35 | 219.22 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 205 | 0.98 | 0.84 | 0 | 0.20 | 231.64 | 0.96 | 0.41 |
| Hex | 4 | 20 | CD | 62 | 54 | 0 | 14 | E8 | 60 | 29 |
| Octal | 4 | 40 | 315 | 142 | 124 | 0 | 24 | 350 | 140 | 51 |
| Binary | 100 | 100000 | 11001101 | 1100010 | 1010100 | 0 | 10100 | 11101000 | 1100000 | 101001 |
Color Harmonies of #0420CD
Complementary color
Monochromatic Colors of #0420CD
Black with #0420CD
Text Example
Text Example
White with #0420CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420CD; }
p { color: rgb(4,32,205); }
H1.HeaderClassName
{
color: #0420CD;
}
.AnyTagClassName
{
color: #0420CD;
}
</style>
background-color css
<style>
a { background-color: #0420CD; }
a { background-color: rgb(4,32,205); }
div.DivClassName
{
background-color: #0420CD;
}
.BgClassName
{
background-color: #0420CD;
}
</style>
border-color css
<style>
span { border-color: #0420CD; }
span { border-color: rgb(4,32,205); }
td.TdClassName
{
border-color: #0420CD;
}
.TagClassName
{
border-color: #0420CD;
}
</style>