Html Css Color HEX #328AEA Dodger Blue

📋 copy color: '#328AEA'

red 50 ◦ green 138 ◦ blue 234

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

Shades of Dodger Blue #328AEA

Tints of Dodger Blue #328AEA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

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

R = 11.85%
G = 32.7%
B = 55.45%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#328AEA (or 0x328AEA) is known color: Dodger Blue. HEX triplet: 32, 8A and EA. RGB value is (50,138,234). Sum of RGB (Red+Green+Blue) = 50+138+234=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #328AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328AEA is #CD7515. Grayscale: #7A7A7A. Windows color (decimal): -13464854 or 15370802. OLE color: 15370802.

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

Color convert

RGB 50 138 234 -
CMYK 0.79 0.41 0 0.08
HSL 211.3º 0.81% 0.56% -
HSV(B) 211.3º 0.79% 0.92% -
XYZ 25.26 24.8 81.3 -
YUV 122.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 50 138 234 0.79 0.41 0 0.08 211.3 0.81 0.56
Hex 32 8A EA 4F 29 0 8 D3 51 38
Octal 62 212 352 117 51 0 10 323 121 70
Binary 110010 10001010 11101010 1001111 101001 0 1000 11010011 1010001 111000

Color Harmonies of #328AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328AEA

Black with #328AEA

Text Example


Text Example

White with #328AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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