Html Css Color HEX #329DF5 Dodger Blue

📋 copy color: '#329DF5'

red 50 ◦ green 157 ◦ blue 245

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

Shades of Dodger Blue #329DF5

Tints of Dodger Blue #329DF5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.73%

 BLUE value IS 245 (96.09% from 255) = 54.2%

R = 11.06%
G = 34.73%
B = 54.2%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#329DF5 (or 0x329DF5) is known color: Dodger Blue. HEX triplet: 32, 9D and F5. RGB value is (50,157,245). Sum of RGB (Red+Green+Blue) = 50+157+245=452 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.06% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #329DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329DF5 is #CD620A. Grayscale: #868686. Windows color (decimal): -13459979 or 16096562. OLE color: 16096562.

HSL color Cylindrical-coordinate representation of color #329DF5: hue angle of 207.08º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329DF5 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 157 245 -
CMYK 0.80 0.36 0 0.04
HSL 207.08º 0.91% 0.58% -
HSV(B) 207.08º 0.8% 0.96% -
XYZ 29.85 31.38 90.87 -
YUV 135.04 190.05 67.34 -
System Red Green Blue C M Y K H S L
Decimal 50 157 245 0.80 0.36 0 0.04 207.08 0.91 0.58
Hex 32 9D F5 50 24 0 4 CF 5B 3A
Octal 62 235 365 120 44 0 4 317 133 72
Binary 110010 10011101 11110101 1010000 100100 0 100 11001111 1011011 111010

Color Harmonies of #329DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DF5

Black with #329DF5

Text Example


Text Example

White with #329DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,157,245); }

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

background-color css

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

 a { background-color: rgb(50,157,245); }

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

border-color css

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

 span { border-color: rgb(50,157,245); }

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