Shades of Blue #0420EB
Tints of Blue #0420EB
RGB
CMYK
RGB Variations
Color information
#0420EB (or 0x0420EB) is known color: Blue. HEX triplet: 04, 20 and EB. RGB value is (4,32,235). Sum of RGB (Red+Green+Blue) = 4+32+235=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 235 (92.19% from 255 or 86.72% from 271); Max value from RGB is 235 - color contains mainly: blue. Hex color #0420EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0420EB is #FBDF14. Grayscale: #2D2D2D. Windows color (decimal): -16506645 or 15409156. OLE color: 15409156.
HSL color Cylindrical-coordinate representation of color #0420EB: hue angle of 232.73º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420EB is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 32 | 235 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.08 |
| HSL | 232.73º | 0.97% | 0.47% | - |
| HSV(B) | 232.73º | 0.98% | 0.92% | - |
| XYZ | 15.56 | 7.06 | 79.14 | - |
| YUV | 46.77 | 234.22 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 235 | 0.98 | 0.86 | 0 | 0.08 | 232.73 | 0.97 | 0.47 |
| Hex | 4 | 20 | EB | 62 | 56 | 0 | 8 | E9 | 61 | 2F |
| Octal | 4 | 40 | 353 | 142 | 126 | 0 | 10 | 351 | 141 | 57 |
| Binary | 100 | 100000 | 11101011 | 1100010 | 1010110 | 0 | 1000 | 11101001 | 1100001 | 101111 |
Color Harmonies of #0420EB
Complementary color
Monochromatic Colors of #0420EB
Black with #0420EB
Text Example
Text Example
White with #0420EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420EB; }
p { color: rgb(4,32,235); }
H1.HeaderClassName
{
color: #0420EB;
}
.AnyTagClassName
{
color: #0420EB;
}
</style>
background-color css
<style>
a { background-color: #0420EB; }
a { background-color: rgb(4,32,235); }
div.DivClassName
{
background-color: #0420EB;
}
.BgClassName
{
background-color: #0420EB;
}
</style>
border-color css
<style>
span { border-color: #0420EB; }
span { border-color: rgb(4,32,235); }
td.TdClassName
{
border-color: #0420EB;
}
.TagClassName
{
border-color: #0420EB;
}
</style>