#201AE6

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

Shades of Blue #201AE6

Tints of Blue #201AE6

Color information

#201AE6 (or 0x201AE6) is unknown color: approx Blue. HEX triplet: 20, 1A and E6. RGB value is (32,26,230). Sum of RGB (Red+Green+Blue) = 32+26+230=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 230 (90.23% from 255 or 79.86% from 288); Max value from RGB is 230 - color contains mainly: blue. Hex color #201AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AE6 is #DFE519. Grayscale: #323232. Windows color (decimal): -14673178 or 15079968. OLE color: 15079968.

HSL color Cylindrical-coordinate representation of color #201AE6: hue angle of 241.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201AE6 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3226230-
CMYK0.860.8900.10
HSL241.76º80.31%50.2%-
HSV(B)241.76º88.7%90.2%-
XYZ15.256.7675.36-
YUV51.05228.99114.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.11%
GREEN value IS 26 (10.55% from 255) = 9.03%
BLUE value IS 230 (90.23% from 255) = 79.86%
R=11.11%
G=9.03%
B=79.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal32262300.860.8900.10241.7680.3150.2
Hex201AE656590Af25032
Octal403234612613101236212062
Binary10000011010111001101010110101100101010111100101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,26,230); }

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

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

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

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

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

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

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