Html Css Color HEX #328EFD Dodger Blue

📋 copy color: '#328EFD'

red 50 ◦ green 142 ◦ blue 253

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

Shades of Dodger Blue #328EFD

Tints of Dodger Blue #328EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.91%

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

R = 11.24%
G = 31.91%
B = 56.85%

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

#328EFD (or 0x328EFD) is known color: Dodger Blue. HEX triplet: 32, 8E and FD. RGB value is (50,142,253). Sum of RGB (Red+Green+Blue) = 50+142+253=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #328EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328EFD is #CD7102. Grayscale: #7E7E7E. Windows color (decimal): -13463811 or 16617010. OLE color: 16617010.

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

Color convert

RGB 50 142 253 -
CMYK 0.80 0.44 0 0.01
HSL 212.81º 0.98% 0.59% -
HSV(B) 212.81º 0.8% 0.99% -
XYZ 28.72 27.12 96.65 -
YUV 127.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 50 142 253 0.80 0.44 0 0.01 212.81 0.98 0.59
Hex 32 8E FD 50 2C 0 1 D5 62 3B
Octal 62 216 375 120 54 0 1 325 142 73
Binary 110010 10001110 11111101 1010000 101100 0 1 11010101 1100010 111011

Color Harmonies of #328EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EFD

Black with #328EFD

Text Example


Text Example

White with #328EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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