Html Css Color HEX #328FFD Dodger Blue

📋 copy color: '#328FFD'

red 50 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #328FFD

Tints of Dodger Blue #328FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 11.21%
G = 32.06%
B = 56.73%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#328FFD (or 0x328FFD) is known color: Dodger Blue. HEX triplet: 32, 8F and FD. RGB value is (50,143,253). Sum of RGB (Red+Green+Blue) = 50+143+253=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #328FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FFD is #CD7002. Grayscale: #7F7F7F. Windows color (decimal): -13463555 or 16617266. OLE color: 16617266.

HSL color Cylindrical-coordinate representation of color #328FFD: hue angle of 212.51º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328FFD is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 143 253 -
CMYK 0.80 0.43 0 0.01
HSL 212.51º 0.98% 0.59% -
HSV(B) 212.51º 0.8% 0.99% -
XYZ 28.87 27.41 96.7 -
YUV 127.73 198.69 72.56 -
System Red Green Blue C M Y K H S L
Decimal 50 143 253 0.80 0.43 0 0.01 212.51 0.98 0.59
Hex 32 8F FD 50 2B 0 1 D5 62 3B
Octal 62 217 375 120 53 0 1 325 142 73
Binary 110010 10001111 11111101 1010000 101011 0 1 11010101 1100010 111011

Color Harmonies of #328FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FFD

Black with #328FFD

Text Example


Text Example

White with #328FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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