#2123EA

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

Shades of Blue #2123EA

Tints of Blue #2123EA

Color information

#2123EA (or 0x2123EA) is unknown color: approx Blue. HEX triplet: 21, 23 and EA. RGB value is (33,35,234). Sum of RGB (Red+Green+Blue) = 33+35+234=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #2123EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2123EA is #DEDC15. Grayscale: #383838. Windows color (decimal): -14605334 or 15344417. OLE color: 15344417.

HSL color Cylindrical-coordinate representation of color #2123EA: hue angle of 239.4º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2123EA is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3335234-
CMYK0.860.8500.08
HSL239.4º82.72%52.35%-
HSV(B)239.4º85.9%91.76%-
XYZ16.087.4778.44-
YUV57.09227.84110.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 35 (14.06% from 255) = 11.59%
BLUE value IS 234 (91.80% from 255) = 77.48%
R=10.93%
G=11.59%
B=77.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal33352340.860.8500.08239.482.7252.35
Hex2123EA565508ef5334
Octal414335212612501035712364
Binary100001100011111010101010110101010101000111011111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2123EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2123EA; }

 p { color: rgb(33,35,234); }

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

<style>
 a { background-color: #2123EA; }

 a { background-color: rgb(33,35,234); }

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

<style>
 span { border-color: #2123EA; }

 span { border-color: rgb(33,35,234); }

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