#1E24F5

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

Shades of Blue #1E24F5

Tints of Blue #1E24F5

Color information

#1E24F5 (or 0x1E24F5) is unknown color: approx Blue. HEX triplet: 1E, 24 and F5. RGB value is (30,36,245). Sum of RGB (Red+Green+Blue) = 30+36+245=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 245 (96.09% from 255 or 78.78% from 311); Max value from RGB is 245 - color contains mainly: blue. Hex color #1E24F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E24F5 is #E1DB0A. Grayscale: #393939. Windows color (decimal): -14801675 or 16065566. OLE color: 16065566.

HSL color Cylindrical-coordinate representation of color #1E24F5: hue angle of 238.33º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E24F5 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3036245-
CMYK0.880.8500.04
HSL238.33º91.49%53.92%-
HSV(B)238.33º87.76%96.08%-
XYZ17.658.1387.03-
YUV58.03233.51108.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 245 (96.09% from 255) = 78.78%
R=9.65%
G=11.58%
B=78.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal30362450.880.8500.04238.3391.4953.92
Hex1E24F5585504ee5b36
Octal36443651301250435613366
Binary1111010010011110101101100010101010100111011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E24F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E24F5; }

 p { color: rgb(30,36,245); }

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

<style>
 a { background-color: #1E24F5; }

 a { background-color: rgb(30,36,245); }

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

<style>
 span { border-color: #1E24F5; }

 span { border-color: rgb(30,36,245); }

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