Html Css Color HEX #328DF0 Dodger Blue

📋 copy color: '#328DF0'

red 50 ◦ green 141 ◦ blue 240

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

Shades of Dodger Blue #328DF0

Tints of Dodger Blue #328DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 11.6%
G = 32.71%
B = 55.68%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#328DF0 (or 0x328DF0) is known color: Dodger Blue. HEX triplet: 32, 8D and F0. RGB value is (50,141,240). Sum of RGB (Red+Green+Blue) = 50+141+240=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #328DF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DF0 is #CD720F. Grayscale: #7C7C7C. Windows color (decimal): -13464080 or 15764786. OLE color: 15764786.

HSL color Cylindrical-coordinate representation of color #328DF0: hue angle of 211.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328DF0 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 141 240 -
CMYK 0.79 0.41 0 0.06
HSL 211.26º 0.86% 0.57% -
HSV(B) 211.26º 0.79% 0.94% -
XYZ 26.57 26.02 86.06 -
YUV 125.08 192.85 74.45 -
System Red Green Blue C M Y K H S L
Decimal 50 141 240 0.79 0.41 0 0.06 211.26 0.86 0.57
Hex 32 8D F0 4F 29 0 6 D3 56 39
Octal 62 215 360 117 51 0 6 323 126 71
Binary 110010 10001101 11110000 1001111 101001 0 110 11010011 1010110 111001

Color Harmonies of #328DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DF0

Black with #328DF0

Text Example


Text Example

White with #328DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328DF0; }

 p { color: rgb(50,141,240); }

 H1.HeaderClassName
 {
   color: #328DF0;
 }
 .AnyTagClassName
 {
   color: #328DF0;
 }
</style>

background-color css

<style>
 a { background-color: #328DF0; }

 a { background-color: rgb(50,141,240); }

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

border-color css

<style>
 span { border-color: #328DF0; }

 span { border-color: rgb(50,141,240); }

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