Html Css Color HEX #328FE4 Dodger Blue

📋 copy color: '#328FE4'

red 50 ◦ green 143 ◦ blue 228

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

Shades of Dodger Blue #328FE4

Tints of Dodger Blue #328FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 54.16%

R = 11.88%
G = 33.97%
B = 54.16%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#328FE4 (or 0x328FE4) is known color: Dodger Blue. HEX triplet: 32, 8F and E4. RGB value is (50,143,228). Sum of RGB (Red+Green+Blue) = 50+143+228=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #328FE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FE4 is #CD701B. Grayscale: #7C7C7C. Windows color (decimal): -13463580 or 14978866. OLE color: 14978866.

HSL color Cylindrical-coordinate representation of color #328FE4: hue angle of 208.65º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328FE4 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 143 228 -
CMYK 0.78 0.37 0 0.11
HSL 208.65º 0.77% 0.55% -
HSV(B) 208.65º 0.78% 0.89% -
XYZ 25.14 25.92 77.08 -
YUV 124.88 186.19 74.59 -
System Red Green Blue C M Y K H S L
Decimal 50 143 228 0.78 0.37 0 0.11 208.65 0.77 0.55
Hex 32 8F E4 4E 25 0 B D1 4D 37
Octal 62 217 344 116 45 0 13 321 115 67
Binary 110010 10001111 11100100 1001110 100101 0 1011 11010001 1001101 110111

Color Harmonies of #328FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FE4

Black with #328FE4

Text Example


Text Example

White with #328FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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