Shades of Blue #0420FF
Tints of Blue #0420FF
RGB
CMYK
RGB Variations
Color information
#0420FF (or 0x0420FF) is known color: Blue. HEX triplet: 04, 20 and FF. RGB value is (4,32,255). Sum of RGB (Red+Green+Blue) = 4+32+255=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #0420FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0420FF is #FBDF00. Grayscale: #303030. Windows color (decimal): -16506625 or 16719876. OLE color: 16719876.
HSL color Cylindrical-coordinate representation of color #0420FF: hue angle of 233.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420FF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 32 | 255 | - |
| CMYK | 0.98 | 0.87 | 0 | 0 |
| HSL | 233.31º | 1% | 0.51% | - |
| HSV(B) | 233.31º | 0.98% | 1% | - |
| XYZ | 18.62 | 8.28 | 95.22 | - |
| YUV | 49.05 | 244.22 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 255 | 0.98 | 0.87 | 0 | 0 | 233.31 | 1 | 0.51 |
| Hex | 4 | 20 | FF | 62 | 57 | 0 | 0 | E9 | 64 | 33 |
| Octal | 4 | 40 | 377 | 142 | 127 | 0 | 0 | 351 | 144 | 63 |
| Binary | 100 | 100000 | 11111111 | 1100010 | 1010111 | 0 | 0 | 11101001 | 1100100 | 110011 |
Color Harmonies of #0420FF
Complementary color
Monochromatic Colors of #0420FF
Black with #0420FF
Text Example
Text Example
White with #0420FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420FF; }
p { color: rgb(4,32,255); }
H1.HeaderClassName
{
color: #0420FF;
}
.AnyTagClassName
{
color: #0420FF;
}
</style>
background-color css
<style>
a { background-color: #0420FF; }
a { background-color: rgb(4,32,255); }
div.DivClassName
{
background-color: #0420FF;
}
.BgClassName
{
background-color: #0420FF;
}
</style>
border-color css
<style>
span { border-color: #0420FF; }
span { border-color: rgb(4,32,255); }
td.TdClassName
{
border-color: #0420FF;
}
.TagClassName
{
border-color: #0420FF;
}
</style>