Html Css Color HEX #2840E9 Neon Blue

📋 copy color: '#2840E9'

red 40 ◦ green 64 ◦ blue 233

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

Shades of Neon Blue #2840E9

Tints of Neon Blue #2840E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 69.14%

R = 11.87%
G = 18.99%
B = 69.14%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2840E9 (or 0x2840E9) is known color: Neon Blue. HEX triplet: 28, 40 and E9. RGB value is (40,64,233). Sum of RGB (Red+Green+Blue) = 40+64+233=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 233 (91.41% from 255 or 69.14% from 337); Max value from RGB is 233 - color contains mainly: blue. Hex color #2840E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2840E9 is #D7BF16. Grayscale: #4B4B4B. Windows color (decimal): -14139159 or 15286312. OLE color: 15286312.

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

Color convert

RGB 40 64 233 -
CMYK 0.83 0.73 0 0.09
HSL 232.54º 0.81% 0.54% -
HSV(B) 232.54º 0.83% 0.91% -
XYZ 17.42 10 78.1 -
YUV 76.09 216.55 102.26 -
System Red Green Blue C M Y K H S L
Decimal 40 64 233 0.83 0.73 0 0.09 232.54 0.81 0.54
Hex 28 40 E9 53 49 0 9 E9 51 36
Octal 50 100 351 123 111 0 11 351 121 66
Binary 101000 1000000 11101001 1010011 1001001 0 1001 11101001 1010001 110110

Color Harmonies of #2840E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840E9

Black with #2840E9

Text Example


Text Example

White with #2840E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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