Html Css Color HEX #329EFB Dodger Blue

📋 copy color: '#329EFB'

red 50 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #329EFB

Tints of Dodger Blue #329EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.42%

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 10.89%
G = 34.42%
B = 54.68%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#329EFB (or 0x329EFB) is known color: Dodger Blue. HEX triplet: 32, 9E and FB. RGB value is (50,158,251). Sum of RGB (Red+Green+Blue) = 50+158+251=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #329EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EFB is #CD6104. Grayscale: #878787. Windows color (decimal): -13459717 or 16490034. OLE color: 16490034.

HSL color Cylindrical-coordinate representation of color #329EFB: hue angle of 207.76º degrees, saturation: 0.96, 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 #329EFB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 158 251 -
CMYK 0.80 0.37 0 0.02
HSL 207.76º 0.96% 0.59% -
HSV(B) 207.76º 0.8% 0.98% -
XYZ 30.95 32.1 95.83 -
YUV 136.31 192.72 66.44 -
System Red Green Blue C M Y K H S L
Decimal 50 158 251 0.80 0.37 0 0.02 207.76 0.96 0.59
Hex 32 9E FB 50 25 0 2 D0 60 3B
Octal 62 236 373 120 45 0 2 320 140 73
Binary 110010 10011110 11111011 1010000 100101 0 10 11010000 1100000 111011

Color Harmonies of #329EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EFB

Black with #329EFB

Text Example


Text Example

White with #329EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,158,251); }

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

background-color css

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

 a { background-color: rgb(50,158,251); }

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

border-color css

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

 span { border-color: rgb(50,158,251); }

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