Html Css Color HEX #328BFD Dodger Blue

📋 copy color: '#328BFD'

red 50 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #328BFD

Tints of Dodger Blue #328BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

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

R = 11.31%
G = 31.45%
B = 57.24%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#328BFD (or 0x328BFD) is known color: Dodger Blue. HEX triplet: 32, 8B and FD. RGB value is (50,139,253). Sum of RGB (Red+Green+Blue) = 50+139+253=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #328BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BFD is #CD7402. Grayscale: #7C7C7C. Windows color (decimal): -13464579 or 16616242. OLE color: 16616242.

HSL color Cylindrical-coordinate representation of color #328BFD: hue angle of 213.69º 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 #328BFD is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 139 253 -
CMYK 0.80 0.45 0 0.01
HSL 213.69º 0.98% 0.59% -
HSV(B) 213.69º 0.8% 0.99% -
XYZ 28.28 26.24 96.5 -
YUV 125.39 200.01 74.23 -
System Red Green Blue C M Y K H S L
Decimal 50 139 253 0.80 0.45 0 0.01 213.69 0.98 0.59
Hex 32 8B FD 50 2D 0 1 D6 62 3B
Octal 62 213 375 120 55 0 1 326 142 73
Binary 110010 10001011 11111101 1010000 101101 0 1 11010110 1100010 111011

Color Harmonies of #328BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BFD

Black with #328BFD

Text Example


Text Example

White with #328BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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