Html Css Color HEX #328FFE Dodger Blue

📋 copy color: '#328FFE'

red 50 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #328FFE

Tints of Dodger Blue #328FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 11.19%
G = 31.99%
B = 56.82%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#328FFE (or 0x328FFE) is known color: Dodger Blue. HEX triplet: 32, 8F and FE. RGB value is (50,143,254). Sum of RGB (Red+Green+Blue) = 50+143+254=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #328FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FFE is #CD7001. Grayscale: #7F7F7F. Windows color (decimal): -13463554 or 16682802. OLE color: 16682802.

HSL color Cylindrical-coordinate representation of color #328FFE: hue angle of 212.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328FFE is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 143 254 -
CMYK 0.80 0.44 0 0.00
HSL 212.65º 0.99% 0.6% -
HSV(B) 212.65º 0.8% 1% -
XYZ 29.03 27.48 97.54 -
YUV 127.85 199.19 72.47 -
System Red Green Blue C M Y K H S L
Decimal 50 143 254 0.80 0.44 0 0.00 212.65 0.99 0.6
Hex 32 8F FE 50 2C 0 0 D5 63 3C
Octal 62 217 376 120 54 0 0 325 143 74
Binary 110010 10001111 11111110 1010000 101100 0 0 11010101 1100011 111100

Color Harmonies of #328FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FFE

Black with #328FFE

Text Example


Text Example

White with #328FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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