Html Css Color HEX #329DFA Dodger Blue

📋 copy color: '#329DFA'

red 50 ◦ green 157 ◦ blue 250

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

Shades of Dodger Blue #329DFA

Tints of Dodger Blue #329DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 10.94%
G = 34.35%
B = 54.7%

CMYK

 C value IS 0.8

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#329DFA (or 0x329DFA) is known color: Dodger Blue. HEX triplet: 32, 9D and FA. RGB value is (50,157,250). Sum of RGB (Red+Green+Blue) = 50+157+250=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #329DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329DFA is #CD6205. Grayscale: #878787. Windows color (decimal): -13459974 or 16424242. OLE color: 16424242.

HSL color Cylindrical-coordinate representation of color #329DFA: hue angle of 207.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329DFA is Cyan = 0.8, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 157 250 -
CMYK 0.8 0.37 0 0.02
HSL 207.9º 0.95% 0.59% -
HSV(B) 207.9º 0.8% 0.98% -
XYZ 30.63 31.69 94.95 -
YUV 135.61 192.55 66.94 -
System Red Green Blue C M Y K H S L
Decimal 50 157 250 0.8 0.37 0 0.02 207.9 0.95 0.59
Hex 32 9D FA 50 25 0 2 D0 5F 3B
Octal 62 235 372 120 45 0 2 320 137 73
Binary 110010 10011101 11111010 1010000 100101 0 10 11010000 1011111 111011

Color Harmonies of #329DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DFA

Black with #329DFA

Text Example


Text Example

White with #329DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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