#2126ED

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

Shades of Blue #2126ED

Tints of Blue #2126ED

Color information

#2126ED (or 0x2126ED) is unknown color: approx Blue. HEX triplet: 21, 26 and ED. RGB value is (33,38,237). Sum of RGB (Red+Green+Blue) = 33+38+237=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #2126ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2126ED is #DED912. Grayscale: #3A3A3A. Windows color (decimal): -14604563 or 15541793. OLE color: 15541793.

HSL color Cylindrical-coordinate representation of color #2126ED: hue angle of 238.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2126ED is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3338237-
CMYK0.860.8400.07
HSL238.53º85%52.94%-
HSV(B)238.53º86.08%92.94%-
XYZ16.617.8280.76-
YUV59.19228.34109.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 237 (92.97% from 255) = 76.95%
R=10.71%
G=12.34%
B=76.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal33382370.860.8400.07238.538552.94
Hex2126ED565407ef5535
Octal41463551261240735712565
Binary10000110011011101101101011010101000111111011111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2126ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2126ED; }

 p { color: rgb(33,38,237); }

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

<style>
 a { background-color: #2126ED; }

 a { background-color: rgb(33,38,237); }

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

<style>
 span { border-color: #2126ED; }

 span { border-color: rgb(33,38,237); }

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