#2400FF

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

Shades of Blue #2400FF

Tints of Blue #2400FF

Color information

#2400FF (or 0x2400FF) is unknown color: approx Blue. HEX triplet: 24, 00 and FF. RGB value is (36,0,255). Sum of RGB (Red+Green+Blue) = 36+0+255=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #2400FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2400FF is #DBFF00. Grayscale: #262626. Windows color (decimal): -14417665 or 16711716. OLE color: 16711716.

HSL color Cylindrical-coordinate representation of color #2400FF: hue angle of 248.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400FF is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB360255-
CMYK0.86100
HSL248.47º100%50%-
HSV(B)248.47º100%100%-
XYZ18.787.695.08-
YUV39.83249.43125.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 87.63%
R=12.37%
G=0%
B=87.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal3602550.86100248.4710050
Hex240FF566400f86432
Octal4403771261440037014462
Binary1001000111111111010110110010000111110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2400FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2400FF; }

 p { color: rgb(36,0,255); }

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

<style>
 a { background-color: #2400FF; }

 a { background-color: rgb(36,0,255); }

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

<style>
 span { border-color: #2400FF; }

 span { border-color: rgb(36,0,255); }

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