Html Css Color HEX #328CEF Dodger Blue

📋 copy color: '#328CEF'

red 50 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #328CEF

Tints of Dodger Blue #328CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.71%

R = 11.66%
G = 32.63%
B = 55.71%

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

#328CEF (or 0x328CEF) is known color: Dodger Blue. HEX triplet: 32, 8C and EF. RGB value is (50,140,239). Sum of RGB (Red+Green+Blue) = 50+140+239=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #328CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CEF is #CD7310. Grayscale: #7B7B7B. Windows color (decimal): -13464337 or 15698994. OLE color: 15698994.

HSL color Cylindrical-coordinate representation of color #328CEF: hue angle of 211.43º 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 #328CEF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 140 239 -
CMYK 0.79 0.41 0 0.06
HSL 211.43º 0.86% 0.57% -
HSV(B) 211.43º 0.79% 0.94% -
XYZ 26.27 25.67 85.23 -
YUV 124.38 192.68 74.95 -
System Red Green Blue C M Y K H S L
Decimal 50 140 239 0.79 0.41 0 0.06 211.43 0.86 0.57
Hex 32 8C EF 4F 29 0 6 D3 56 39
Octal 62 214 357 117 51 0 6 323 126 71
Binary 110010 10001100 11101111 1001111 101001 0 110 11010011 1010110 111001

Color Harmonies of #328CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CEF

Black with #328CEF

Text Example


Text Example

White with #328CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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