#240FF9

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

Shades of Blue #240FF9

Tints of Blue #240FF9

Color information

#240FF9 (or 0x240FF9) is unknown color: approx Blue. HEX triplet: 24, 0F and F9. RGB value is (36,15,249). Sum of RGB (Red+Green+Blue) = 36+15+249=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 249 (97.66% from 255 or 83% from 300); Max value from RGB is 249 - color contains mainly: blue. Hex color #240FF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240FF9 is #DBF006. Grayscale: #2F2F2F. Windows color (decimal): -14413831 or 16322340. OLE color: 16322340.

HSL color Cylindrical-coordinate representation of color #240FF9: hue angle of 245.38º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240FF9 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3615249-
CMYK0.860.9400.02
HSL245.38º95.12%51.76%-
HSV(B)245.38º93.98%97.65%-
XYZ187.5690.13-
YUV47.96241.46119.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 15 (6.25% from 255) = 5%
BLUE value IS 249 (97.66% from 255) = 83%
R=12%
G=5%
B=83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal36152490.860.9400.02245.3895.1251.76
Hex24FF9565E02f55f34
Octal44173711261360236513764
Binary10010011111111100110101101011110010111101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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