Html Css Color HEX #329CEF Dodger Blue

📋 copy color: '#329CEF'

red 50 ◦ green 156 ◦ blue 239

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

Shades of Dodger Blue #329CEF

Tints of Dodger Blue #329CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.06%

 BLUE value IS 239 (93.75% from 255) = 53.71%

R = 11.24%
G = 35.06%
B = 53.71%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#329CEF (or 0x329CEF) is known color: Dodger Blue. HEX triplet: 32, 9C and EF. RGB value is (50,156,239). Sum of RGB (Red+Green+Blue) = 50+156+239=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #329CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329CEF is #CD6310. Grayscale: #858585. Windows color (decimal): -13460241 or 15703090. OLE color: 15703090.

HSL color Cylindrical-coordinate representation of color #329CEF: hue angle of 206.35º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329CEF is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 156 239 -
CMYK 0.79 0.35 0 0.06
HSL 206.35º 0.86% 0.57% -
HSV(B) 206.35º 0.79% 0.94% -
XYZ 28.78 30.69 86.07 -
YUV 133.77 187.38 68.25 -
System Red Green Blue C M Y K H S L
Decimal 50 156 239 0.79 0.35 0 0.06 206.35 0.86 0.57
Hex 32 9C EF 4F 23 0 6 CE 56 39
Octal 62 234 357 117 43 0 6 316 126 71
Binary 110010 10011100 11101111 1001111 100011 0 110 11001110 1010110 111001

Color Harmonies of #329CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CEF

Black with #329CEF

Text Example


Text Example

White with #329CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329CEF; }

 p { color: rgb(50,156,239); }

 H1.HeaderClassName
 {
   color: #329CEF;
 }
 .AnyTagClassName
 {
   color: #329CEF;
 }
</style>

background-color css

<style>
 a { background-color: #329CEF; }

 a { background-color: rgb(50,156,239); }

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

border-color css

<style>
 span { border-color: #329CEF; }

 span { border-color: rgb(50,156,239); }

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