Html Css Color HEX #328CFF Dodger Blue

📋 copy color: '#328CFF'

red 50 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #328CFF

Tints of Dodger Blue #328CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 11.24%
G = 31.46%
B = 57.3%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#328CFF (or 0x328CFF) is known color: Dodger Blue. HEX triplet: 32, 8C and FF. RGB value is (50,140,255). Sum of RGB (Red+Green+Blue) = 50+140+255=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #328CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CFF is #CD7300. Grayscale: #7D7D7D. Windows color (decimal): -13464321 or 16747570. OLE color: 16747570.

HSL color Cylindrical-coordinate representation of color #328CFF: hue angle of 213.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328CFF is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 140 255 -
CMYK 0.80 0.45 0 0
HSL 213.66º 1% 0.6% -
HSV(B) 213.66º 0.8% 1% -
XYZ 28.74 26.65 98.24 -
YUV 126.2 200.68 73.65 -
System Red Green Blue C M Y K H S L
Decimal 50 140 255 0.80 0.45 0 0 213.66 1 0.6
Hex 32 8C FF 50 2D 0 0 D6 64 3C
Octal 62 214 377 120 55 0 0 326 144 74
Binary 110010 10001100 11111111 1010000 101101 0 0 11010110 1100100 111100

Color Harmonies of #328CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CFF

Black with #328CFF

Text Example


Text Example

White with #328CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,255); }

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

background-color css

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

 a { background-color: rgb(50,140,255); }

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

border-color css

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

 span { border-color: rgb(50,140,255); }

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