Html Css Color HEX #324DED Neon Blue

📋 copy color: '#324DED'

red 50 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #324DED

Tints of Neon Blue #324DED

RGB

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

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

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

R = 13.74%
G = 21.15%
B = 65.11%

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

#324DED (or 0x324DED) is known color: Neon Blue. HEX triplet: 32, 4D and ED. RGB value is (50,77,237). Sum of RGB (Red+Green+Blue) = 50+77+237=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #324DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324DED is #CDB212. Grayscale: #565656. Windows color (decimal): -13480467 or 15551794. OLE color: 15551794.

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

Color convert

RGB 50 77 237 -
CMYK 0.79 0.68 0 0.07
HSL 231.34º 0.84% 0.56% -
HSV(B) 231.34º 0.79% 0.93% -
XYZ 19.26 12.1 81.44 -
YUV 87.17 212.55 101.49 -
System Red Green Blue C M Y K H S L
Decimal 50 77 237 0.79 0.68 0 0.07 231.34 0.84 0.56
Hex 32 4D ED 4F 44 0 7 E7 54 38
Octal 62 115 355 117 104 0 7 347 124 70
Binary 110010 1001101 11101101 1001111 1000100 0 111 11100111 1010100 111000

Color Harmonies of #324DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DED

Black with #324DED

Text Example


Text Example

White with #324DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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