#240AE9

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

Shades of Blue #240AE9

Tints of Blue #240AE9

Color information

#240AE9 (or 0x240AE9) is unknown color: approx Blue. HEX triplet: 24, 0A and E9. RGB value is (36,10,233). Sum of RGB (Red+Green+Blue) = 36+10+233=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 233 (91.41% from 255 or 83.51% from 279); Max value from RGB is 233 - color contains mainly: blue. Hex color #240AE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240AE9 is #DBF516. Grayscale: #2A2A2A. Windows color (decimal): -14415127 or 15272484. OLE color: 15272484.

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

Color convert

RGB3610233-
CMYK0.850.9600.09
HSL247º91.77%47.65%-
HSV(B)247º95.71%91.37%-
XYZ15.546.4877.52-
YUV43.2235.11122.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 233 (91.41% from 255) = 83.51%
R=12.90%
G=3.58%
B=83.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal36102330.850.9600.0924791.7747.65
Hex24AE9556009f75c30
Octal441235112514001136713460
Binary1001001010111010011010101110000001001111101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,10,233); }

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

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

 a { background-color: rgb(36,10,233); }

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

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

 span { border-color: rgb(36,10,233); }

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