Html Css Color HEX #2339ED Neon Blue

📋 copy color: '#2339ED'

red 35 ◦ green 57 ◦ blue 237

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

Shades of Neon Blue #2339ED

Tints of Neon Blue #2339ED

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

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

R = 10.64%
G = 17.33%
B = 72.04%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2339ED (or 0x2339ED) is known color: Neon Blue. HEX triplet: 23, 39 and ED. RGB value is (35,57,237). Sum of RGB (Red+Green+Blue) = 35+57+237=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #2339ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2339ED is #DCC612. Grayscale: #464646. Windows color (decimal): -14468627 or 15546659. OLE color: 15546659.

HSL color Cylindrical-coordinate representation of color #2339ED: hue angle of 233.47º 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 #2339ED is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 57 237 -
CMYK 0.85 0.76 0 0.07
HSL 233.47º 0.85% 0.53% -
HSV(B) 233.47º 0.85% 0.93% -
XYZ 17.44 9.4 81.02 -
YUV 70.94 221.71 102.36 -
System Red Green Blue C M Y K H S L
Decimal 35 57 237 0.85 0.76 0 0.07 233.47 0.85 0.53
Hex 23 39 ED 55 4C 0 7 E9 55 35
Octal 43 71 355 125 114 0 7 351 125 65
Binary 100011 111001 11101101 1010101 1001100 0 111 11101001 1010101 110101

Color Harmonies of #2339ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2339ED

Black with #2339ED

Text Example


Text Example

White with #2339ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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