Shades of Blue #0422F2
Tints of Blue #0422F2
RGB
CMYK
RGB Variations
Color information
#0422F2 (or 0x0422F2) is known color: Blue. HEX triplet: 04, 22 and F2. RGB value is (4,34,242). Sum of RGB (Red+Green+Blue) = 4+34+242=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 242 (94.92% from 255 or 86.43% from 280); Max value from RGB is 242 - color contains mainly: blue. Hex color #0422F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0422F2 is #FBDD0D. Grayscale: #2F2F2F. Windows color (decimal): -16506126 or 15868420. OLE color: 15868420.
HSL color Cylindrical-coordinate representation of color #0422F2: hue angle of 232.44º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0422F2 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 34 | 242 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.05 |
| HSL | 232.44º | 0.97% | 0.48% | - |
| HSV(B) | 232.44º | 0.98% | 0.95% | - |
| XYZ | 16.65 | 7.58 | 84.59 | - |
| YUV | 48.74 | 237.06 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 242 | 0.98 | 0.86 | 0 | 0.05 | 232.44 | 0.97 | 0.48 |
| Hex | 4 | 22 | F2 | 62 | 56 | 0 | 5 | E8 | 61 | 30 |
| Octal | 4 | 42 | 362 | 142 | 126 | 0 | 5 | 350 | 141 | 60 |
| Binary | 100 | 100010 | 11110010 | 1100010 | 1010110 | 0 | 101 | 11101000 | 1100001 | 110000 |
Color Harmonies of #0422F2
Complementary color
Monochromatic Colors of #0422F2
Black with #0422F2
Text Example
Text Example
White with #0422F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0422F2; }
p { color: rgb(4,34,242); }
H1.HeaderClassName
{
color: #0422F2;
}
.AnyTagClassName
{
color: #0422F2;
}
</style>
background-color css
<style>
a { background-color: #0422F2; }
a { background-color: rgb(4,34,242); }
div.DivClassName
{
background-color: #0422F2;
}
.BgClassName
{
background-color: #0422F2;
}
</style>
border-color css
<style>
span { border-color: #0422F2; }
span { border-color: rgb(4,34,242); }
td.TdClassName
{
border-color: #0422F2;
}
.TagClassName
{
border-color: #0422F2;
}
</style>