#2020F1

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

Shades of Blue #2020F1

Tints of Blue #2020F1

Color information

#2020F1 (or 0x2020F1) is unknown color: approx Blue. HEX triplet: 20, 20 and F1. RGB value is (32,32,241). Sum of RGB (Red+Green+Blue) = 32+32+241=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #2020F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2020F1 is #DFDF0E. Grayscale: #363636. Windows color (decimal): -14671631 or 15802400. OLE color: 15802400.

HSL color Cylindrical-coordinate representation of color #2020F1: hue angle of 240º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2020F1 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3232241-
CMYK0.870.8700.05
HSL240º88.19%53.53%-
HSV(B)240º86.72%94.51%-
XYZ16.997.6983.81-
YUV55.83232.5111.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.49%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 241 (94.53% from 255) = 79.02%
R=10.49%
G=10.49%
B=79.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32322410.870.8700.0524088.1953.53
Hex2020F1575705f05836
Octal40403611271270536013066
Binary10000010000011110001101011110101110101111100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2020F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2020F1; }

 p { color: rgb(32,32,241); }

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

<style>
 a { background-color: #2020F1; }

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

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

<style>
 span { border-color: #2020F1; }

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

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