Html Css Color HEX #328AFF Dodger Blue

📋 copy color: '#328AFF'

red 50 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #328AFF

Tints of Dodger Blue #328AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

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

R = 11.29%
G = 31.15%
B = 57.56%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#328AFF (or 0x328AFF) is known color: Dodger Blue. HEX triplet: 32, 8A and FF. RGB value is (50,138,255). Sum of RGB (Red+Green+Blue) = 50+138+255=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #328AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328AFF is #CD7500. Grayscale: #7C7C7C. Windows color (decimal): -13464833 or 16747058. OLE color: 16747058.

HSL color Cylindrical-coordinate representation of color #328AFF: hue angle of 214.24º 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 #328AFF is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 138 255 -
CMYK 0.80 0.46 0 0
HSL 214.24º 1% 0.6% -
HSV(B) 214.24º 0.8% 1% -
XYZ 28.45 26.08 98.14 -
YUV 125.03 201.35 74.49 -
System Red Green Blue C M Y K H S L
Decimal 50 138 255 0.80 0.46 0 0 214.24 1 0.6
Hex 32 8A FF 50 2E 0 0 D6 64 3C
Octal 62 212 377 120 56 0 0 326 144 74
Binary 110010 10001010 11111111 1010000 101110 0 0 11010110 1100100 111100

Color Harmonies of #328AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328AFF

Black with #328AFF

Text Example


Text Example

White with #328AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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