Html Css Color HEX #2240EE Neon Blue

📋 copy color: '#2240EE'

red 34 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #2240EE

Tints of Neon Blue #2240EE

RGB

 RED value IS 34 (13.67% from 255) = 10.12%

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

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

R = 10.12%
G = 19.05%
B = 70.83%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2240EE (or 0x2240EE) is known color: Neon Blue. HEX triplet: 22, 40 and EE. RGB value is (34,64,238). Sum of RGB (Red+Green+Blue) = 34+64+238=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #2240EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2240EE is #DDBF11. Grayscale: #4A4A4A. Windows color (decimal): -14532370 or 15613986. OLE color: 15613986.

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

Color convert

RGB 34 64 238 -
CMYK 0.86 0.73 0 0.07
HSL 231.18º 0.86% 0.53% -
HSV(B) 231.18º 0.86% 0.93% -
XYZ 17.93 10.18 81.91 -
YUV 74.87 220.06 98.85 -
System Red Green Blue C M Y K H S L
Decimal 34 64 238 0.86 0.73 0 0.07 231.18 0.86 0.53
Hex 22 40 EE 56 49 0 7 E7 56 35
Octal 42 100 356 126 111 0 7 347 126 65
Binary 100010 1000000 11101110 1010110 1001001 0 111 11100111 1010110 110101

Color Harmonies of #2240EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2240EE

Black with #2240EE

Text Example


Text Example

White with #2240EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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