#0420F0

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

Shades of Blue #0420F0

Tints of Blue #0420F0

Color information

#0420F0 (or 0x0420F0) is unknown color: approx Blue. HEX triplet: 04, 20 and F0. RGB value is (4,32,240). Sum of RGB (Red+Green+Blue) = 4+32+240=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 240 (94.14% from 255 or 86.96% from 276); Max value from RGB is 240 - color contains mainly: blue. Hex color #0420F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0420F0 is #FBDF0F. Grayscale: #2E2E2E. Windows color (decimal): -16506640 or 15736836. OLE color: 15736836.

HSL color Cylindrical-coordinate representation of color #0420F0: hue angle of 232.88º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420F0 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB432240-
CMYK0.980.8700.06
HSL232.88º96.72%47.84%-
HSV(B)232.88º98.33%94.12%-
XYZ16.297.3583-
YUV47.34236.7297.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 32 (12.89% from 255) = 11.59%
BLUE value IS 240 (94.14% from 255) = 86.96%
R=1.45%
G=11.59%
B=86.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal4322400.980.8700.06232.8896.7247.84
Hex420F0625706e96130
Octal4403601421270635114160
Binary10010000011110000110001010101110110111010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0420F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0420F0; }

 p { color: rgb(4,32,240); }

 H1.HeaderClassName
 {
   color: #0420F0;
 }
 .AnyTagClassName
 {
   color: #0420F0;
 }
</style>
background-color css

<style>
 a { background-color: #0420F0; }

 a { background-color: rgb(4,32,240); }

 div.DivClassName
 {
   background-color: #0420F0;
 }
 .BgClassName
 {
   background-color: #0420F0;
 }
</style>
border-color css

<style>
 span { border-color: #0420F0; }

 span { border-color: rgb(4,32,240); }

 td.TdClassName
 {
   border-color: #0420F0;
 }
 .TagClassName
 {
   border-color: #0420F0;
 }
</style>