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