Html Css Color HEX #2340EE Neon Blue

📋 copy color: '#2340EE'

red 35 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #2340EE

Tints of Neon Blue #2340EE

RGB

 RED value IS 35 (14.06% from 255) = 10.39%

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

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

R = 10.39%
G = 18.99%
B = 70.62%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2340EE (or 0x2340EE) is known color: Neon Blue. HEX triplet: 23, 40 and EE. RGB value is (35,64,238). Sum of RGB (Red+Green+Blue) = 35+64+238=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #2340EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2340EE is #DCBF11. Grayscale: #4A4A4A. Windows color (decimal): -14466834 or 15613987. OLE color: 15613987.

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

Color convert

RGB 35 64 238 -
CMYK 0.85 0.73 0 0.07
HSL 231.43º 0.86% 0.54% -
HSV(B) 231.43º 0.85% 0.93% -
XYZ 17.96 10.2 81.91 -
YUV 75.17 219.89 99.35 -
System Red Green Blue C M Y K H S L
Decimal 35 64 238 0.85 0.73 0 0.07 231.43 0.86 0.54
Hex 23 40 EE 55 49 0 7 E7 56 36
Octal 43 100 356 125 111 0 7 347 126 66
Binary 100011 1000000 11101110 1010101 1001001 0 111 11100111 1010110 110110

Color Harmonies of #2340EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340EE

Black with #2340EE

Text Example


Text Example

White with #2340EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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