Html Css Color HEX #2440EB Neon Blue

📋 copy color: '#2440EB'

red 36 ◦ green 64 ◦ blue 235

#2440EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #2440EB

Tints of Neon Blue #2440EB

RGB

 RED value IS 36 (14.45% from 255) = 10.75%

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 10.75%
G = 19.1%
B = 70.15%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2440EB (or 0x2440EB) is known color: Neon Blue. HEX triplet: 24, 40 and EB. RGB value is (36,64,235). Sum of RGB (Red+Green+Blue) = 36+64+235=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #2440EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2440EB is #DBBF14. Grayscale: #4A4A4A. Windows color (decimal): -14401301 or 15417380. OLE color: 15417380.

HSL color Cylindrical-coordinate representation of color #2440EB: hue angle of 231.56º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2440EB is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 64 235 -
CMYK 0.85 0.73 0 0.08
HSL 231.56º 0.83% 0.53% -
HSV(B) 231.56º 0.85% 0.92% -
XYZ 17.56 10.04 79.61 -
YUV 75.12 218.22 100.1 -
System Red Green Blue C M Y K H S L
Decimal 36 64 235 0.85 0.73 0 0.08 231.56 0.83 0.53
Hex 24 40 EB 55 49 0 8 E8 53 35
Octal 44 100 353 125 111 0 10 350 123 65
Binary 100100 1000000 11101011 1010101 1001001 0 1000 11101000 1010011 110101

Color Harmonies of #2440EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2440EB

Black with #2440EB

Text Example


Text Example

White with #2440EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2440EB; }

 p { color: rgb(36,64,235); }

 H1.HeaderClassName
 {
   color: #2440EB;
 }
 .AnyTagClassName
 {
   color: #2440EB;
 }
</style>

background-color css

<style>
 a { background-color: #2440EB; }

 a { background-color: rgb(36,64,235); }

 div.DivClassName
 {
   background-color: #2440EB;
 }
 .BgClassName
 {
   background-color: #2440EB;
 }
</style>

border-color css

<style>
 span { border-color: #2440EB; }

 span { border-color: rgb(36,64,235); }

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