Html Css Color HEX #328EDF Dodger Blue

📋 copy color: '#328EDF'

red 50 ◦ green 142 ◦ blue 223

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

Shades of Dodger Blue #328EDF

Tints of Dodger Blue #328EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 12.05%
G = 34.22%
B = 53.73%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#328EDF (or 0x328EDF) is known color: Dodger Blue. HEX triplet: 32, 8E and DF. RGB value is (50,142,223). Sum of RGB (Red+Green+Blue) = 50+142+223=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #328EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328EDF is #CD7120. Grayscale: #7B7B7B. Windows color (decimal): -13463841 or 14650930. OLE color: 14650930.

HSL color Cylindrical-coordinate representation of color #328EDF: hue angle of 208.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328EDF is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 142 223 -
CMYK 0.78 0.36 0 0.13
HSL 208.09º 0.73% 0.54% -
HSV(B) 208.09º 0.78% 0.87% -
XYZ 24.31 25.35 73.42 -
YUV 123.73 184.02 75.41 -
System Red Green Blue C M Y K H S L
Decimal 50 142 223 0.78 0.36 0 0.13 208.09 0.73 0.54
Hex 32 8E DF 4E 24 0 D D0 49 36
Octal 62 216 337 116 44 0 15 320 111 66
Binary 110010 10001110 11011111 1001110 100100 0 1101 11010000 1001001 110110

Color Harmonies of #328EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EDF

Black with #328EDF

Text Example


Text Example

White with #328EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,142,223); }

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

background-color css

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

 a { background-color: rgb(50,142,223); }

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

border-color css

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

 span { border-color: rgb(50,142,223); }

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