Html Css Color HEX #328DEC Dodger Blue

📋 copy color: '#328DEC'

red 50 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #328DEC

Tints of Dodger Blue #328DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 11.71%
G = 33.02%
B = 55.27%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#328DEC (or 0x328DEC) is known color: Dodger Blue. HEX triplet: 32, 8D and EC. RGB value is (50,141,236). Sum of RGB (Red+Green+Blue) = 50+141+236=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #328DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DEC is #CD7213. Grayscale: #7C7C7C. Windows color (decimal): -13464084 or 15502642. OLE color: 15502642.

HSL color Cylindrical-coordinate representation of color #328DEC: hue angle of 210.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328DEC is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 141 236 -
CMYK 0.79 0.40 0 0.07
HSL 210.65º 0.83% 0.56% -
HSV(B) 210.65º 0.79% 0.93% -
XYZ 25.98 25.78 82.96 -
YUV 124.62 190.85 74.78 -
System Red Green Blue C M Y K H S L
Decimal 50 141 236 0.79 0.40 0 0.07 210.65 0.83 0.56
Hex 32 8D EC 4F 28 0 7 D3 53 38
Octal 62 215 354 117 50 0 7 323 123 70
Binary 110010 10001101 11101100 1001111 101000 0 111 11010011 1010011 111000

Color Harmonies of #328DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DEC

Black with #328DEC

Text Example


Text Example

White with #328DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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