#2411ED

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

Shades of Blue #2411ED

Tints of Blue #2411ED

Color information

#2411ED (or 0x2411ED) is unknown color: approx Blue. HEX triplet: 24, 11 and ED. RGB value is (36,17,237). Sum of RGB (Red+Green+Blue) = 36+17+237=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 237 (92.97% from 255 or 81.72% from 290); Max value from RGB is 237 - color contains mainly: blue. Hex color #2411ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2411ED is #DBEE12. Grayscale: #2E2E2E. Windows color (decimal): -14413331 or 15536420. OLE color: 15536420.

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

Color convert

RGB3617237-
CMYK0.850.9300.07
HSL245.18º86.61%49.8%-
HSV(B)245.18º92.83%92.94%-
XYZ16.216.8980.6-
YUV47.76234.79119.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.41%
GREEN value IS 17 (7.03% from 255) = 5.86%
BLUE value IS 237 (92.97% from 255) = 81.72%
R=12.41%
G=5.86%
B=81.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal36172370.850.9300.07245.1886.6149.8
Hex2411ED555D07f55732
Octal44213551251350736512762
Binary1001001000111101101101010110111010111111101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2411ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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