#221AE9

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

Shades of Blue #221AE9

Tints of Blue #221AE9

Color information

#221AE9 (or 0x221AE9) is unknown color: approx Blue. HEX triplet: 22, 1A and E9. RGB value is (34,26,233). Sum of RGB (Red+Green+Blue) = 34+26+233=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 233 (91.41% from 255 or 79.52% from 293); Max value from RGB is 233 - color contains mainly: blue. Hex color #221AE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221AE9 is #DDE516. Grayscale: #333333. Windows color (decimal): -14542103 or 15276578. OLE color: 15276578.

HSL color Cylindrical-coordinate representation of color #221AE9: hue angle of 242.32º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #221AE9 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3426233-
CMYK0.850.8900.09
HSL242.32º82.47%50.78%-
HSV(B)242.32º88.84%91.37%-
XYZ15.746.9677.61-
YUV51.99230.15115.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.60%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 233 (91.41% from 255) = 79.52%
R=11.60%
G=8.87%
B=79.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal34262330.850.8900.09242.3282.4750.78
Hex221AE9555909f25233
Octal423235112513101136212263
Binary10001011010111010011010101101100101001111100101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221AE9; }

 p { color: rgb(34,26,233); }

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

<style>
 a { background-color: #221AE9; }

 a { background-color: rgb(34,26,233); }

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

<style>
 span { border-color: #221AE9; }

 span { border-color: rgb(34,26,233); }

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