Html Css Color HEX #2540EB Neon Blue

📋 copy color: '#2540EB'

red 37 ◦ green 64 ◦ blue 235

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

Shades of Neon Blue #2540EB

Tints of Neon Blue #2540EB

RGB

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

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

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

R = 11.01%
G = 19.05%
B = 69.94%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2540EB (or 0x2540EB) is known color: Neon Blue. HEX triplet: 25, 40 and EB. RGB value is (37,64,235). Sum of RGB (Red+Green+Blue) = 37+64+235=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #2540EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2540EB is #DABF14. Grayscale: #4A4A4A. Windows color (decimal): -14335765 or 15417381. OLE color: 15417381.

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

Color convert

RGB 37 64 235 -
CMYK 0.84 0.73 0 0.08
HSL 231.82º 0.83% 0.53% -
HSV(B) 231.82º 0.84% 0.92% -
XYZ 17.59 10.06 79.61 -
YUV 75.42 218.05 100.6 -
System Red Green Blue C M Y K H S L
Decimal 37 64 235 0.84 0.73 0 0.08 231.82 0.83 0.53
Hex 25 40 EB 54 49 0 8 E8 53 35
Octal 45 100 353 124 111 0 10 350 123 65
Binary 100101 1000000 11101011 1010100 1001001 0 1000 11101000 1010011 110101

Color Harmonies of #2540EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540EB

Black with #2540EB

Text Example


Text Example

White with #2540EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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