Html Css Color HEX #328BFC Dodger Blue

📋 copy color: '#328BFC'

red 50 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #328BFC

Tints of Dodger Blue #328BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 11.34%
G = 31.52%
B = 57.14%

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

#328BFC (or 0x328BFC) is known color: Dodger Blue. HEX triplet: 32, 8B and FC. RGB value is (50,139,252). Sum of RGB (Red+Green+Blue) = 50+139+252=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #328BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BFC is #CD7403. Grayscale: #7C7C7C. Windows color (decimal): -13464580 or 16550706. OLE color: 16550706.

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

Color convert

RGB 50 139 252 -
CMYK 0.80 0.45 0 0.01
HSL 213.56º 0.97% 0.59% -
HSV(B) 213.56º 0.8% 0.99% -
XYZ 28.12 26.17 95.67 -
YUV 125.27 199.51 74.31 -
System Red Green Blue C M Y K H S L
Decimal 50 139 252 0.80 0.45 0 0.01 213.56 0.97 0.59
Hex 32 8B FC 50 2D 0 1 D6 61 3B
Octal 62 213 374 120 55 0 1 326 141 73
Binary 110010 10001011 11111100 1010000 101101 0 1 11010110 1100001 111011

Color Harmonies of #328BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BFC

Black with #328BFC

Text Example


Text Example

White with #328BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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