Html Css Color HEX #328EEF Dodger Blue

📋 copy color: '#328EEF'

red 50 ◦ green 142 ◦ blue 239

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

Shades of Dodger Blue #328EEF

Tints of Dodger Blue #328EEF

RGB

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

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

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

R = 11.6%
G = 32.95%
B = 55.45%

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

#328EEF (or 0x328EEF) is known color: Dodger Blue. HEX triplet: 32, 8E and EF. RGB value is (50,142,239). Sum of RGB (Red+Green+Blue) = 50+142+239=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #328EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328EEF is #CD7110. Grayscale: #7D7D7D. Windows color (decimal): -13463825 or 15699506. OLE color: 15699506.

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

Color convert

RGB 50 142 239 -
CMYK 0.79 0.41 0 0.06
HSL 210.79º 0.86% 0.57% -
HSV(B) 210.79º 0.79% 0.94% -
XYZ 26.57 26.26 85.33 -
YUV 125.55 192.02 74.11 -
System Red Green Blue C M Y K H S L
Decimal 50 142 239 0.79 0.41 0 0.06 210.79 0.86 0.57
Hex 32 8E EF 4F 29 0 6 D3 56 39
Octal 62 216 357 117 51 0 6 323 126 71
Binary 110010 10001110 11101111 1001111 101001 0 110 11010011 1010110 111001

Color Harmonies of #328EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EEF

Black with #328EEF

Text Example


Text Example

White with #328EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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