Html Css Color HEX #329FFD Dodger Blue

📋 copy color: '#329FFD'

red 50 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #329FFD

Tints of Dodger Blue #329FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.42%

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 10.82%
G = 34.42%
B = 54.76%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#329FFD (or 0x329FFD) is known color: Dodger Blue. HEX triplet: 32, 9F and FD. RGB value is (50,159,253). Sum of RGB (Red+Green+Blue) = 50+159+253=462 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.82% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #329FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329FFD is #CD6002. Grayscale: #888888. Windows color (decimal): -13459459 or 16621362. OLE color: 16621362.

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

Color convert

RGB 50 159 253 -
CMYK 0.80 0.37 0 0.01
HSL 207.78º 0.98% 0.59% -
HSV(B) 207.78º 0.8% 0.99% -
XYZ 31.44 32.57 97.56 -
YUV 137.13 193.39 65.86 -
System Red Green Blue C M Y K H S L
Decimal 50 159 253 0.80 0.37 0 0.01 207.78 0.98 0.59
Hex 32 9F FD 50 25 0 1 D0 62 3B
Octal 62 237 375 120 45 0 1 320 142 73
Binary 110010 10011111 11111101 1010000 100101 0 1 11010000 1100010 111011

Color Harmonies of #329FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FFD

Black with #329FFD

Text Example


Text Example

White with #329FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,253); }

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

background-color css

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

 a { background-color: rgb(50,159,253); }

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

border-color css

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

 span { border-color: rgb(50,159,253); }

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