Html Css Color HEX #328DFA Dodger Blue

📋 copy color: '#328DFA'

red 50 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #328DFA

Tints of Dodger Blue #328DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.97%

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 11.34%
G = 31.97%
B = 56.69%

CMYK

 C value IS 0.8

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#328DFA (or 0x328DFA) is known color: Dodger Blue. HEX triplet: 32, 8D and FA. RGB value is (50,141,250). Sum of RGB (Red+Green+Blue) = 50+141+250=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #328DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DFA is #CD7205. Grayscale: #7D7D7D. Windows color (decimal): -13464070 or 16420146. OLE color: 16420146.

HSL color Cylindrical-coordinate representation of color #328DFA: hue angle of 212.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328DFA is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 141 250 -
CMYK 0.8 0.44 0 0.02
HSL 212.7º 0.95% 0.59% -
HSV(B) 212.7º 0.8% 0.98% -
XYZ 28.1 26.63 94.1 -
YUV 126.22 197.85 73.64 -
System Red Green Blue C M Y K H S L
Decimal 50 141 250 0.8 0.44 0 0.02 212.7 0.95 0.59
Hex 32 8D FA 50 2C 0 2 D5 5F 3B
Octal 62 215 372 120 54 0 2 325 137 73
Binary 110010 10001101 11111010 1010000 101100 0 10 11010101 1011111 111011

Color Harmonies of #328DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DFA

Black with #328DFA

Text Example


Text Example

White with #328DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,141,250); }

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

background-color css

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

 a { background-color: rgb(50,141,250); }

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

border-color css

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

 span { border-color: rgb(50,141,250); }

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