Html Css Color HEX #324EEE Neon Blue

📋 copy color: '#324EEE'

red 50 ◦ green 78 ◦ blue 238

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

Shades of Neon Blue #324EEE

Tints of Neon Blue #324EEE

RGB

 RED value IS 50 (19.92% from 255) = 13.66%

 GREEN value IS 78 (30.86% from 255) = 21.31%

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

R = 13.66%
G = 21.31%
B = 65.03%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#324EEE (or 0x324EEE) is known color: Neon Blue. HEX triplet: 32, 4E and EE. RGB value is (50,78,238). Sum of RGB (Red+Green+Blue) = 50+78+238=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #324EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EEE is #CDB111. Grayscale: #575757. Windows color (decimal): -13480210 or 15617586. OLE color: 15617586.

HSL color Cylindrical-coordinate representation of color #324EEE: hue angle of 231.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324EEE is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 78 238 -
CMYK 0.79 0.67 0 0.07
HSL 231.06º 0.85% 0.56% -
HSV(B) 231.06º 0.79% 0.93% -
XYZ 19.47 12.3 82.24 -
YUV 87.87 212.72 100.99 -
System Red Green Blue C M Y K H S L
Decimal 50 78 238 0.79 0.67 0 0.07 231.06 0.85 0.56
Hex 32 4E EE 4F 43 0 7 E7 55 38
Octal 62 116 356 117 103 0 7 347 125 70
Binary 110010 1001110 11101110 1001111 1000011 0 111 11100111 1010101 111000

Color Harmonies of #324EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EEE

Black with #324EEE

Text Example


Text Example

White with #324EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324EEE; }

 p { color: rgb(50,78,238); }

 H1.HeaderClassName
 {
   color: #324EEE;
 }
 .AnyTagClassName
 {
   color: #324EEE;
 }
</style>

background-color css

<style>
 a { background-color: #324EEE; }

 a { background-color: rgb(50,78,238); }

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

border-color css

<style>
 span { border-color: #324EEE; }

 span { border-color: rgb(50,78,238); }

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