Shades of Blue #0420FD
Tints of Blue #0420FD
RGB
CMYK
RGB Variations
Color information
#0420FD (or 0x0420FD) is known color: Blue. HEX triplet: 04, 20 and FD. RGB value is (4,32,253). Sum of RGB (Red+Green+Blue) = 4+32+253=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 253 (99.22% from 255 or 87.54% from 289); Max value from RGB is 253 - color contains mainly: blue. Hex color #0420FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0420FD is #FBDF02. Grayscale: #2F2F2F. Windows color (decimal): -16506627 or 16588804. OLE color: 16588804.
HSL color Cylindrical-coordinate representation of color #0420FD: hue angle of 233.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420FD is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 32 | 253 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.01 |
| HSL | 233.25º | 0.98% | 0.5% | - |
| HSV(B) | 233.25º | 0.98% | 0.99% | - |
| XYZ | 18.3 | 8.15 | 93.54 | - |
| YUV | 48.82 | 243.22 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 253 | 0.98 | 0.87 | 0 | 0.01 | 233.25 | 0.98 | 0.5 |
| Hex | 4 | 20 | FD | 62 | 57 | 0 | 1 | E9 | 62 | 32 |
| Octal | 4 | 40 | 375 | 142 | 127 | 0 | 1 | 351 | 142 | 62 |
| Binary | 100 | 100000 | 11111101 | 1100010 | 1010111 | 0 | 1 | 11101001 | 1100010 | 110010 |
Color Harmonies of #0420FD
Complementary color
Monochromatic Colors of #0420FD
Black with #0420FD
Text Example
Text Example
White with #0420FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420FD; }
p { color: rgb(4,32,253); }
H1.HeaderClassName
{
color: #0420FD;
}
.AnyTagClassName
{
color: #0420FD;
}
</style>
background-color css
<style>
a { background-color: #0420FD; }
a { background-color: rgb(4,32,253); }
div.DivClassName
{
background-color: #0420FD;
}
.BgClassName
{
background-color: #0420FD;
}
</style>
border-color css
<style>
span { border-color: #0420FD; }
span { border-color: rgb(4,32,253); }
td.TdClassName
{
border-color: #0420FD;
}
.TagClassName
{
border-color: #0420FD;
}
</style>