#220AE9

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

Shades of Blue #220AE9

Tints of Blue #220AE9

Color information

#220AE9 (or 0x220AE9) is unknown color: approx Blue. HEX triplet: 22, 0A and E9. RGB value is (34,10,233). Sum of RGB (Red+Green+Blue) = 34+10+233=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 233 (91.41% from 255 or 84.12% from 277); Max value from RGB is 233 - color contains mainly: blue. Hex color #220AE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220AE9 is #DDF516. Grayscale: #292929. Windows color (decimal): -14546199 or 15272482. OLE color: 15272482.

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

Color convert

RGB3410233-
CMYK0.850.9600.09
HSL246.46º91.77%47.65%-
HSV(B)246.46º95.71%91.37%-
XYZ15.486.4477.52-
YUV42.6235.45121.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 233 (91.41% from 255) = 84.12%
R=12.27%
G=3.61%
B=84.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal34102330.850.9600.09246.4691.7747.65
Hex22AE9556009f65c30
Octal421235112514001136613460
Binary1000101010111010011010101110000001001111101101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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