Html Css Color HEX #324DEE Neon Blue

📋 copy color: '#324DEE'

red 50 ◦ green 77 ◦ blue 238

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

Shades of Neon Blue #324DEE

Tints of Neon Blue #324DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

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

R = 13.7%
G = 21.1%
B = 65.21%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#324DEE (or 0x324DEE) is known color: Neon Blue. HEX triplet: 32, 4D and EE. RGB value is (50,77,238). Sum of RGB (Red+Green+Blue) = 50+77+238=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #324DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324DEE is #CDB211. Grayscale: #565656. Windows color (decimal): -13480466 or 15617330. OLE color: 15617330.

HSL color Cylindrical-coordinate representation of color #324DEE: hue angle of 231.38º 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 #324DEE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 77 238 -
CMYK 0.79 0.68 0 0.07
HSL 231.38º 0.85% 0.56% -
HSV(B) 231.38º 0.79% 0.93% -
XYZ 19.4 12.16 82.21 -
YUV 87.28 213.05 101.41 -
System Red Green Blue C M Y K H S L
Decimal 50 77 238 0.79 0.68 0 0.07 231.38 0.85 0.56
Hex 32 4D EE 4F 44 0 7 E7 55 38
Octal 62 115 356 117 104 0 7 347 125 70
Binary 110010 1001101 11101110 1001111 1000100 0 111 11100111 1010101 111000

Color Harmonies of #324DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DEE

Black with #324DEE

Text Example


Text Example

White with #324DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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