Html Css Color HEX #329AED Dodger Blue

📋 copy color: '#329AED'

red 50 ◦ green 154 ◦ blue 237

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

Shades of Dodger Blue #329AED

Tints of Dodger Blue #329AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.92%

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

R = 11.34%
G = 34.92%
B = 53.74%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#329AED (or 0x329AED) is known color: Dodger Blue. HEX triplet: 32, 9A and ED. RGB value is (50,154,237). Sum of RGB (Red+Green+Blue) = 50+154+237=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #329AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329AED is #CD6512. Grayscale: #838383. Windows color (decimal): -13460755 or 15571506. OLE color: 15571506.

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

Color convert

RGB 50 154 237 -
CMYK 0.79 0.35 0 0.07
HSL 206.63º 0.84% 0.56% -
HSV(B) 206.63º 0.79% 0.93% -
XYZ 28.16 29.9 84.41 -
YUV 132.37 187.04 69.25 -
System Red Green Blue C M Y K H S L
Decimal 50 154 237 0.79 0.35 0 0.07 206.63 0.84 0.56
Hex 32 9A ED 4F 23 0 7 CF 54 38
Octal 62 232 355 117 43 0 7 317 124 70
Binary 110010 10011010 11101101 1001111 100011 0 111 11001111 1010100 111000

Color Harmonies of #329AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AED

Black with #329AED

Text Example


Text Example

White with #329AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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