#0422F2

Color #0422F2 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0422F2

Tints of Blue #0422F2

Color information

#0422F2 (or 0x0422F2) is unknown color: approx 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

RGB434242-
CMYK0.980.8600.05
HSL232.44º96.75%48.24%-
HSV(B)232.44º98.35%94.9%-
XYZ16.657.5884.59-
YUV48.74237.0696.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 242 (94.92% from 255) = 86.43%
R=1.43%
G=12.14%
B=86.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4342420.980.8600.05232.4496.7548.24
Hex422F2625605e86130
Octal4423621421260535014160
Binary10010001011110010110001010101100101111010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0422F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>