Shades of Blue #0421FD
Tints of Blue #0421FD
RGB
CMYK
RGB Variations
Color information
#0421FD (or 0x0421FD) is known color: Blue. HEX triplet: 04, 21 and FD. RGB value is (4,33,253). Sum of RGB (Red+Green+Blue) = 4+33+253=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 253 (99.22% from 255 or 87.24% from 290); Max value from RGB is 253 - color contains mainly: blue. Hex color #0421FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0421FD is #FBDE02. Grayscale: #303030. Windows color (decimal): -16506371 or 16589060. OLE color: 16589060.
HSL color Cylindrical-coordinate representation of color #0421FD: hue angle of 233.01º 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 #0421FD is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 33 | 253 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.01 |
| HSL | 233.01º | 0.98% | 0.5% | - |
| HSV(B) | 233.01º | 0.98% | 0.99% | - |
| XYZ | 18.32 | 8.21 | 93.55 | - |
| YUV | 49.41 | 242.89 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 253 | 0.98 | 0.87 | 0 | 0.01 | 233.01 | 0.98 | 0.5 |
| Hex | 4 | 21 | FD | 62 | 57 | 0 | 1 | E9 | 62 | 32 |
| Octal | 4 | 41 | 375 | 142 | 127 | 0 | 1 | 351 | 142 | 62 |
| Binary | 100 | 100001 | 11111101 | 1100010 | 1010111 | 0 | 1 | 11101001 | 1100010 | 110010 |
Color Harmonies of #0421FD
Complementary color
Monochromatic Colors of #0421FD
Black with #0421FD
Text Example
Text Example
White with #0421FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0421FD; }
p { color: rgb(4,33,253); }
H1.HeaderClassName
{
color: #0421FD;
}
.AnyTagClassName
{
color: #0421FD;
}
</style>
background-color css
<style>
a { background-color: #0421FD; }
a { background-color: rgb(4,33,253); }
div.DivClassName
{
background-color: #0421FD;
}
.BgClassName
{
background-color: #0421FD;
}
</style>
border-color css
<style>
span { border-color: #0421FD; }
span { border-color: rgb(4,33,253); }
td.TdClassName
{
border-color: #0421FD;
}
.TagClassName
{
border-color: #0421FD;
}
</style>