Html Css Color HEX #328FEF Dodger Blue

📋 copy color: '#328FEF'

red 50 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #328FEF

Tints of Dodger Blue #328FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.1%

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

R = 11.57%
G = 33.1%
B = 55.32%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#328FEF (or 0x328FEF) is known color: Dodger Blue. HEX triplet: 32, 8F and EF. RGB value is (50,143,239). Sum of RGB (Red+Green+Blue) = 50+143+239=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #328FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FEF is #CD7010. Grayscale: #7D7D7D. Windows color (decimal): -13463569 or 15699762. OLE color: 15699762.

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

Color convert

RGB 50 143 239 -
CMYK 0.79 0.40 0 0.06
HSL 210.48º 0.86% 0.57% -
HSV(B) 210.48º 0.79% 0.94% -
XYZ 26.72 26.56 85.38 -
YUV 126.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 50 143 239 0.79 0.40 0 0.06 210.48 0.86 0.57
Hex 32 8F EF 4F 28 0 6 D2 56 39
Octal 62 217 357 117 50 0 6 322 126 71
Binary 110010 10001111 11101111 1001111 101000 0 110 11010010 1010110 111001

Color Harmonies of #328FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FEF

Black with #328FEF

Text Example


Text Example

White with #328FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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