Html Css Color HEX #2340ED Neon Blue

📋 copy color: '#2340ED'

red 35 ◦ green 64 ◦ blue 237

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

Shades of Neon Blue #2340ED

Tints of Neon Blue #2340ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 10.42%
G = 19.05%
B = 70.54%

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

#2340ED (or 0x2340ED) is known color: Neon Blue. HEX triplet: 23, 40 and ED. RGB value is (35,64,237). Sum of RGB (Red+Green+Blue) = 35+64+237=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #2340ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2340ED is #DCBF12. Grayscale: #4A4A4A. Windows color (decimal): -14466835 or 15548451. OLE color: 15548451.

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

Color convert

RGB 35 64 237 -
CMYK 0.85 0.73 0 0.07
HSL 231.39º 0.85% 0.53% -
HSV(B) 231.39º 0.85% 0.93% -
XYZ 17.81 10.14 81.14 -
YUV 75.05 219.39 99.43 -
System Red Green Blue C M Y K H S L
Decimal 35 64 237 0.85 0.73 0 0.07 231.39 0.85 0.53
Hex 23 40 ED 55 49 0 7 E7 55 35
Octal 43 100 355 125 111 0 7 347 125 65
Binary 100011 1000000 11101101 1010101 1001001 0 111 11100111 1010101 110101

Color Harmonies of #2340ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340ED

Black with #2340ED

Text Example


Text Example

White with #2340ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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