Html Css Color HEX #2840EA Neon Blue

📋 copy color: '#2840EA'

red 40 ◦ green 64 ◦ blue 234

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

Shades of Neon Blue #2840EA

Tints of Neon Blue #2840EA

RGB

 RED value IS 40 (16.02% from 255) = 11.83%

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

 BLUE value IS 234 (91.8% from 255) = 69.23%

R = 11.83%
G = 18.93%
B = 69.23%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2840EA (or 0x2840EA) is known color: Neon Blue. HEX triplet: 28, 40 and EA. RGB value is (40,64,234). Sum of RGB (Red+Green+Blue) = 40+64+234=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #2840EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2840EA is #D7BF15. Grayscale: #4B4B4B. Windows color (decimal): -14139158 or 15351848. OLE color: 15351848.

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

Color convert

RGB 40 64 234 -
CMYK 0.83 0.73 0 0.08
HSL 232.58º 0.82% 0.54% -
HSV(B) 232.58º 0.83% 0.92% -
XYZ 17.56 10.06 78.86 -
YUV 76.2 217.05 102.18 -
System Red Green Blue C M Y K H S L
Decimal 40 64 234 0.83 0.73 0 0.08 232.58 0.82 0.54
Hex 28 40 EA 53 49 0 8 E9 52 36
Octal 50 100 352 123 111 0 10 351 122 66
Binary 101000 1000000 11101010 1010011 1001001 0 1000 11101001 1010010 110110

Color Harmonies of #2840EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840EA

Black with #2840EA

Text Example


Text Example

White with #2840EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2840EA; }

 p { color: rgb(40,64,234); }

 H1.HeaderClassName
 {
   color: #2840EA;
 }
 .AnyTagClassName
 {
   color: #2840EA;
 }
</style>

background-color css

<style>
 a { background-color: #2840EA; }

 a { background-color: rgb(40,64,234); }

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

border-color css

<style>
 span { border-color: #2840EA; }

 span { border-color: rgb(40,64,234); }

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