#240FEF

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

Shades of Blue #240FEF

Tints of Blue #240FEF

Color information

#240FEF (or 0x240FEF) is unknown color: approx Blue. HEX triplet: 24, 0F and EF. RGB value is (36,15,239). Sum of RGB (Red+Green+Blue) = 36+15+239=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #240FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240FEF is #DBF010. Grayscale: #2D2D2D. Windows color (decimal): -14413841 or 15666980. OLE color: 15666980.

HSL color Cylindrical-coordinate representation of color #240FEF: hue angle of 245.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240FEF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3615239-
CMYK0.850.9400.06
HSL245.62º88.19%49.8%-
HSV(B)245.62º93.72%93.73%-
XYZ16.486.9582.13-
YUV46.82236.46120.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.41%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 239 (93.75% from 255) = 82.41%
R=12.41%
G=5.17%
B=82.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal36152390.850.9400.06245.6288.1949.8
Hex24FEF555E06f65832
Octal44173571251360636613062
Binary100100111111101111101010110111100110111101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,15,239); }

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

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

 a { background-color: rgb(36,15,239); }

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

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

 span { border-color: rgb(36,15,239); }

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