Html Css Color HEX #328BEE Dodger Blue

📋 copy color: '#328BEE'

red 50 ◦ green 139 ◦ blue 238

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

Shades of Dodger Blue #328BEE

Tints of Dodger Blue #328BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

 BLUE value IS 238 (93.36% from 255) = 55.74%

R = 11.71%
G = 32.55%
B = 55.74%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#328BEE (or 0x328BEE) is known color: Dodger Blue. HEX triplet: 32, 8B and EE. RGB value is (50,139,238). Sum of RGB (Red+Green+Blue) = 50+139+238=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #328BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BEE is #CD7411. Grayscale: #7B7B7B. Windows color (decimal): -13464594 or 15633202. OLE color: 15633202.

HSL color Cylindrical-coordinate representation of color #328BEE: hue angle of 211.6º degrees, saturation: 0.85, 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 #328BEE is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 139 238 -
CMYK 0.79 0.42 0 0.07
HSL 211.6º 0.85% 0.56% -
HSV(B) 211.6º 0.79% 0.93% -
XYZ 25.98 25.32 84.41 -
YUV 123.68 192.51 75.45 -
System Red Green Blue C M Y K H S L
Decimal 50 139 238 0.79 0.42 0 0.07 211.6 0.85 0.56
Hex 32 8B EE 4F 2A 0 7 D4 55 38
Octal 62 213 356 117 52 0 7 324 125 70
Binary 110010 10001011 11101110 1001111 101010 0 111 11010100 1010101 111000

Color Harmonies of #328BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BEE

Black with #328BEE

Text Example


Text Example

White with #328BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,139,238); }

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

background-color css

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

 a { background-color: rgb(50,139,238); }

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

border-color css

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

 span { border-color: rgb(50,139,238); }

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