Html Css Color HEX #328EEA Dodger Blue

📋 copy color: '#328EEA'

red 50 ◦ green 142 ◦ blue 234

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

Shades of Dodger Blue #328EEA

Tints of Dodger Blue #328EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 11.74%
G = 33.33%
B = 54.93%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#328EEA (or 0x328EEA) is known color: Dodger Blue. HEX triplet: 32, 8E and EA. RGB value is (50,142,234). Sum of RGB (Red+Green+Blue) = 50+142+234=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #328EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328EEA is #CD7115. Grayscale: #7C7C7C. Windows color (decimal): -13463830 or 15371826. OLE color: 15371826.

HSL color Cylindrical-coordinate representation of color #328EEA: hue angle of 210º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328EEA is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 142 234 -
CMYK 0.79 0.39 0 0.08
HSL 210º 0.81% 0.56% -
HSV(B) 210º 0.79% 0.92% -
XYZ 25.84 25.96 81.49 -
YUV 124.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 50 142 234 0.79 0.39 0 0.08 210 0.81 0.56
Hex 32 8E EA 4F 27 0 8 D2 51 38
Octal 62 216 352 117 47 0 10 322 121 70
Binary 110010 10001110 11101010 1001111 100111 0 1000 11010010 1010001 111000

Color Harmonies of #328EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EEA

Black with #328EEA

Text Example


Text Example

White with #328EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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