Html Css Color HEX #328CFC Dodger Blue

📋 copy color: '#328CFC'

red 50 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #328CFC

Tints of Dodger Blue #328CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 11.31%
G = 31.67%
B = 57.01%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#328CFC (or 0x328CFC) is known color: Dodger Blue. HEX triplet: 32, 8C and FC. RGB value is (50,140,252). Sum of RGB (Red+Green+Blue) = 50+140+252=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #328CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CFC is #CD7303. Grayscale: #7D7D7D. Windows color (decimal): -13464324 or 16550962. OLE color: 16550962.

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

Color convert

RGB 50 140 252 -
CMYK 0.80 0.44 0 0.01
HSL 213.27º 0.97% 0.59% -
HSV(B) 213.27º 0.8% 0.99% -
XYZ 28.26 26.46 95.71 -
YUV 125.86 199.18 73.89 -
System Red Green Blue C M Y K H S L
Decimal 50 140 252 0.80 0.44 0 0.01 213.27 0.97 0.59
Hex 32 8C FC 50 2C 0 1 D5 61 3B
Octal 62 214 374 120 54 0 1 325 141 73
Binary 110010 10001100 11111100 1010000 101100 0 1 11010101 1100001 111011

Color Harmonies of #328CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CFC

Black with #328CFC

Text Example


Text Example

White with #328CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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