#201EF4

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

Shades of Blue #201EF4

Tints of Blue #201EF4

Color information

#201EF4 (or 0x201EF4) is unknown color: approx Blue. HEX triplet: 20, 1E and F4. RGB value is (32,30,244). Sum of RGB (Red+Green+Blue) = 32+30+244=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 244 (95.70% from 255 or 79.74% from 306); Max value from RGB is 244 - color contains mainly: blue. Hex color #201EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EF4 is #DFE10B. Grayscale: #363636. Windows color (decimal): -14672140 or 15998496. OLE color: 15998496.

HSL color Cylindrical-coordinate representation of color #201EF4: hue angle of 240.56º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201EF4 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3230244-
CMYK0.870.8800.04
HSL240.56º90.68%53.73%-
HSV(B)240.56º87.7%95.69%-
XYZ17.397.7786.17-
YUV54.99234.66111.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 30 (12.11% from 255) = 9.80%
BLUE value IS 244 (95.70% from 255) = 79.74%
R=10.46%
G=9.80%
B=79.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal32302440.870.8800.04240.5690.6853.73
Hex201EF4575804f15b36
Octal40363641271300436113366
Binary1000001111011110100101011110110000100111100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201EF4; }

 p { color: rgb(32,30,244); }

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

<style>
 a { background-color: #201EF4; }

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

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

<style>
 span { border-color: #201EF4; }

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

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