Html Css Color HEX #328CEB Dodger Blue

📋 copy color: '#328CEB'

red 50 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #328CEB

Tints of Dodger Blue #328CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.29%

R = 11.76%
G = 32.94%
B = 55.29%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#328CEB (or 0x328CEB) is known color: Dodger Blue. HEX triplet: 32, 8C and EB. RGB value is (50,140,235). Sum of RGB (Red+Green+Blue) = 50+140+235=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #328CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CEB is #CD7314. Grayscale: #7B7B7B. Windows color (decimal): -13464341 or 15436850. OLE color: 15436850.

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

Color convert

RGB 50 140 235 -
CMYK 0.79 0.40 0 0.08
HSL 210.81º 0.82% 0.56% -
HSV(B) 210.81º 0.79% 0.92% -
XYZ 25.69 25.43 82.15 -
YUV 123.92 190.68 75.28 -
System Red Green Blue C M Y K H S L
Decimal 50 140 235 0.79 0.40 0 0.08 210.81 0.82 0.56
Hex 32 8C EB 4F 28 0 8 D3 52 38
Octal 62 214 353 117 50 0 10 323 122 70
Binary 110010 10001100 11101011 1001111 101000 0 1000 11010011 1010010 111000

Color Harmonies of #328CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CEB

Black with #328CEB

Text Example


Text Example

White with #328CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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