Html Css Color HEX #2540EE Neon Blue

📋 copy color: '#2540EE'

red 37 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #2540EE

Tints of Neon Blue #2540EE

RGB

 RED value IS 37 (14.84% from 255) = 10.91%

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

 BLUE value IS 238 (93.36% from 255) = 70.21%

R = 10.91%
G = 18.88%
B = 70.21%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2540EE (or 0x2540EE) is known color: Neon Blue. HEX triplet: 25, 40 and EE. RGB value is (37,64,238). Sum of RGB (Red+Green+Blue) = 37+64+238=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #2540EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2540EE is #DABF11. Grayscale: #4B4B4B. Windows color (decimal): -14335762 or 15613989. OLE color: 15613989.

HSL color Cylindrical-coordinate representation of color #2540EE: hue angle of 231.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2540EE is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 64 238 -
CMYK 0.84 0.73 0 0.07
HSL 231.94º 0.86% 0.54% -
HSV(B) 231.94º 0.84% 0.93% -
XYZ 18.03 10.23 81.91 -
YUV 75.76 219.55 100.35 -
System Red Green Blue C M Y K H S L
Decimal 37 64 238 0.84 0.73 0 0.07 231.94 0.86 0.54
Hex 25 40 EE 54 49 0 7 E8 56 36
Octal 45 100 356 124 111 0 7 350 126 66
Binary 100101 1000000 11101110 1010100 1001001 0 111 11101000 1010110 110110

Color Harmonies of #2540EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540EE

Black with #2540EE

Text Example


Text Example

White with #2540EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2540EE; }

 p { color: rgb(37,64,238); }

 H1.HeaderClassName
 {
   color: #2540EE;
 }
 .AnyTagClassName
 {
   color: #2540EE;
 }
</style>

background-color css

<style>
 a { background-color: #2540EE; }

 a { background-color: rgb(37,64,238); }

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

border-color css

<style>
 span { border-color: #2540EE; }

 span { border-color: rgb(37,64,238); }

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