#240EF5

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

Shades of Blue #240EF5

Tints of Blue #240EF5

Color information

#240EF5 (or 0x240EF5) is unknown color: approx Blue. HEX triplet: 24, 0E and F5. RGB value is (36,14,245). Sum of RGB (Red+Green+Blue) = 36+14+245=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 245 (96.09% from 255 or 83.05% from 295); Max value from RGB is 245 - color contains mainly: blue. Hex color #240EF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240EF5 is #DBF10A. Grayscale: #2E2E2E. Windows color (decimal): -14414091 or 16059940. OLE color: 16059940.

HSL color Cylindrical-coordinate representation of color #240EF5: hue angle of 245.71º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EF5 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3614245-
CMYK0.850.9400.04
HSL245.71º92.03%50.78%-
HSV(B)245.71º94.29%96.08%-
XYZ17.377.2886.88-
YUV46.91239.79120.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.20%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 245 (96.09% from 255) = 83.05%
R=12.20%
G=4.75%
B=83.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal36142450.850.9400.04245.7192.0350.78
Hex24EF5555E04f65c33
Octal44163651251360436613463
Binary100100111011110101101010110111100100111101101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240EF5; }

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

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

<style>
 a { background-color: #240EF5; }

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

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

<style>
 span { border-color: #240EF5; }

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

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