#2421ED

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

Shades of Blue #2421ED

Tints of Blue #2421ED

Color information

#2421ED (or 0x2421ED) is unknown color: approx Blue. HEX triplet: 24, 21 and ED. RGB value is (36,33,237). Sum of RGB (Red+Green+Blue) = 36+33+237=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #2421ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2421ED is #DBDE12. Grayscale: #383838. Windows color (decimal): -14409235 or 15540516. OLE color: 15540516.

HSL color Cylindrical-coordinate representation of color #2421ED: hue angle of 240.88º 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 #2421ED is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3633237-
CMYK0.850.8600.07
HSL240.88º85%52.94%-
HSV(B)240.88º86.08%92.94%-
XYZ16.567.5880.71-
YUV57.15229.49112.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.76%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 237 (92.97% from 255) = 77.45%
R=11.76%
G=10.78%
B=77.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal36332370.850.8600.07240.888552.94
Hex2421ED555607f15535
Octal44413551251260736112565
Binary10010010000111101101101010110101100111111100011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2421ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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